PC Review


Reply
Thread Tools Rate Thread

How do create an application icon?

 
 
Paul
Guest
Posts: n/a
 
      9th Dec 2003
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
 
Reply With Quote
 
 
 
 
One Handed Man [ OHM# ]
Guest
Posts: n/a
 
      9th Dec 2003
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# (E-Mail Removed)


 
Reply With Quote
 
David Ricker
Guest
Posts: n/a
 
      9th Dec 2003
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" <(E-Mail Removed)> wrote in message
news:037501c3be85$bf5a7490$(E-Mail Removed)...
> 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



 
Reply With Quote
 
One Handed Man [ OHM# ]
Guest
Posts: n/a
 
      9th Dec 2003
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# (E-Mail Removed)


Regards - OHM# (E-Mail Removed)


 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      9th Dec 2003
* "Paul" <(E-Mail Removed)> 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>
 
Reply With Quote
 
Paul
Guest
Posts: n/a
 
      10th Dec 2003
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" <(E-Mail Removed)> wrote in message
>news:037501c3be85$bf5a7490$(E-Mail Removed)...
>> 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

>
>
>.
>

 
Reply With Quote
 
One Handed Man [ OHM# ]
Guest
Posts: n/a
 
      10th Dec 2003
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" <(E-Mail Removed)> wrote in message
>> news:037501c3be85$bf5a7490$(E-Mail Removed)...
>>> 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# (E-Mail Removed)


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
create shortcut of a application icon through .bat file, Vijay Windows XP General 3 22nd Nov 2009 04:47 AM
create shortcut of a application icon through .bat file, Vijay Windows XP General 0 19th Nov 2009 05:57 AM
How do I create an Application Icon? Quin Microsoft Access 6 6th Jul 2009 07:46 AM
How do I create a Browse icon or Ellipsis icon in MS Access form? =?Utf-8?B?cGtyaXNobmFu?= Microsoft Access Forms 1 26th May 2006 04:52 AM
how to create an application where there is no form but ONLY a notify icon Neo Microsoft VB .NET 6 28th Dec 2004 10:35 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:45 AM.