Results 1 to 3 of 3

Thread: [RESOLVED] Where does the icon data go?

  1. #1

    Thread Starter
    Frenzied Member cory_jackson's Avatar
    Join Date
    Dec 2011
    Location
    Fallbrook, California
    Posts
    1,145

    Resolved [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?

  2. #2
    PowerPoster
    Join Date
    Nov 2017
    Posts
    3,630

    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.

  3. #3

    Thread Starter
    Frenzied Member cory_jackson's Avatar
    Join Date
    Dec 2011
    Location
    Fallbrook, California
    Posts
    1,145

    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
  •  



Click Here to Expand Forum to Full Width