Board index » Visual Studio » Restoring Flash Window
|
ChandlerChao
|
|
ChandlerChao
|
Restoring Flash Window
Visual Studio238
Hey There, I have one problem. I have a flash window that I have hidden using ShowWindow(SW_HIDE). When I try to restore it using ShowWindow(SW_RESTORE), all I get is an entry on the taskbar that says "Dummy" on it. It can't be maximized or made into a window. How can I get around this situation? Thanks! Jay (patelj27b at gmail dot com) - |
| AliR
Registered User |
Thu Nov 16 15:09:34 CST 2006
Re:Restoring Flash Window
Try ShowWindow(SW_SHOW);
AliR. "Jay" <patelj27b@gmail.com>wrote in message QuoteHey There, - |
| Jay
Registered User |
Thu Nov 16 15:26:59 CST 2006
Re:Restoring Flash Window
Alir,
I tried all of the flag. None of them worked. -Jay AliR (VC++ MVP) wrote: QuoteTry ShowWindow(SW_SHOW); |
| AliR
Registered User |
Thu Nov 16 15:48:02 CST 2006
Re:Restoring Flash Window
In that case I am not really sure why that's happening. Can you share some
sample code that would reproduce the problem? AliR. "Jay" <patelj27b@gmail.com>wrote in message QuoteAlir, - |
| Ajay
Registered User |
Thu Nov 16 16:28:49 CST 2006
Re:Restoring Flash Window
It should work with ShowWindow. Your window needs to be either
minimized or maximized for this to have any effect. --- Ajay Jay wrote: QuoteAlir, |
