Just add this code to your PreCreateWindow function:
BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs) {
cs.style =~ FWS_ADDTOTITLE;
cs.name = "My title";
}
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |