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

Search found 7 matches

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

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: 4688

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: 4688

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 ...
by bz922x
2009-12-05 01:27
Forum: JavaViewer
Topic: Superfluous java scrollbars
Replies: 7
Views: 54667

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: 10449

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: 10449

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: 10449

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 ...