|
-
Jan 22nd, 2019, 06:52 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] Where does the icon data go?
I don't have a problem, I just want to understand how this works. When I add an icon to a WinForm, is the graphic data stored in the form somehow? If so, where?
-
Jan 22nd, 2019, 06:58 PM
#2
Re: Where does the icon data go?
I can't speak for the newest versions of VB.NET - but in past versions it was stored in the Form's .resx file. If you open the file in Notepad it shouldn't be too difficult to locate the Icon related data.
-
Jan 22nd, 2019, 07:00 PM
#3
Thread Starter
Frenzied Member
Re: Where does the icon data go?
I just did! You're right. It adds it as a Base64 graphic in the XML. Cool. Thank you.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|