Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am in desperate need of an executable file that will display a .png with alpha transparency fullscreen with no window/border while running a video application beneath it which can then be closed with a keystroke combination. I tried using HTA but it won't offer me either of these features. Any ideas?
Posted
Updated 28-Mar-13 0:27am
v3
Comments
bbirajdar 28-Mar-13 4:52am    
NAQ...

1 solution

Create popup window.
Create and load bitmap.
For example monochrome:

0001100
0011110
0111110
0111110

So you must line by line create rectangle region with pixel = 1 and combine with main region (CombineRgn ).
http://msdn.microsoft.com/en-us/library/windows/desktop/dd183465(v=vs.85).aspx[^]
After use function SetWindowRgn
http://msdn.microsoft.com/en-us/library/aa930600.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900