|
-
August 11th, 2020, 01:41 AM
#38
Re: Activate MDI window
 Originally Posted by GCDEF
Code:
void CMainFrame::On0Restore()
{
// TODO: Add your command handler code here
ShowWindow(SW_RESTORE);
SetForegroundWindow();
}
The code from above is not working if the app NNN is started from Windows Explorer and is activated through left click on balloon (not on icon left click)
Last edited by mesajflaviu; August 11th, 2020 at 04:53 AM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|