How to close the window?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I have created an MDI application. In that I am creating new window. I want functionality as after left clicking of mouse on view that window should be closed. My problem is, how can I close the window after left click on that created window. Thanks in advance Nikesh
-
I have created an MDI application. In that I am creating new window. I want functionality as after left clicking of mouse on view that window should be closed. My problem is, how can I close the window after left click on that created window. Thanks in advance Nikesh
Post a
WM_CLOSE
message to your window? PS: Do not re-post your queries.It is a crappy thing, but it's life -^ Carlo Pallini