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

Problem with Enter.BMP

SC <-> Proxy <-> Repeater <-> Proxy <-> Viewer
Post Reply
aman
Posts: 3
Joined: 2007-09-18 15:45
Location: India, Punjab
Contact:

Problem with Enter.BMP

Post by aman »

ENTERCODE works but doesn't show ENTER.BMP. It just shows a square window.
I am using the original BMP only without any changes.

I include the following files & compile using online compiler:-

Code: Select all

01/11/2004  02:12               766 icon1.ico
10/10/2004  17:42               766 icon2.ico
01/11/2004  17:08             5,130 logo.bmp
26/11/2004  19:55             1,186 background.bmp
06/10/2005  14:00           315,392 winvnc.exe
18/09/2007  21:05               819 helpdesk.txt
24/06/2005  09:18            25,678 enter.bmp
My script is :-

Code: Select all

[TITLE]
Technical Support - Desktop Sharing
[HOST]
Technical Support SSLPROXY
-id 12345 -sslproxy -connect jaguar-software.no-ip.biz:443 -noregistry
#192.168.1.101==repeater ip
#SSL  -> :443 needed
[TEXTTOP]
Double Click to make a connection
[TEXTMIDDLE]
Before making a connection
[TEXTBOTTOM]
[TEXTRBOTTOM]
[TEXTRMIDDLE]
[TEXTRTOP]
[TEXTBUTTON]
More Info
#if TEXTBUTTON do not exist, button is removed
[WEBPAGE]
http://www.jaguarc.com
[TEXTCLOSEBUTTON]
Close
[BALLOON1TITLE]
Connecting to helpdesk ...
[BALLOON1A]
You will soon be connected to a Support Rep.
[BALLOON1C]
If connection fails program will delete itself.
[BALLOON2TITLE]
Connected ...
[BALLOON2A]
You are now connected.
[BALLOON2B]
A support rep will be with you in a moment. 
[ENTERCODE]
Enter Your ID
[DIRECT]
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6832
Joined: 2004-04-23 10:21
Contact:

Re: Problem with Enter.BMP

Post by Rudi De Vos »

enter.bmp make use of of alphablending.
The OS running the server need to support it, else you see a window.
aman
Posts: 3
Joined: 2007-09-18 15:45
Location: India, Punjab
Contact:

Re: Problem with Enter.BMP

Post by aman »

Rudi De Vos wrote:enter.bmp make use of of alphablending.
The OS running the server need to support it, else you see a window.
I am running Windows XP.

The test WinVNC shows just fine, but my file doesn't show the bitmap. I don't understand how to make the Bitmap take effect.

Any assistance is most appreciated.
Last edited by aman on 2007-09-19 06:58, edited 1 time in total.
Post Reply