Hi there ,
How can i set a bmp as a window so that i don't have any window bars like window but that i just have my bmp.
how do i do that ?
How can i set a bmp as a window so that i don't have any window bars like window but that i just have my bmp.
how do i do that ?
No i don't need custom shape, it's a bmp of 800X600 so don't need such a difficult script i think :s
Hard to understand your post :tongue:
Do you want something like this:
Posted on 2002-07-14 16:16:08 by bazik
Do you want something like this:
Posted on 2002-07-14 16:16:08 by bazik
yeah just like taht a bmp as bkground and now stupid windows stuff, how is it possible ?
taht = that & now = no
Hum... a secret code..... :cool:
Hum... a secret code..... :cool:
I removed all the secret code (playing of Mp3, Video files and stuff :tongue: )
:grin:
That is fine bAZiK, but I meant Bolle's secret code based on words substitution :grin:.
tnx everybody
invoke CreateWindowEx, WS_EX_TOPMOST,;or WS_EX_TOOLWINDOW,
addr szClassName,
addr szAppName,
WS_VISIBLE or WS_POPUP, ;or WS_SYSMENU
esi, eax, 450, 240, 0, 0, 400000h, 0
So is it impossible to create a window with only a bitmap and no Window Popup.... or Window Window....Just a bitmap that you can draw in somewhere on the screen...
By the way WoW bAZiK, that's a well written powerfull program. No flicker or anything while doing Fast bitmap changing.
addr szClassName,
addr szAppName,
WS_VISIBLE or WS_POPUP, ;or WS_SYSMENU
esi, eax, 450, 240, 0, 0, 400000h, 0
So is it impossible to create a window with only a bitmap and no Window Popup.... or Window Window....Just a bitmap that you can draw in somewhere on the screen...
By the way WoW bAZiK, that's a well written powerfull program. No flicker or anything while doing Fast bitmap changing.
hmm, can somebody just make a simple .asm file for me which contains the code for only a 800x600 bmp as background plus a png button, which gives a popup message when you click on the button ?
if so, then i can learn from that, it will help me a lot
also a little comments with the code will help
tnx
p.s. for convinients i have posted a button and a bmp bkgrnd with this post
:)
if so, then i can learn from that, it will help me a lot
also a little comments with the code will help
tnx
p.s. for convinients i have posted a button and a bmp bkgrnd with this post
:)
maybe bmp or png are not the best compression.
if not which are ? i heard bmp slows down the program
if not which are ? i heard bmp slows down the program