473,547 Members | 2,638 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How do create an application icon?

In other development environments i've used the IDE had
facilities to create custom icons for the application and
files it created. It would be nice to have a custom icon
for a created file, but it is more important to give the
application its own icon. I've looked in over ten books in
VB.net programming and none of them cover this issue. How
do I do it or where do I find the info?

Thanks,

Paul
Nov 20 '05 #1
6 1500
When selecting the project in the solution explorer window, choose Add Item
and then select ICON, you can then edit this as you see fit.

OHM

Paul wrote:
In other development environments i've used the IDE had
facilities to create custom icons for the application and
files it created. It would be nice to have a custom icon
for a created file, but it is more important to give the
application its own icon. I've looked in over ten books in
VB.net programming and none of them cover this issue. How
do I do it or where do I find the info?

Thanks,

Paul


Regards - OHM# On**********@BT Internet.com
Nov 20 '05 #2
As far as giving the application its own icon, open '<Project>
Properties...' under the Project menu. Under 'Common Properties' 'Build' is
the property for 'Application icon'
"Paul" <an*******@disc ussions.microso ft.com> wrote in message
news:03******** *************** *****@phx.gbl.. .
In other development environments i've used the IDE had
facilities to create custom icons for the application and
files it created. It would be nice to have a custom icon
for a created file, but it is more important to give the
application its own icon. I've looked in over ten books in
VB.net programming and none of them cover this issue. How
do I do it or where do I find the info?

Thanks,

Paul

Nov 20 '05 #3
PS, dont forget to set the Application ICON to your new icon in the project
properties.

OHM#

One Handed Man [ OHM# ] wrote:
When selecting the project in the solution explorer window, choose
Add Item and then select ICON, you can then edit this as you see fit.

OHM

Paul wrote:
In other development environments i've used the IDE had
facilities to create custom icons for the application and
files it created. It would be nice to have a custom icon
for a created file, but it is more important to give the
application its own icon. I've looked in over ten books in
VB.net programming and none of them cover this issue. How
do I do it or where do I find the info?

Thanks,

Paul


Regards - OHM# On**********@BT Internet.com


Regards - OHM# On**********@BT Internet.com
Nov 20 '05 #4
* "Paul" <an*******@disc ussions.microso ft.com> scripsit:
In other development environments i've used the IDE had
facilities to create custom icons for the application and
files it created. It would be nice to have a custom icon
for a created file, but it is more important to give the
application its own icon. I've looked in over ten books in
VB.net programming and none of them cover this issue. How
do I do it or where do I find the info?


If you use VS.NET Professional or better, you can use its built-in icon
editor. Just select "File" -> "New" -> "File..." -> "Icon" and design
your icon.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #5
David and One Hand Man - thank you for your replies. They
should get me going. Wish I had as clear a response to my
'where to get the file path/name/s when dropped on the
Application icon?' question.

Paul
-----Original Message-----
As far as giving the application its own icon, open '<Project>
Properties.. .' under the Project menu. Under 'Common Properties' 'Build' isthe property for 'Application icon'
"Paul" <an*******@disc ussions.microso ft.com> wrote in message
news:03******* *************** ******@phx.gbl. ..
In other development environments i've used the IDE had
facilities to create custom icons for the application and
files it created. It would be nice to have a custom icon
for a created file, but it is more important to give the
application its own icon. I've looked in over ten books in
VB.net programming and none of them cover this issue. How
do I do it or where do I find the info?

Thanks,

Paul

.

Nov 20 '05 #6
You can specify that the icon be external to the .exe or included. If
external, you can specify the filename and path. This is done from within
project properties General/Build ( Icon location ).

Regards - OHM
Paul wrote:
David and One Hand Man - thank you for your replies. They
should get me going. Wish I had as clear a response to my
'where to get the file path/name/s when dropped on the
Application icon?' question.

Paul
-----Original Message-----
As far as giving the application its own icon, open '<Project>
Properties...' under the Project menu. Under 'Common Properties'
'Build' is the property for 'Application icon'
"Paul" <an*******@disc ussions.microso ft.com> wrote in message
news:03******** *************** *****@phx.gbl.. .
In other development environments i've used the IDE had
facilities to create custom icons for the application and
files it created. It would be nice to have a custom icon
for a created file, but it is more important to give the
application its own icon. I've looked in over ten books in
VB.net programming and none of them cover this issue. How
do I do it or where do I find the info?

Thanks,

Paul

.


Regards - OHM# On**********@BT Internet.com
Nov 20 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2211
by: Matthew Fitzpatrick | last post by:
when multiple similar forms are opened up, windows xp can group them into an application group button on the start bar. Unfortunately, this application group uses the icon of the application's executable, and not the icon that has been specified by form. another usenet post here (watch for URL wrap) ...
4
1698
by: Arda Coskun | last post by:
Hi, How to create embedded graphics and audios? Any article would be helpful. Kind regards,
2
2636
by: Randall Powell | last post by:
I am in the process of developing a Windows Service which will: (1) monitor multiple network shares; (2) marshal text file transfers into an SQL Server 2000 instance; and (3) provide messaging services via email and a customized event log viewer. An additional goal is to have the service provide a visual status indicator via an icon to be located...
6
2594
by: Neo | last post by:
i'd like to create an application which would run in the background, & there'd be an icon in the system tray (can use the notify icon). But HOW can i make the form invisible. What i'd like to do is, when the exe is run, ONLY the icon should appear in the system tray & nothing else. & if necessary the user can click on the icon & there'd be...
6
3667
by: windandwaves | last post by:
Hi Folk Some of my clients asked me to create "fancy emails" for them (aka html formatted emails). I know how to make a nice html document, but I had trouble creating a simple way to provide the document to my clients so that they could use it to. I know most of them use Outlook XP or Outlook 2003, so what I created was a page that...
0
1147
by: Rich | last post by:
Hello, When I create an icon in VB2005 icon editor - 32x32, the figure I draw in the editor is not displaying on the icon file in the solution explorere, in windows explorer, on the exe, or on the Form. But the icon figure does display in the Project Properties Application Tab (for icon), and it displays in the Alt-Tab window. How can I...
4
6534
by: randy1200 | last post by:
I have a Windows application that previously had the company logo "MyCompany.ico" added to the upper left-most corner. The company has since issued a new version of "MyCompany.ico" that looks completely different. I overwrote the old ico file with the new ico file and re-ran the program. I still see the old logo at run-time. I...
27
3760
by: max | last post by:
Hello, I am a newbye, and I'm trying to write a simple application. I have five tables with three columns; all tables are identical; I need to change some data in the first table and let VB updates the same data in all other four tables in the right places. I know it would be possible by using the ForeignKeyConstraint object. I have created...
3
3924
by: sanghavi | last post by:
how to create a set up project in vb.net..how to run an application on a different machine
0
7510
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7437
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7703
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7947
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7463
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7797
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5081
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3493
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
748
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.