cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
modeless window
modeless window
Apr 19, 2010 at 6:48am UTC
amitjakati
(16)
is this the right way to call modeless window from the main window?
void CGCTPDlg::OnBnClickedAlignment()
{
// TODO: Add your control notification handler code here
Alignmentwindow one;
one.Create(IDD_ALIGNMENT,this);
one.ShowWindow(SW_SHOW);
}
Topic archived. No new replies allowed.