In my program I've a window, but I don't wanna that the user should see it at the taskbar... how to do that? And yesss, I've searched for it....
And yesss, I've searched for it....
Originally posted by bazik"]
LIAR!!! :grin:
LIAR!!! :grin:
Well, did you try to search for "Hide from taskbar"?
I did:
Hidden from taskbar
taskbar icons
Iczelion's 23rd: Tray Icon
Help...!
Here is the seach:
http://www.asmcommunity.net/board/search.php?s=&action=showresults&searchid=92842&sortby=lastpost&sortorder=descending
A Member name ...NaN post something many months ago that said use something like a word TOOLTIP inside a CreateWindowEx
invoke CreateWindowEx,WS_EX_OVERLAPPxxxxxxxxEDWINDOW,;;;;;;;;;;; SOMEWHERE AROUND HERE HE SAY SOMETHING weard like tooltip..... I forgot what it exactly was but it worked PERFECTLY
ADDR szClassName,
ADDR szDisplayName,
WS_OVERLAPPEDWINDOW,
Wtx,Wty,Wwd,Wht,
NULL,NULL,
hInst,NULL
I lost it but if you don't get no info on it i will find it for you... It was something not really known or used as we know but it WORK
And it was so darn easy....
invoke CreateWindowEx,WS_EX_OVERLAPPxxxxxxxxEDWINDOW,;;;;;;;;;;; SOMEWHERE AROUND HERE HE SAY SOMETHING weard like tooltip..... I forgot what it exactly was but it worked PERFECTLY
ADDR szClassName,
ADDR szDisplayName,
WS_OVERLAPPEDWINDOW,
Wtx,Wty,Wwd,Wht,
NULL,NULL,
hInst,NULL
I lost it but if you don't get no info on it i will find it for you... It was something not really known or used as we know but it WORK
And it was so darn easy....
scientica, I did make a search after it... But what I found wasn't useble for me...