Icon? Why does it not work?

  • Thread starter Thread starter Sven Rutten
  • Start date Start date
S

Sven Rutten

I just created an application with VB.NET CF, and I imported an Icon to
Form1 (only form), but why is this icon not in the exe?
In VB 6 this was working...

Thanks a lot!
 
to set the icon to the exe you have set it in the project properties.
theres an entry "application icon" (something like that)

greets jochen
 
And one more thing. To see the new icon attached to the EXE you might have
to restart your phone first.
 
Jochen said:
to set the icon to the exe you have set it in the project properties.
theres an entry "application icon" (something like that)

A question: when I do this and I deploy my app, VS deploy also the icon.
How to include the icon inte the exe?

Thanks
 
click on the icon in your solution, set properties "Build Action" to
"Embedded Resource"
 
aha ~~~ that's the key~ i was mad for this $##$^&57 problem one night~

thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top