MenuStrip Help

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
12 posts Page 2 of 2
Contributors
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: MenuStrip Help
hungryhounduk
Hey Xtech
I have added that to my Code, But how do i impliment it :) I tried a few statements out but kept comming up as errors, I dont really know how to use it, can u point me in the right direction.

Cheers

Chris
Image
User avatar
XTechVB
VIP - Site Partner
VIP - Site Partner
Posts: 727
Joined: Thu May 20, 2010 10:32 am

Re: MenuStrip Help
XTechVB
You need to create a class and paste that code inside it, then you can use it like this
In your Form Load event
Code: Select all
yourmenustrip.Renderer = New MyRenderer()
You can find me on Facebook or on Skype mihai_92b
12 posts Page 2 of 2
Return to “Coding Help & Support”