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

by Sdrabor
2009-07-25 22:47
Forum: SC
Topic: SCPrompt - SC on Steroids (7, 8, 10, 2k8+) 26/3/20
Replies: 454
Views: 3852430

Re: SCPrompt 2009 (Vista Capable - server 1.0.6.4) 21/7/09

Marc,

Thanks for all the help, that worked wonderfully! 8)
by Sdrabor
2009-07-22 22:03
Forum: SC
Topic: SCPrompt - SC on Steroids (7, 8, 10, 2k8+) 26/3/20
Replies: 454
Views: 3852430

Re: SCPrompt 2009 (Vista Capable - server 1.0.6.4) 21/7/09

Ok, so I found AutoIT3 - downloaded and installed. Now I'm running into problems compiling the file - it errors out when I specify the scprompt8.au3 file with
"Line 34 (File "xxx\scprompt8.au3");

#include "_RefreshSystemTray.au3"

Error: Error opening the file."

Am I now doing something wrong in ...
by Sdrabor
2009-07-17 23:00
Forum: SC
Topic: SCPrompt - SC on Steroids (7, 8, 10, 2k8+) 26/3/20
Replies: 454
Views: 3852430

Re: VNC2Me SCPrompt 2009 (Vista Capable - using server 1.0.5

Yes for sure.

the method that is used for the text showing has 5 parameters, let me explain:

normal view: "_IniReadWrite(@ScriptDir & "\scprompt.ini", "SC", "TEXT1", "Select the Connection Name")"

1. @ScriptDir = Script Directory(where the script got executed)
2. "\scprompt.ini" = the ini file ...
by Sdrabor
2009-07-16 23:08
Forum: SC
Topic: SCPrompt - SC on Steroids (7, 8, 10, 2k8+) 26/3/20
Replies: 454
Views: 3852430

Re: VNC2Me SCPrompt 2009 (Vista Capable - using server 1.0.5

You can replace it:

open the "scprompt.au3" (maybe "scprompt6.au3"...) with an editor like "notepad++" or "autoit3".
There you have to scroll to the line '288' and '300'.
There you can find this entry concerning "SCPrompt 2009 by Sec IT".
Replace it with yours :P


Marc,

Well took some time and ...
by Sdrabor
2009-07-10 23:11
Forum: SC
Topic: SCPrompt - SC on Steroids (7, 8, 10, 2k8+) 26/3/20
Replies: 454
Views: 3852430

Re: VNC2Me SCPrompt 2009 (Vista Capable - using server 1.0.5

Hi sdrabor,

this is not correct in all.
TEXT4 will be written(maybe there is no place to show it dont know at this moment).
But there also TEXT5 existing. (Its hardcoded and not configureable over the "scprompt.ini"-file. :cry: :cry: (Why hardcode?)).

You can replace it:

open the "scprompt.au3 ...
by Sdrabor
2009-07-09 23:15
Forum: SC
Topic: SCPrompt - SC on Steroids (7, 8, 10, 2k8+) 26/3/20
Replies: 454
Views: 3852430

Re: VNC2Me SCPrompt 2009 (Vista Capable - using server 1.0.5

First, thanks for the great app! 8)

Just to confirm one thing that was mentioned before... it appears that TEXT4 uses "SCPrompt 2009 by Sec IT" even if I manually put different text in. Not a huge deal, but wanted to make sure it was known.