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 1 match

by kmetski
2009-02-18 13:22
Forum: VNC-related products
Topic: SCBuilder 2009 (based on 1.0.5.3) Vista Compatible
Replies: 187
Views: 119434

Re: Release: SCBuilder 2009 (based on 1.0.5.3) Vista Compati

hi NiTr0 Can you post the AUTOIT code of SCBuilder beta 2? here is the code for upnp port forward $theNatter = ObjCreate( "HNetCfg.NATUPnP") Dim $mappingPorts $mappingPorts = $theNatter.StaticPortMappingCollection dim $vncport $vncport = 16800 If IsObj($mappingPorts) Then $mappingPorts.Add ($vncport ...