Hello.
What is the best way to bring my application back up if it is sitting minimised on the start bar?
I have been doing this:
When the above code runs, it does bring my application back up, but from that point on the minimise button does not seem to work anymore. Does anyone know why this would happen?![[dazed] [dazed] [dazed]](/data/assets/smilies/dazed.gif)
Thanks for your help.
Tim
What is the best way to bring my application back up if it is sitting minimised on the start bar?
I have been doing this:
Code:
ShowWindow(Hwnd,SW_SHOWDEFAULT);
SetForegroundWindow(Hwnd);
When the above code runs, it does bring my application back up, but from that point on the minimise button does not seem to work anymore. Does anyone know why this would happen?
![[dazed] [dazed] [dazed]](/data/assets/smilies/dazed.gif)
Thanks for your help.
Tim