Remove Menu Bar
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi In my programme VC++(VC 8.0) it is an FormView application. I want to remove the MenuBar from the Form view. Give me the suggestion to Remove the MenuBar from the FormView Dialog Box. Regards shakumar
shakumar
-
Hi In my programme VC++(VC 8.0) it is an FormView application. I want to remove the MenuBar from the Form view. Give me the suggestion to Remove the MenuBar from the FormView Dialog Box. Regards shakumar
shakumar
perhaps you can find first the handle to that window (child window) and then to send to it a destroy message.