> It took me a while to get back to this issue.
> 
> Yep, this works:
> 
>      HWND hWnd = FindWindowEx(NULL, NULL, 
> "Afx:00400000:8:00010011:00000000:00000000", "Touchup");
>      CWnd* pWnd = CWnd::FromHandlePermanent(hWnd);
>      if (pWnd) {
>          pWnd->ModifyStyle(WS_SYSMENU, 0, 0);
>      }

Excellent.

--
Jason Teagle
[EMAIL PROTECTED]
 

_______________________________________________
msvc mailing list
[EMAIL PROTECTED]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription 
changes, and list archive.

Reply via email to