[RESOLVED] does vb.net provide the provision for graphic icons on menu item ?
Hi all,
there have any in-built option to add graphic icon to menu in vb .net ? or we have to go for API programming to add such icon.
vb .net supporting any editable grid ? and any option like print preview
i'm new in vb .net, just few days before i started programming in .net
thanks in advance to all my dev-archive friends.
kvwarun
[396 byte] By [
kvwarun] at [2007-11-20 10:19:29]

# 1 Re: [RESOLVED] does vb.net provide the provision for graphic icons on menu item ?
In VB.NET images for menu are already present. You just have to set the Image path. Create a new menu and look at the properties, you will find a property called Image.
DatGrid (2003) & GridView(2005) are editable grids in .NET
There is a PrintPreviewControl and PrintPreviewDialog that you can use.
I would suggest, you go through MSDN for more information on these.