Display Icon
Windows Forms
2
Posts
2
Posters
0
Views
1
Watching
-
I am using Visual c++ NET 2005 In each forms I write down the path of Icon property. When I load the program, the Icon appear on the left corner of Title bar but in left side of menu bar appears the default icon. I do no where to change this . I need that appears in menu bar a new icon instead of the default. I need your help.
-
I am using Visual c++ NET 2005 In each forms I write down the path of Icon property. When I load the program, the Icon appear on the left corner of Title bar but in left side of menu bar appears the default icon. I do no where to change this . I need that appears in menu bar a new icon instead of the default. I need your help.
You need to set the Image property of the menuitem :rose: