CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2002
    Posts
    49

    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

  2. #2
    Join Date
    May 2002
    Location
    Romania
    Posts
    929
    I cannot reproduce your problem, using the code you gave.



    Snakekaa
    Move like a snake, think like a snake, be a snake !!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured