Results 1 to 7 of 7

Thread: [RESOLVED] GetManifestResourceStream & ResourceManager.GetStream

Hybrid View

  1. #1

    Thread Starter
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: GetManifestResourceStream & ResourceManager.GetStream

    The image file was only a sample, i have other file types, like i wrote in the beginning of the thread...

    But forgetting the file type, the GetManifestResourceStream and the ResourceManager.GetStream doesn't work why?

    Rate People That Helped You
    Mark Thread Resolved When Resolved

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: GetManifestResourceStream & ResourceManager.GetStream

    Quote Originally Posted by mickey_pt View Post
    The image file was only a sample, i have other file types, like i wrote in the beginning of the thread...
    So? It doesn;t matter what type of data you have. All data can be saved to a file one way or another. Just write the appropriate code for each type of resource.
    Quote Originally Posted by mickey_pt View Post
    But forgetting the file type, the GetManifestResourceStream and the ResourceManager.GetStream doesn't work why?
    Because that is for resources that you have added via the Solution Explorer, not for those you access via My.Resources.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Frenzied Member mickey_pt's Avatar
    Join Date
    Sep 2006
    Location
    Corner of the Europe :)
    Posts
    1,959

    Re: GetManifestResourceStream & ResourceManager.GetStream

    Quote Originally Posted by jmcilhinney View Post
    So? It doesn;t matter what type of data you have. All data can be saved to a file one way or another. Just write the appropriate code for each type of resource.Because that is for resources that you have added via the Solution Explorer, not for those you access via My.Resources.
    So that was the problem, i assumed that the resources could be the ones in the resources of the application...

    Thanks once again.

    Rate People That Helped You
    Mark Thread Resolved When Resolved

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