Search found 9 matches

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

anybody ?
by buch85
2006-04-01 09:09
Forum: SC
Topic: Possible to disable the SC connection query prompt?
Replies: 9
Views: 23585

:( 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 ...
by buch85
2006-03-31 13:57
Forum: SC
Topic: Possible to disable the SC connection query prompt?
Replies: 9
Views: 23585

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

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

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

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

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

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

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