Board index » Visual Studio » Restoring Flash Window

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)


-
 

Re:Restoring Flash Window

Try ShowWindow(SW_SHOW);



AliR.



"Jay" <patelj27b@gmail.com>wrote in message

Quote
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)







-

Re:Restoring Flash Window

Alir,

I tried all of the flag. None of them worked.



-Jay



AliR (VC++ MVP) wrote:

Quote
Try ShowWindow(SW_SHOW);



AliR.



"Jay" <patelj27b@gmail.com>wrote in message

news:1163711289.997654.108020@h48g2000cwc.googlegroups.com...

>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)

>



-

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

Quote
Alir,

I tried all of the flag. None of them worked.



-Jay



AliR (VC++ MVP) wrote:

>Try ShowWindow(SW_SHOW);

>

>AliR.

>

>"Jay" <patelj27b@gmail.com>wrote in message

>news:1163711289.997654.108020@h48g2000cwc.googlegroups.com...

>>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)

>>







-

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:

Quote
Alir,

I tried all of the flag. None of them worked.



-Jay



AliR (VC++ MVP) wrote:

>Try ShowWindow(SW_SHOW);

>

>AliR.

>

>"Jay" <patelj27b@gmail.com>wrote in message

>news:1163711289.997654.108020@h48g2000cwc.googlegroups.com...

>>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)

>>



-