Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Hi, I was just wondering if you could programmatically change the size of the font and the font in the context menu without having to do an owner draw context menu in C#. If no then can someone point me in the right direction for an example of owner draw context menu? thanks
  • *Experts*
Posted
You can't, but I did an Ownerdrawn menu in my IExtenderProvider example (look in the Code Library for that). You can look at the code and see how to ownerdraw menus (it's for MainMenus, but the MenuItems are the same).
Posted

You can still always simulate your own menus, which would give

you a lot more options design wise, a couple of picture boxes and

handling their mouse over and click events...

Dream as if you'll live forever, live as if you'll die today
Posted

Hey VolteFace,

I was lookin at your IEXtenderProvider example and I'm not sure how it works. i'm still a little new to microsoft vs...i followed your instructions of compilin the .dll and then draggin it in. i also placed my images into the image list but i'm not sure what the next step is, please help me out on this, much appreciated, thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...