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 15 matches

by lleroy
2006-01-12 13:30
Forum: Feature requests
Topic: Drop file onto viewer to transfer file
Replies: 5
Views: 6541

Drop file onto viewer to transfer file

I wish I could drag a file from my local machine onto the viewer, and that the file transfer would be initiated.

And if possible, that the file would be "dropped" onto the target window, as if the application on the target machine were running on the local machine.
by lleroy
2005-06-16 15:18
Forum: Feature requests
Topic: scaling the content of the viewer on resize
Replies: 4
Views: 5733

scaling the content of the viewer on resize

Hello, I would like to know if its possible to dynamically adjust the scaling factor to fit the server content inside the viewer window. I thought this was what autoscale would do, but either it doesn't work, or it does something different... if I reduce the size of the viewer, scrollbars appear ...
by lleroy
2004-10-12 07:00
Forum: Old messages
Topic: Programmer needed for VNC project - fame and fortune
Replies: 18
Views: 14389

- list of new command line parameters and what they do new command line features (only in default command line) -password xxx -> obviously set the password -noregistry -> don't read/write from/to registry -notrayicon -> don't show tray icon -readonly -> obviously, don't allow remote control ...
by lleroy
2004-10-12 06:50
Forum: Old messages
Topic: Programmer needed for VNC project - fame and fortune
Replies: 18
Views: 14389

ronan wrote: Upon which release are the diff file built ?
Ronan
The diffs I posted were agains the version in CVS...
ie. "cvs diff > changes.diff"

-- lode
by lleroy
2004-10-11 10:12
Forum: Old messages
Topic: Programmer needed for VNC project - fame and fortune
Replies: 18
Views: 14389

Also see
https://sourceforge.net/tracker/index.p ... tid=505523
which has some more features, builds upon the patch referred to above...
by lleroy
2004-10-11 08:14
Forum: Old messages
Topic: Programmer needed for VNC project - fame and fortune
Replies: 18
Views: 14389

patch on win32

ronan wrote: How do you get this to work on a Windows box ?
install cygwin or grab patch from gnuwin32...

http://gnuwin32.sourceforge.net/packages/patch.htm
by lleroy
2004-10-07 09:29
Forum: Old messages
Topic: Programmer needed for VNC project - fame and fortune
Replies: 18
Views: 14389

Applying a patch is as easy as patch < file.

cd ultravnc/winvnc
patch -p1 -DAUTOSTART < Start.patch
zip winvnc.zip winvnc/vncservice.cpp winvnc/winvnc.cpp winvnc/winvnc.h
wput winvnz.zip http://www.geocities.com/lode_leroy/winvnc.zip

go fetch... it'll be there for a few days only

-- lode
by lleroy
2004-10-07 09:07
Forum: Old messages
Topic: Automatically connecting to client
Replies: 2
Views: 3027

Re: Automatically connecting to client

It just doesnt connect to my VNC client that is in listen mode on the 192.168.1.103 winvnc.exe -connect 192.168.1.103:5500 IIUC, this would tell winvnc to connect to desktop 5500. I think you need to winvnc.exe -connect 192.168.1.103 :: 5500 to connect to port 5500. (mark the double colon)
by lleroy
2004-10-05 11:53
Forum: SC
Topic: Create a single click minimal install to give remote assista
Replies: 159
Views: 177752

OneClickUltra

[quote="Rudi De Vos"]OneClickUltra is being worked on. After patching, the winvnc.exe use the patch info instead of the registry. [/quote] Do you have a preliminary OneClickUltra available to play with? How about "patching" a command line inside the exe, that way you do not have a pached exe to ...
by lleroy
2004-10-05 10:29
Forum: Old messages
Topic: Compiling Issues
Replies: 16
Views: 12868

how to compile with vc6

CVS compile back without SDK (vc6) can anyone tell me how I can compile with VC6? I'm using VC6 with SP6 installed. However, when I open the DSW from inside Visual Studio, there's nothing there. idem of the DSP files. can anyone tell me which files/versions to open? Do I need to put ultravnc ...
by lleroy
2004-07-22 15:01
Forum: Feature requests
Topic: winvnc packaged as a web applet
Replies: 3
Views: 5808

winvnc packaged as a web applet

Hi, Is there a way to package winvnc (the server) as an ActiveX so as to have a "no-install" way to start a VNC support call? I mean, put the follwing on the support web site <OBJECT ID="WinVNC" CLASSID="..." CODEBASE="UntraVNC.cab"/> <PARAM connect>myserver:port</PARAM> </OBJECT> and have a user ...
by lleroy
2004-07-22 14:48
Forum: Feature requests
Topic: more flags for the server
Replies: 3
Views: 5778

by lleroy
2004-05-14 07:29
Forum: Feature requests
Topic: control remote input
Replies: 1
Views: 2886

control remote input

To have more control over who controls the desktop, it would be helpfull if winvnc had an operating mode in which it would ask the current user to allow remote operation. I mean things like in vncviewer, an menu +-------------------+ +"request control" | +"transfer control ...
by lleroy
2004-05-13 14:07
Forum: Feature requests
Topic: add whitelist of acceptable servers in winvnc
Replies: 1
Views: 4995

add whitelist of acceptable servers in winvnc

I would like to limit the acceptable clients from the command line (or configurable in registry).

winvnc -accept my_desktop -accept my_portable -accept my_tablet -run

this would only allow the 3 pc's (ip addresses) to connect
to that server.

-- lode
by lleroy
2004-05-13 14:04
Forum: Feature requests
Topic: set title on vncviewer from command line parameter
Replies: 2
Views: 4768

set title on vncviewer from command line parameter

I'd like to change "hostname (ipaddr)" in the title
to something I specify, in order to heve more control
over the desktop...

vncviewer /title "DB Server" server

would be nice...

-- lode