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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Modeless Dlg not visible 1

Status
Not open for further replies.

zulfi1234

Instructor
Jul 2, 2000
32
PK
In my view.h, I have created an instance of my modeless dlg class<br>CMyModeless*&nbsp;&nbsp;m_pdlgModeless;<br><br>& in view .cpp I am doing the following thing:<br><br>m_pdlgModeless = new CMyModeless;<br>m_pdlgModeless-&gt;Create(IDD_MODELESS, this);<br><br>Can somebodey please help me?<br><br>Zulfi.<br>
 
First check the visible property of the dialog.<br><br>If it's checked, try using the SetForegroundWindow() or ShowWindow(SW_SHOW) functions to make the dialog visible.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top