Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- 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 7 matches

by bz922x
2009-12-10 01:34
Forum: JavaViewer
Topic: Superfluous java scrollbars
Replies: 7
Views: 40799

Re: Superfluous java scrollbars

Devs, Thanks to Rudi's help, I have been able to build and test winvnc incorporating the change above. I after testing in Firefox, IE8, Chrome, and Opera, I find that there are no superfluous scrollbars when this change is made to vnchttpconnect.cpp: 374 // Send the java applet page 375 sprintf ...
by bz922x
2009-12-10 01:34
Forum: Olders
Topic: What is needed to build UltraVNC from source?
Replies: 2
Views: 4252

Re: What is needed to build UltraVNC from source?

Rudi, Thank you. Microsoft makes it very hard to find and install the Windows Server 2003 R2 Platform SDK . The atlthunk workaround from [topic=7464][/topic] was necessary. I also had to add gdi32.lib, user32.lib, and shell32.lib to the winvnc project's Properties -> Linker -> Input -> Additional ...
by bz922x
2009-12-09 17:36
Forum: Olders
Topic: What is needed to build UltraVNC from source?
Replies: 2
Views: 4252

What is needed to build UltraVNC from source?

Devs, I would like to make a small change to UltraVNC's winvnc (to remove superfluous scroll bars in the Java viewer [post=64331][/post] ). I don't like to make others verify my proposed changes, I like to run my own unit tests before asking for a review, so I have checked out the head version from ...
by bz922x
2009-12-05 01:27
Forum: JavaViewer
Topic: Superfluous java scrollbars
Replies: 7
Views: 40799

Re: Superfluous java scrollbars

While there might be a problem in the VncViewer Java code, changing the embedding code will clear out the scrollbars. I used Firebug in Firefox to add 4 pixels to the embed width. The additional width cleared the scrollbars. This code has superfluous scroll bars: <HTML> <HEAD><TITLE> [mrpotatoe ...
by bz922x
2005-07-04 21:06
Forum: SC
Topic: Fulfilling the GNU license terms for SC executables
Replies: 9
Views: 9492

Rudi, I'm not sure I fully agree with your interpretation of the GPL, but I don't need to. To make sure that I am covered, I'll keep a copy of the current source releases, and a copy of this conversation. That should be enough to satisfy all of the management/legal types that want to make sure we ...
by bz922x
2005-07-04 19:42
Forum: SC
Topic: Fulfilling the GNU license terms for SC executables
Replies: 9
Views: 9492

Rudi, I see that you are one of the UltraVNC developers, so I give your opinion great weight and I don't want to get into a nit picky argument. I really want to accept your answer, but I also want to be a good distributer of GPL'd code (that is I want to "cover my ass"). The GPL only allows me to ...
by bz922x
2005-07-04 17:33
Forum: SC
Topic: Fulfilling the GNU license terms for SC executables
Replies: 9
Views: 9492

Fulfilling the GNU license terms for SC executables

I have just spent the morning reading, working, and playing with UltraVNC SC so that I can use it to support the users of my windows based application. And I LOVE IT . Simple. Easy to configure. Easy to use. Easy to build. But ... from what I see, all of VNC, including SC, is covered by the GNU ...