Thanks for the tip... I'll look at replacing the contents of the DrawConnectionId() method with the original code as suggested.
p.s. I think I originally wrote this code on a Windows 2000 machine so I would double-check the GDI+ requirement.
Microsoft notes that it isn't included in Windows 2000 ...
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 11 matches
- 2011-08-16 15:36
- Forum: ChunkVNC
- Topic: ChunkVNC "Fork"
- Replies: 109
- Views: 475122
- 2011-08-16 01:55
- Forum: ChunkVNC
- Topic: ChunkVNC "Fork"
- Replies: 109
- Views: 475122
Re: ChunkVNC "Fork"
I recently made an attempt to move from ChunkVNC 3.1 to the Rat "Fork" version because many of the changes Rat has made thus far are quite attractive. Kudos to you Rat.
After making some modifications to suit my needs (I need the form to display the connection ID) and compiling the "3.1m fork" I ...
After making some modifications to suit my needs (I need the form to display the connection ID) and compiling the "3.1m fork" I ...
- 2010-03-25 12:46
- Forum: ChunkVNC
- Topic: 'Are you sure you want to shut down?'
- Replies: 10
- Views: 12176
Re: 'Are you sure you want to shut down?'
Is this an issue because the file is still in use?supercoe wrote:If you don't close the viewer window before InstantSupport kills the UltraVnc server the file schook.dll won't be able to be deleted.
- 2010-03-24 21:42
- Forum: ChunkVNC
- Topic: ChunkVNC_https - proof of concept
- Replies: 59
- Views: 111225
Re: ChunkVNC_https - proof of concept
Good. Please let us know if you manage to add the second stunnel for that second leg.
I suppose, at worst case, one could use stunnel on one leg and ssh for the other... but that would be crazy. :)
Again, I <b>think</b> the only exposure in the current SSL-enhanced package is the handshake and ...
I suppose, at worst case, one could use stunnel on one leg and ssh for the other... but that would be crazy. :)
Again, I <b>think</b> the only exposure in the current SSL-enhanced package is the handshake and ...
- 2010-03-24 19:11
- Forum: ChunkVNC
- Topic: ChunkVNC_https - proof of concept
- Replies: 59
- Views: 111225
Re: ChunkVNC_https - proof of concept
***Never mind I figured out what was wrong ***
I was running the wrong viewer. I have more than one copy of it.
So far, after spending some time I'm unable to connect to the repeater with the viewer.
I can connect fine through stunnel with instantsupport.exe but the viewer won't connect.
The ...
I was running the wrong viewer. I have more than one copy of it.
So far, after spending some time I'm unable to connect to the repeater with the viewer.
I can connect fine through stunnel with instantsupport.exe but the viewer won't connect.
The ...
- 2010-03-24 18:52
- Forum: ChunkVNC
- Topic: 'Are you sure you want to shut down?'
- Replies: 10
- Views: 12176
Re: 'Are you sure you want to shut down?'
Why the second warning dialog about the application closing in 15 seconds?
To give you time to close the viewer.
Original Code:
; Allow viewer to disconnect to prevent schook.dll locking.
MsgBox( 0, "Information", "Please close the viewer now, uninstall will continue in 15 seconds...", 15 ...
To give you time to close the viewer.
Original Code:
; Allow viewer to disconnect to prevent schook.dll locking.
MsgBox( 0, "Information", "Please close the viewer now, uninstall will continue in 15 seconds...", 15 ...
- 2010-03-24 18:20
- Forum: ChunkVNC
- Topic: 'Are you sure you want to shut down?'
- Replies: 10
- Views: 12176
Re: 'Are you sure you want to shut down?'
Why the second warning dialog about the application closing in 15 seconds? The user has already decided to close the thing if they select "yes". Why not just hide the window so it can go through its closing process without accidental user interruption?
Case $GUI_EVENT_CLOSE
If MsgBox( 4,"Question ...
Case $GUI_EVENT_CLOSE
If MsgBox( 4,"Question ...
- 2010-03-24 16:26
- Forum: ChunkVNC
- Topic: ChunkVNC_https - proof of concept
- Replies: 59
- Views: 111225
Re: ChunkVNC_https - proof of concept
I did some testing using stunnel and chunkvnc from the provided file "ChunkVNC_3_1_https.zip" which is linked in previous posts. I have discovered some issues and solutions.
1. instantsupport doesn't use stunnel if you just fill the compiler as normal. If you do it correctly you need to edit the ...
1. instantsupport doesn't use stunnel if you just fill the compiler as normal. If you do it correctly you need to edit the ...
- 2010-03-23 15:06
- Forum: ChunkVNC
- Topic: ChunkVNC_https - proof of concept
- Replies: 59
- Views: 111225
Re: ChunkVNC_https - proof of concept
Now if we can get stunnel bundled in the ChunkVNC instantsupport.exe, that would be awesome. :)
Is there some way I can edit the deployment file to include this? I'm unfamiliar with how it's packaged.
Well, sure, it's all out in the open for you to modify at will. As indicated in the original ...
Is there some way I can edit the deployment file to include this? I'm unfamiliar with how it's packaged.
Well, sure, it's all out in the open for you to modify at will. As indicated in the original ...
- 2010-03-23 13:13
- Forum: ChunkVNC
- Topic: ChunkVNC_https - proof of concept
- Replies: 59
- Views: 111225
Re: ChunkVNC_https - proof of concept
Now if we can get stunnel bundled in the ChunkVNC instantsupport.exe, that would be awesome. 
Is there some way I can edit the deployment file to include this? I'm unfamiliar with how it's packaged.

Is there some way I can edit the deployment file to include this? I'm unfamiliar with how it's packaged.
- 2009-12-07 21:28
- Forum: Feature requests
- Topic: Connection Statistics
- Replies: 0
- Views: 2748
Connection Statistics
With SingleClick...
Is there a way to get connection statistics about a session once ended?
i.e.
Session
Start Time
12/7/09 10:39 AM
End Time
12/7/09 11:17 AM
Duration
0h38m6s
Bytes Sent
1024
Bytes Received
1122340
Files Transferred
-> abc.txt
<- application.zip
Is there a way to get connection statistics about a session once ended?
i.e.
Session
Start Time
12/7/09 10:39 AM
End Time
12/7/09 11:17 AM
Duration
0h38m6s
Bytes Sent
1024
Bytes Received
1122340
Files Transferred
-> abc.txt
<- application.zip