|
-
November 17th, 1998, 08:54 PM
#1
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?
-
November 18th, 1998, 03:10 AM
#2
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
-
November 18th, 1998, 07:35 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|