在桌面创建软件图标 [英] creating software icon in desktop

查看:70
本文介绍了在桌面创建软件图标的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用c#代码创建了一个记事本应用程序..如果有人安装该应用程序...我想创建桌面图标... ??我怎样才能实现这个.... ???

i have created one notepad app using c# code.. if someone installs that app... i want to create desktop icon...?? how can i achieve this....???

推荐答案

为您的应用程序创建安装程序。使用VS,您需要将所需图标放在VS中安装过程窗口中的桌面文件夹中。



图像应为.ICO格式。
While creating the Setup for your App. using VS, you need to Place the Desired Icon in the Desktop folder present in the Setup Process Window in VS.

The image should be in .ICO format for this.


首先你要为记事本应用程序创建设置。



查看此链接....



http://balanagaraj.wordpress.com/2007/05/29/create-exe-or-setup-file-in-net-windows-application/ [ ^ ]



i认为这个链接真的很有帮助你....

:)
first of all u create setup for notepad application.

check this link....

http://balanagaraj.wordpress.com/2007/05/29/create-exe-or-setup-file-in-net-windows-application/[^]

i think this link realy help u....
:)


要创建图标,我通常推荐IcoFX:

http://en.wikipedia.org/wiki/IcoFX [ ^ ],

http://icofx.ro/ [ ^ ]。



你也可以使用像素编辑器您可以选择并在IcoFX中导入一些图像。



当然,还有许多其他编辑器,包括Visual Studio。



您应该了解单个图标包含多个不同大小的图像,因此Shell可以在不同视图中使用它。您还应该使用透明度功能,这对于图标很重要。



仅在两个地方需要图标:1)应用程序图标,使用Visual Studio中的应用程序属性设置,2)每个表单的表单或窗口图标。你不应该在其他地方使用图标,你可以使用位图,矢量图形等。



上面提到的第一次使用它定义了应用程序文件在桌面上的外观,文件管理器(如Explorer)以及使用系统shell的其他视图。



-SA
To create icon, I usually recommend IcoFX:
http://en.wikipedia.org/wiki/IcoFX[^],
http://icofx.ro/[^].

You can also use pixels editors of your choice and import some images in IcoFX.

Of course, there is a number of other editors, including Visual Studio.

You should understand that a single icon contains several images of different sizes, so the Shell can use it in different views. You should also use transparency feature, which is important for icons.

Icons are needed only in two places: 1) application icons, set by using application Properties in Visual Studio, 2) Form or Window icon for each form. You should not use icon in other places, where you can use bitmaps, vector graphics, etc.

First use of it mentioned above defines how the application file looks on desktop, file managers (like Explorer), and other views using the system shell.

—SA


这篇关于在桌面创建软件图标的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆