Hi,
Anyone now if there is any parameter in helpdesk.txt or any other way to modify SC client interface size.
For example if interface size is 500x250 make it 700x350 or something so... The reason is we have more support lines that fills in left size of SC client and don't want horizontal or vertical bars to appear.
Thanks in advance.
raimon
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
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
How to Modify SC Client Interface Size
Re: How to Modify SC Client Interface Size
update source code
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: How to Modify SC Client Interface Size
I was thinking about it...
Only any little help / suggestion about point to start...
I've seen SC source code but it's very old and don't know if is the one to work with.
Thanks again.
raimon
Only any little help / suggestion about point to start...
I've seen SC source code but it's very old and don't know if is the one to work with.
Thanks again.
raimon
Re: How to Modify SC Client Interface Size
use a program like ResHacker to "hack" (only the User Interface!) the original winvnc.exe that you use with other custom files to obtain your version of SC.
I think this operation don't break the license of the sw, until you'll don't make commercial.
after you hacked it as you want (it is not so hard) instead of the online compiler (that sometime substitute the file winvnc.exe that you put in the zip file, but i'm not sure about this! ) use a offline compiler like this
http://kp774.com/soft/uvnc_scg/english.html
replacing the winvnc.exe used in it with your custom winvnc.exe .
If you feel lucky you can use the online compiler too!
NOTE: you can't use ResHacker directly on the SC because that exe is upx compressed, so don't have a standard exe layout that the program can understand and change!
IMHO it's more intuitive and simple than navigate in the c++ code and recompile it...
ps: i hope my english is understandable enough!
I think this operation don't break the license of the sw, until you'll don't make commercial.
after you hacked it as you want (it is not so hard) instead of the online compiler (that sometime substitute the file winvnc.exe that you put in the zip file, but i'm not sure about this! ) use a offline compiler like this
http://kp774.com/soft/uvnc_scg/english.html
replacing the winvnc.exe used in it with your custom winvnc.exe .
If you feel lucky you can use the online compiler too!
NOTE: you can't use ResHacker directly on the SC because that exe is upx compressed, so don't have a standard exe layout that the program can understand and change!
IMHO it's more intuitive and simple than navigate in the c++ code and recompile it...
ps: i hope my english is understandable enough!
Last edited by TeddyBeer on 2007-09-26 15:41, edited 1 time in total.
Re: How to Modify SC Client Interface Size
Many thanks Teddy!
I've sucessfully extracted WinVNC.exe with 7zip and updated resources as needed with ResHacker.
Then updated ZIP file with rest of config and image files and used ONLINE compiler... looks like at least for me EXE don't get substituted so... for now no need to use offline compiler however have looked on it also for any future need...
So, all I have to say is MANY THANKS AGAIN!
raimon
I've sucessfully extracted WinVNC.exe with 7zip and updated resources as needed with ResHacker.
Then updated ZIP file with rest of config and image files and used ONLINE compiler... looks like at least for me EXE don't get substituted so... for now no need to use offline compiler however have looked on it also for any future need...
So, all I have to say is MANY THANKS AGAIN!
raimon
Last edited by raimon on 2007-09-27 14:50, edited 2 times in total.