|
-
Apr 6th, 2004, 08:08 PM
#1
Thread Starter
Addicted Member
Custom Menus
Is there anyway to get a control to be placed on a menu?
What I want is to put a combox in a menuitem under the "File" menuitem in my app.
Is it possible?
Any suggestions or links would be great!
-
Apr 6th, 2004, 11:48 PM
#2
I wonder how many charact
Well, unfortunately, you can't just add a windows forms control to MainMenu, only mainmenuitems.
So perhaps you can use the owner-draw option, and have the combobobx render to the graphics surface of the MenuItem.
I'll warn you right now, I don't think you will easily accomplish this. You would be better off making your own menu... than twisting the MainMenu class of .Net to do this.
Last edited by nemaroller; Apr 7th, 2004 at 12:13 AM.
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
|