How to create a window with style WS_POPUP from a dialog

  • Thread starter Thread starter SQLNeophyte
  • Start date Start date
S

SQLNeophyte

Guest
Hi all,

Can anyone please share me the code to create a window with WS_POPUP style from a dialog box button handler using CreateEx function?

Something like

m_pWnd = new CWnd();

m_pWnd->CreateEx(....)

Continue reading...
 
Back
Top