Home All Groups Group Topic Archive Search About
Author
27 Jan 2006 10:24 AM
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.

Author
27 Jan 2006 10:43 AM
Martin
In VB2005 it is simply possible by setting a property or in the designer...
Don't know which version you are referring to

Show quoteHide quote
"sonu" <sonali_reddy***@yahoo.com> wrote in message
news:1138357480.462538.320690@o13g2000cwo.googlegroups.com...
> 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.
>
Author
27 Jan 2006 11:35 AM
Eric Moreau
I personnally use
http://www.codeproject.com/cs/menu/menuimage.asp?df=100&forumid=13591&exp=0&select=1039818

--


HTH

Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc. (www.s2i.com)
http://emoreau.s2i.com/

Show quoteHide quote
"sonu" <sonali_reddy***@yahoo.com> wrote in message
news:1138357480.462538.320690@o13g2000cwo.googlegroups.com...
> 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.
>
Author
27 Jan 2006 11:39 AM
Herfried K. Wagner [MVP]
"sonu" <sonali_reddy***@yahoo.com> schrieb:
> 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.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
27 Jan 2006 12:08 PM
Ken Tucker [MVP]
Hi,

http://msdn.microsoft.com/msdnmag/issues/04/02/CuttingEdge/

Ken
--------------
Show quoteHide quote
"sonu" <sonali_reddy***@yahoo.com> wrote in message
news:1138357480.462538.320690@o13g2000cwo.googlegroups.com...
> 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.
>