Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

question of modeless dialog (jchen)

Status
Not open for further replies.

koeicjm

Programmer
Sep 12, 2001
73
0
0
JP
I use "Create" to open a child modeless dialog,
when I left click the main dialog 's top bar,
the main dialog can not be viewed completely except I
make the TestDlg minimum size . how can I view the
main dialog completely without making the TestDlg minimum
My code is
TestDlg *m_pmodeless = new TestDlg(this);
m_pmodeless->Create(TestDlg::IDD);
m_pmodeless->ShowWindow(SW_SHOW);
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top