Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Embeding an image in assembly resource

Author  Topic 

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-05-23 : 17:14:30
I m doing a windows form VB application
How do I embed an image into the project assembly in my Visual studio
What re the detailed steps
2/ Is this kind of things why assemblies are important? or re assemblies useful for other purpuses?

Thanks

dfiala
Posting Yak Master

116 Posts

Posted - 2006-05-23 : 21:37:10
You actually place images in resource files that are used for your assemblies. Here's an overview of working with resource files...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcresed/html/vcconworkingwithresources.asp

Assemblies are the basic compiled units of code. But, here it is direct from the horse's mouth...

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconAssemblies.asp

Dean Fiala
Very Practical Software, Inc
Now with Blogging...
http://www.vpsw.com/blogbaby
Microsoft MVP
Go to Top of Page

rtutus
Aged Yak Warrior

522 Posts

Posted - 2006-05-23 : 22:40:43
thanks
Go to Top of Page
   

- Advertisement -