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...
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...