TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
mmcguirk1
NA
3
0
App.ico
Apr 6 2004 12:47 PM
Does anyone know why if I change the App.ico ( or any .ico ) I can never get it to display? I went and altered the App.ico file, but when I run, I get the original. If I open App.ico in the environment, I get the one I drew. I even tried making App.ico an embedded resource and added this line to the constructor of my form ( After InitializeComponent ) this.Icon = new Icon( this.GetType(), "App.ico" ); I also tried setting the Icon property of the form in the designer. This time the application displayed properly in the property grid, but when I ran the application, it was the old icon again.
Reply
Answers (
3
)
Good OOP Desing in WinForm App
TreeNode with depth attribute