Search found 12 matches

by VersusBG
2026-07-02 13:07
Forum: 1.8.x
Topic: UltraVNC 1.8.X.X - Feedback
Replies: 123
Views: 3024347

Re: UltraVNC 1.8.X.X - Feedback

Can you test this drop down option buttons and expanding animation:
https://github.com/VersusBG/UltraVNC/tree/Patch-3
https://github.com/ultravnc/UltraVNC/co ... 3655a2d346

Image
by VersusBG
2026-06-25 11:11
Forum: 1.8.x
Topic: UltraVNC 1.8.X.X - Feedback
Replies: 123
Views: 3024347

Re: UltraVNC 1.8.X.X - Feedback

Translating of text labels of buttons or controls via resource strings can be done with something like this:
TCHAR sz_L95[160];
TCHAR sz_L96[160];

//Load Strings from resource file into sz_var
LoadStringW(m_hInstResDLL, IDS_L95, sz_L95, sizeof(sz_L95) / sizeof(TCHAR));
LoadStringW(m ...
by VersusBG
2026-06-19 11:51
Forum: 1.8.x
Topic: UltraVNC 1.8.X.X - Feedback
Replies: 123
Views: 3024347

Re: UltraVNC 1.8.X.X - Feedback

Here's a fix for logo cut off. Also expanding the position of all text boxes in English version and alignment of Auth dialogs logo and buttons.

https://github.com/ultravnc/UltraVNC/pull/374
by VersusBG
2026-06-16 12:24
Forum: 1.8.x
Topic: UltraVNC 1.8.X.X - Feedback
Replies: 123
Views: 3024347

Re: UltraVNC 1.8.X.X - Feedback

Ohhh my bad. Each language is using they own resource file and the changes in EN version doesn't reflect other languages GUI.
So the same change must be done for every language not only for the EN.

I will post a new pull request in GitHub and try to fix them.

Is it possible to add .resx and ...
by VersusBG
2026-06-09 13:27
Forum: 1.8.x
Topic: UltraVNC 1.8.X.X - Feedback
Replies: 123
Views: 3024347

Re: UltraVNC 1.8.X.X - Feedback

UltraVNC_1823_x64_Setup.exe installs expired certificate into:
C:\Program Files\uvnc bvba\UltraVnc\ultravnc.cer
by VersusBG
2026-06-09 10:58
Forum: 1.8.x
Topic: UltraVNC 1.8.X.X - Feedback
Replies: 123
Views: 3024347

Re: UltraVNC 1.8.X.X - Feedback

Uninstalling an EXEMSI installation remotely with no GUI is not possible as the .msi uninstall command will just start the unins000.exe user interface.
so any commands for remote uninstall will fail

like those examples:
----
MsiExec.exe /X BD73903D-C694-4358-8F07-E71ABC89368F
msiexec.exe /x ...
by VersusBG
2026-06-02 08:38
Forum: 1.8.x
Topic: UltraVNC 1.8.X.X - Feedback
Replies: 123
Views: 3024347

Re: UltraVNC 1.8.X.X - Feedback

Fixed in the flowing commit.

UltraVNC Viewer textbox size:
- https://github.com/ultravnc/UltraVNC/co ... c1ad3ca617

UltraVNC Server textbox size:
- https://github.com/ultravnc/UltraVNC/co ... b304634ba2
by VersusBG
2025-06-26 12:18
Forum: 1.6.x
Topic: UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 - Feedback
Replies: 26
Views: 3159710

Re: UltraVNC 1.6.4.0 and UltraVNC SC 1.6.4.0 - Feedback

The previous native MSI installer from "UltraVNC_1436_X64" was better and signed.
The new UltraVNC - UNREGISTERED - Wrapped using MSI Wrapper from www.exemsi.com 1.6.4.0 is worst without signature.
by VersusBG
2023-10-11 04:55
Forum: General help
Topic: HELP! Use UltraVNC asking the called party for consens
Replies: 1
Views: 15987

Re: HELP! Use UltraVNC asking the called party for consens

You can read the help file here:
https://uvnc.com/webhelp/connections.html

In UltraVNC settings under "Connections" Tab you can select the following:

Query on incoming

A query window is a message box that ask permission to take over the control. You can select the timeout the default action ...
by VersusBG
2023-10-05 09:31
Forum: 1.4.x
Topic: UltraVNC 1.4.3.5 and UltraVNC SC 1.4.3.5 - Feedback
Replies: 20
Views: 407975

Re: UltraVNC 1.4.3.5 and UltraVNC SC 1.4.3.5 - Feedback

Yes but if you uninstall it after the MSI installation the service is not deleted and you need to run:

Code: Select all

sc delete uvnc_service
by VersusBG
2023-10-04 08:51
Forum: 1.4.x
Topic: UltraVNC 1.4.3.5 and UltraVNC SC 1.4.3.5 - Feedback
Replies: 20
Views: 407975

Re: UltraVNC 1.4.3.5 and UltraVNC SC 1.4.3.5 - Feedback

I can confirm that the UltraVNC_1435_X64.msi installer doesn't register uvnc_service as service.
The "UltraVNC_1435_X64_Setup.exe" is working fine but not the .msi package.
by VersusBG
2021-12-16 09:11
Forum: Olders
Topic: Black or gray screen in the viewer
Replies: 19
Views: 195813

Re: Black or gray screen in the viewer

When the connection is over VPN with improperly configured MTU and MSS it also can cause gray screen. To test this you can use Wireshark and inspect the traffic for drop packets because of DF bit. Only for the test you can restrict the PMTU on both client/server which will limit the packet size to ...