Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Accept reject window

Post Reply
Deft54
Posts: 2
Joined: 2016-08-04 09:19

Accept reject window

Post by Deft54 »

Hello everybody,

FIrst I want to thank you for this great product :thumbs: which helps me a lot all days.
I just have a problem : I personnalize the message in the Accept/Reject Windows (accept_reject_mesg in ultravnc.ini), but if I put a logo.bmp in the ultravnc folder, it doesn't appear near my personal message :oops:

I specify I installed ultravnc v1.2.1.1, then I changed the ultravnc.ini and the logo.bmp in the root folder.

Can you tell me if that's normal it doesn't work or if I make something wrong ?

Thanks a lot and sorry for my english
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Accept reject window

Post by Rudi De Vos »

try mylogo.bmp

Code: Select all

strcpy(mycommand,WORKDIR);
strcat(mycommand,"\\mylogo.bmp");
hbmBkGnd = (HBITMAP)LoadImage(NULL, mycommand, IMAGE_BITMAP, 0, 0,LR_LOADFROMFILE);
Deft54
Posts: 2
Joined: 2016-08-04 09:19

Re: Accept reject window

Post by Deft54 »

Thank you very much Rudi De Vos for your reply
By renaming mylogo.bmp, and reducing its size by 50 percent, it's just perfect !

Have a nice day and thanks again boss :thumbs:
Post Reply