Results 1 to 32 of 32

Thread: [RESOLVED] Store binary data in UserControl?

Threaded View

  1. #14
    PowerPoster
    Join Date
    Feb 2015
    Posts
    2,797

    Re: Store binary data in UserControl?

    You could use an UserControl and save any binary data to a property. To control the content you could use a PropertyPage.
    I've attached the project you can store any binary files to UC and then load it:


    The other approach is you could store data inside EXE. So it can be better in several cases because those data isn't mapped into virtual memory and don't consume memory and you can always update it. If you're interesting i can give you special class to work with those data too.
    Attached Files Attached Files

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