المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Hiding application menu at runtime??



C++ Programming
09-10-2009, 07:11 AM
Hello,

Is there a way to hide applicaiton menu at runtime? I would like to hide the menu once everything is loaded and once the application starts running. The application is written in vc++ 6.0 and the window is created using CreateWindowEx, I tried different dlg_styles options to hide it, but it still shows the menu.

Any suggestions??

thanks,

PKNT