Icons on the menus

  • Thread starter Thread starter sonu
  • Start date Start date
S

sonu

Hi,

Is it possible to attach the icons to the menus in VB.NET.

I have read we have to use ownerdraw menus to do this.
Does anyone know more than this.

Sample application would be a better help.

Thanks in advance.
 
In VB2005 it is simply possible by setting a property or in the designer...
Don't know which version you are referring to
 
sonu said:
Is it possible to attach the icons to the menus in VB.NET.

If you are using VS 2005 (.NET 2.0) you can use the MenuStrip control which
is available directly in the toolbox.
 
Back
Top