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

by alazif66
2021-12-28 12:38
Forum: Olders
Topic: UltraVNC 1.3.7-dev1 - Download links
Replies: 18
Views: 16761

Re: 1.3.7 dev-1

I can see the message only in the window waiting for the acceptance or rejection of the connection, there are no additional windows only with the message Make sure you have the latest version installed Right-click the tray icon, select admin properties Click "Advanced options" Enable notification ...
by alazif66
2021-12-28 11:51
Forum: Olders
Topic: UltraVNC 1.3.7-dev1 - Download links
Replies: 18
Views: 16761

Re: 1.3.7 dev-1

ok InfoMsg it works, in query window i thought it created an extra popup. Info Mesage is a system notification and will use the notification functionality of the operating system to leave an informational message. However you can also go to UVNC admin properties and enable the Query Window, either ...
by alazif66
2021-12-28 10:57
Forum: Olders
Topic: UltraVNC 1.3.7-dev1 - Download links
Replies: 18
Views: 16761

Re: 1.3.7 dev-1

ok InfoMsg it works, in query window i thought it created an extra popup.
by alazif66
2021-12-28 08:48
Forum: Olders
Topic: UltraVNC 1.3.7-dev1 - Download links
Replies: 18
Views: 16761

Re: 1.3.7 dev-1

1.3.6.1 -Fix border -Fix loading options, InfoMsg as commandline (-config configfile -InfoMsg " some test") A quick test did work pretty fine for me: No visible window for the border frame InfoMsg taken from options file specified with "-config" path Command-line option "-InfoMsg" working as ...
by alazif66
2021-12-27 11:25
Forum: Olders
Topic: UltraVNC 1.3.7-dev1 - Download links
Replies: 18
Views: 16761

Re: 1.3.7 dev-1

red frame work ok InfoMsg - not display or or I don't know where the notification should be displayed - in the bottom right corner of the screen? vncviewer.exe -noauto -config options.vnc -InfoMsg "Admin Connected" -disablesponsor -nostatus -normalcursor -password 12345678 ipserver::5900 ultravnc ...
by alazif66
2021-12-22 22:04
Forum: Olders
Topic: UltraVNC 1.3.6.0 - Download links
Replies: 13
Views: 16425

Re: Release 1.3.6.0

Rudi De Vos wrote: 2021-12-18 21:51 Viewer modified, infoMsg can also be added to option.vnc

https://www.uvnc.eu/download/1361/UltraVnc_1361.zip
InfoMsg in not working (options.vnc)
InfoMsg=Test message

ultravnc.ini
Frame=0
Notification=1
NotificationSelection=1
by alazif66
2021-12-09 09:19
Forum: Olders
Topic: Black or gray screen in the viewer
Replies: 19
Views: 19868

Re: Black or gray screen in the viewer

Rudi De Vos wrote: 2021-12-08 17:06 What mouse method is used ( viewer options)
let server deal or Track locally
Ok now the first connection black screen and cursor is automatically moved to the main screen, now the second connection is ok

Thanks Rudi
by alazif66
2021-12-08 13:19
Forum: Olders
Topic: Black or gray screen in the viewer
Replies: 19
Views: 19868

Re: Black or gray screen in the viewer

Thats by design, sorry With the ddengine we can capture each screen sepereate, with a blit you always capture the fullscreen. Blit -> Prim-All DDengine= Prim-Sec_third-All ddengine depend on the video driver, possible there exist a newer driver for your video card that support it. ( normal wddm 1.2 ...
by alazif66
2021-12-02 13:54
Forum: Olders
Topic: Black or gray screen in the viewer
Replies: 19
Views: 19868

Re: Black or gray screen in the viewer

1) First make sure it isn't a network issue. If you run the viewer on the same pc and connect to localhost, do you also have a black screen. 2) properties server [v] ddengine uncheck DDengine require latest video card and drivers. Possible not supported. Uncheck to test if this is causing it. If ...
by alazif66
2021-11-24 12:28
Forum: Olders
Topic: Black or gray screen in the viewer
Replies: 19
Views: 19868

Re: Black or gray screen in the viewer

On Dev 1.3.5.0 same problem Laptop has an external monitor connected, if the user clicks an some application (eg. word , chrome etc.) on the externale monitor screen at the moment when connect to UltarVNC server, the connection is black screen, if during the connection he clicks on the laptop screen ...
by alazif66
2021-11-09 14:28
Forum: Feature requests
Topic: Alert to show someone is remoted in
Replies: 5
Views: 15795

Re: Alert to show someone is remoted in

Accepted, look indeed a good idea This is the Autoit code that displays a transparent banner over all applications, I think in C it will be possible to write similarly #include <GuiConstants.au3> GuiCreate("My message box", 400, 78,(@DesktopWidth-400)/2, (@DesktopHeight-78)/2, $WS_POPUP + $WS ...