|
-
Mar 2nd, 2011, 07:29 PM
#1
Thread Starter
Frenzied Member
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
-
Mar 2nd, 2011, 07:32 PM
#2
Re: GetManifestResourceStream & ResourceManager.GetStream
 Originally Posted by mickey_pt
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.
 Originally Posted by mickey_pt
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.
-
Mar 3rd, 2011, 05:21 AM
#3
Thread Starter
Frenzied Member
Re: GetManifestResourceStream & ResourceManager.GetStream
 Originally Posted by jmcilhinney
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|