How to create a dialog like this?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi,everyone how to create a dialog which is not the main window, but its parent window and owner window are all NULL, such as the conversation window in MSN Messenger.
Make the parent window of each dialog as desktop window by calling GetDeskTopWindow()
-prakash
-
Make the parent window of each dialog as desktop window by calling GetDeskTopWindow()
-prakash