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

    How to use menu control defined in resource file



    we can define menu items in resource file,but how can i use it in Visual basic?

  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: How to use menu control defined in resource file



    As far as I know, not with a standard VB function. I know menuus will be put in resource files by Visual C++, but the framework there makes sure that menu will be on the form. Guess you need an API function related to resource files to get them out (maybe MSDN can show you some C code, and maybe you can port that to VB)

    Hope it helps a little little bit


    Crazy D

  3. #3
    Join Date
    Nov 1998
    Posts
    2

    Re: How to use menu control defined in resource file



    But I must define menu using menu editor provided by Visual Basic. I tried to associate it with menu items defined in resource file, but it failed.

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