Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to use a character as my
App icon.
Can someone help me do that.

Say the letter A be my app icon
How do that in vb.net

Thank you in advsnced.

That's not what I mean.

I compile my app with a command
Line outside VStufio.

I need a binary characters that
Emulate the letter say A.

Thank you again.

What I have tried:

Nothing I don't know how to do that.
Posted
Updated 23-Oct-19 3:28am
v2
Comments
Member 13569650 23-Oct-19 10:36am    
I have an app with an icon that
I want it in another app is there
A hack for this.

Thank you.

 
Share this answer
 
Comments
Member 13569650 23-Oct-19 10:18am    
Thank you.
I need something else.
Dave Kreskowiak 23-Oct-19 10:31am    
Uhhh... Google results are nothing but a list of "something else".

You didn't specify what "something else" actually means are what you really want to do.
Member 13569650 23-Oct-19 10:51am    
I write my vb in notepad text editor
And compile it with a command line.

In this condition is it possible
To set an icon to my app.

Or some free software to install
An icon to app.exe application.

Thank you.
And I am apologies because
I haven't experience of using
Code project site.
Richard Deeming 23-Oct-19 11:02am    
If you're compiling using the command-line vbc compiler, you can use the win32icon option to specify the icon for your application:
-win32icon | Microsoft Docs[^]
Dave Kreskowiak 23-Oct-19 11:50am    
Writing code in Notepad? That's commendable. I did that way back in 2001.

But, you don't have to. You can use the free version of Visual Studio, the Community Edition, found at Free IDE and Developer Tools | Visual Studio Community[^].
I can recommend the Greenfish icon editor: free-icon-editor[^]
Also see: Creating a Glossy Windows Icon[^]
Also see: How to: Specify an application icon (Visual Basic, C#) - Visual Studio | Microsoft Docs[^]

If you want to hack your applications icon from the command line, which is a bit weird, this might do the trick: Resource Hacker[^]
 
Share this answer
 
v3
Comments
Member 13569650 23-Oct-19 10:21am    
Thank you very much.

I'll try this resource hack.
It's new for me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900