CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
Software engineering
> Please expert guidance, why generate success, but not pop-up window, thank you
Please expert guidance, why generate success, but not pop-up window, thank you
Time:12-20
# include
The class MyApp: public CWinApp
{
Virtual BOOL lnitlnstance ()
{
CFrameWnd * pWnd=new CFrameWnd;
PWnd -> Create (NULL, L "hello");
PWnd -> ShowWindow (SW_SHOW);
This -> m_pMainWnd=pWnd;
Return TRUE;
}
};
MyApp theApp;
Page link:
https//www.codepudding.com/Softwareengineering/95254.html
Prev:
Simply copy and paste the code, zha so many bugs
Next:
MFC SQL database and database form new operation
Tags:
interface
Related
Links:
CodePudding