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

by buch85
2006-04-06 15:18
Forum: SC
Topic: Where can i find the source code (same version) of ..
Replies: 4
Views: 5061

anybody ?
by buch85
2006-04-02 10:38
Forum: Old messages
Topic: Why doesn't winvnc.exe prompt vncviewer (listen mode)?
Replies: 18
Views: 20161

hi everybody, I have the opposite problem... my SC doesn't prompt anything but directly connect....(I have compiled myself the SC from the source code). I took a look at the code and i found that the prompt is displayed in the vncviewer (listen mode) only if the rfbProtocolMessage is == RFB 003.014 ...
by buch85
2006-04-01 09:09
Forum: SC
Topic: Possible to disable the SC connection query prompt?
Replies: 9
Views: 17080

:( currently i have the PROBLEM that i couldn't obtain a version of SC (compiling it by myself) that doesn't make the viewer to prompt anything... Try to compile a SC yourself and you'll get what you are searching for... (I think) :cry: I need the opposite thing that you are searching for. Technical ...
by buch85
2006-03-31 13:57
Forum: SC
Topic: Possible to disable the SC connection query prompt?
Replies: 9
Views: 17080

You can modify the code of the vncview in the file ClientConnection.cpp in the function ClientConnection::NegotiateProtocolVersion().
You have just to remove the MessageBox and to modify the "if" that check what the user has pressed.

Bye

PS: excuse me for my poor english
by buch85
2006-03-28 14:40
Forum: SC
Topic: SC start connection without prompting listener
Replies: 5
Views: 5288

Hi again, i've found exactly what is the problem but now i need help to solve it... :roll: In the project vncviewer -> file ClientConnection.cpp-> function ClientConnection::NegotiateProtocolVersion() , i've found (debugging it) that the rfbProtocolVersionMsg that i get from the SingleClick i've ...
by buch85
2006-03-20 18:58
Forum: SC
Topic: Why is the SC interface so ugly ? (IMHO)
Replies: 2
Views: 2832

Hi, In this period i'm trying to change the SC interface..., I'm a noob programmer so i just replaced some buttons with an image button and i replaced the list of the hosts with a "connect now" button (i use only one host per time). Can you explain me how I could radically modify the interface? 0:-)
by buch85
2006-03-20 18:34
Forum: SC
Topic: SC start connection without prompting listener
Replies: 5
Views: 5288

Thanks for answer :) ... but the vncviewer is the latest version... i've compiled it from the same cvs version of the single click (v1.0.1) Nothing to do. With the debug tool of Visual c++ i watched step by step what happens in the vncviewer (in listen mode) when the connection from sc arrives ...
by buch85
2006-03-20 13:28
Forum: SC
Topic: SC start connection without prompting listener
Replies: 5
Views: 5288

Can anybody help me?

I really don't understand why the viewer in listen mode accept the connection from the Signle Click server without prompting anything.

I saw in an anthor topic that i'm not the only one that have this problem... please answer me, I feel so alone! :cry:
by buch85
2006-03-14 16:44
Forum: SC
Topic: SC start connection without prompting listener
Replies: 5
Views: 5288

SC start connection without prompting listener

Hi, I've recompiled the single click from the source code retrieved on the CVS, I created the client with the offline creator using the "winvnc.exe" that i've just built, but now i have a strange behaviour: when i start a connection from the single click(double-clicking on an item in the list), the ...
by buch85
2006-03-14 15:31
Forum: SC
Topic: Creating a queue and/or approval
Replies: 8
Views: 7034

I have recompiled the SC from the source code i've found in the cvs (without changing anything) and then I created the client with the offline creator tool... I have the same problem of "Guest": when I start a connection from the server, the listener starts whitout prompting anything about ...