4/20/2019
Posted by 

I am currently creating an application in Visual Studio 2010. After building the project to generate the output of my application, I find that the .exe is built with the default icon.

Is there any way to change or use my own picture as the icon for the .exe file generated by Visual Studio 2010?

Untuk mengedit file DLL adalah benar-benar tidak semudah yang Anda pikirkan. Mereka ditulis dalam banyak bahasa, seperti C, C++, C#, Delphi, Visual Basic, Visual, Basic.Net dan sebagainya. Jadi Anda diminta sedikit keterampilan profesional komputer saat mengedit. I don't think it is possible to do what the questioner asks which is to avoid dll hell by merging all the project files into one.exe. The framework issue is a red herring. The problem that occurs is that when you have multiple projects depending on one library it is a PITA to keep the libraries in sync.

If you want to take benefits of watching online movies then you just need a good internet connection which allows accessing the internet. Night at the museum 3 hindi dubbed worldfree4u.

Zi MingZi Ming

3 Answers

To specify an application icon

  1. In Solution Explorer, choose a project node (not the Solution node).
  2. On the menu bar, choose Project, Properties.
  3. When the Project Designer appears, choose the Application tab.
  4. In the Icon list, choose an icon (.ico) file.

To specify an application icon and add it to your project

  1. In Solution Explorer, choose a project node (not the Solution node).
  2. On the menu bar, choose Project, Properties.
  3. When the Project Designer appears, choose the Application tab.
  4. Near the Icon list, choose the button, and then browseto the location of the icon file that you want.

The icon file is added to your project as a content file.

File.exe Virus

Zaheer AhmedZaheer Ahmed
Visual

I found it easier to edit the project file directly e.g. Star plus mahabharat all videos and songs. YourApp.csproj.

You can do this by modifying ApplicationIcon property element:

Also, if you create an MSI installer for your application e.g. using WiX, you can use the same icon again for display in Add/Remove Programs. See tip 5 here.

Community
si618si618

Check the project properties. It's configurable there if you are using another .net windows application for example

CynedeCynede

protected by CommunityDec 15 '14 at 11:20

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

Not the answer you're looking for? Browse other questions tagged visual-studio-2010 or ask your own question.