|
-
October 24th, 2002, 07:24 AM
#1
Problem with a Menuin a dialogbased apps
Hi,
I insert a menu in a dialogbasedapp with this code :
CMenu* pMenu;
pMenu = new CMenu();
pMenu->LoadMenu(IDR_MENU);
SetMenu(pMenu);
it works, but there are a white line under the menu, i d'ont know why, could anyone help me ?
Thanks
Punx120
sorry for bad english
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|