here is a wrapper for autoit:
http://therap.svn.sourceforge.net/viewv ... 20Piccaso/
After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome
Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078
Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Search found 4 matches
- 2007-05-08 18:17
- Forum: PcHelpWare
- Topic: 1SCDLL & AutoIt
- Replies: 8
- Views: 17370
- 2007-04-03 01:02
- Forum: PcHelpWare
- Topic: inside 1SCDLL.dll
- Replies: 0
- Views: 2493
inside 1SCDLL.dll
i noticed that the PCHW dll creates a window with the classname 'SCSERVER'
and since i dont know a better way i wonder if this is accurate:
Enumerate Windows Within running process
Check if a window with the classname exists
if yes assume its running
if no goto login screen
?
Please advise me ...
and since i dont know a better way i wonder if this is accurate:
Enumerate Windows Within running process
Check if a window with the classname exists
if yes assume its running
if no goto login screen
?
Please advise me ...
- 2007-03-29 20:20
- Forum: PcHelpWare
- Topic: 1SCDLL & AutoIt
- Replies: 8
- Views: 17370
Re: 1SCDLL & AutoIt
The source above is a bit easier to understand with syntax highlighting
http://piccaso.pi.funpic.de/stuff/1scdau3.htm
beware of popups, its a free host
http://piccaso.pi.funpic.de/stuff/1scdau3.htm
beware of popups, its a free host

- 2007-03-29 20:14
- Forum: PcHelpWare
- Topic: 1SCDLL & AutoIt
- Replies: 8
- Views: 17370
1SCDLL & AutoIt
Hi Everybody :)
Since i didn't find a existing example i translated the available Functions to Autoit and made a little example on how to use it:
Global $hDll_1SCDLL = DllOpen("1SCDLL.dll")
If Not ($hDll_1SCDLL = -1) Then
; Like: -connect localhost:64535 -passwd 8FE4C11451281C094A6578E6DDBF5EED ...
Since i didn't find a existing example i translated the available Functions to Autoit and made a little example on how to use it:
Global $hDll_1SCDLL = DllOpen("1SCDLL.dll")
If Not ($hDll_1SCDLL = -1) Then
; Like: -connect localhost:64535 -passwd 8FE4C11451281C094A6578E6DDBF5EED ...