Search Result

Collapse
4 results in 0.0044 seconds.
Keywords
Members
Tags
icon
  •  

  • oded
    started a topic how to set the TaskBar Icon

    how to set the TaskBar Icon

    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.
    See more | Go to post

  • chris52672
    started a topic listview box insanity

    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");
    ...
    See more | Go to post

  • chris52672
    started a topic icon help

    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
    See more | Go to post

  • Kvod10
    started a topic Changing icons with DOS commands

    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.
    See more | Go to post
Working...