Using VS 2008
Using the properties tab of the project I set an Icon for my app.
The icon I chose shows on the exe file.
However, when I run the application and it "appears" in the taskbar, the icon on the taskbar is the default VS Icon and not the Icon I chose.
Search Result
Collapse
4 results in 0.0044 seconds.
Keywords
Members
Tags
-
how to set the TaskBar Icon
-
listview box insanity
Ok I am stuck. What I want is to have the file in the listview
box with an icon. I can not seem to get the icon to show.
what am I doing wrong?
Code://Set to the front tab for now tabControl1.SelectedTab = tabPage2; //Focus on tab page 1 for now //this.tabControl1.TabPages[1].Select(); string[] CipherFiles = System.IO.Directory.GetFiles(@"C:\Cipher\CipherResult");
-
icon help
Ok I get the program working and I want to make cool ICON. But the color is stuck on 16 colors why. Is there a simple how to to create an icon and attach it. Is there a way to edit the properties?
I have Visual Studios .net pro 2003 -
Changing icons with DOS commands
Hi, I'm in the proccess of building a windows installer from the ground up and I was wondering if there is anyway to change a file types icon with DOS commands? Any information at all would be really appreciated.