place program icon into desktop toolbox
C#
3
Posts
2
Posters
0
Views
1
Watching
-
hi , I'm not entirely sure what you mean by Desktop **toolbox!? If you mean the Visual Studio toolbox you need to add the ToolBoxBitmap attribute over the class: [System.Drawing.ToolboxBitmap("c:\\stop.bmp")] class MyStopControl { } If you mean the StartMenu , then check out deployment in .NET (search google) Gideon
-
hi , I'm not entirely sure what you mean by Desktop **toolbox!? If you mean the Visual Studio toolbox you need to add the ToolBoxBitmap attribute over the class: [System.Drawing.ToolboxBitmap("c:\\stop.bmp")] class MyStopControl { } If you mean the StartMenu , then check out deployment in .NET (search google) Gideon