|
-
Apr 25th, 2002, 04:54 PM
#1
Thread Starter
New Member
VB.net resx files?? How????
Ok...i'm building an MDI program right now, that uses icons and images. Thats not the important part. What I need is a way to have VB.net embed these images into a dll, or an exe or something, so that the user can't f*** around with them or delete them. I think what I need is a resx or resource file, but the documentation sucks on explaining how to implement it.
<< IF YOU WORK FOR MICROSOFT OR KNOW WHAT YOUR TALKING ABOUT, I LOVE YOU >>
-
Apr 25th, 2002, 05:32 PM
#2
Frenzied Member
-
Apr 25th, 2002, 05:40 PM
#3
Member
I'm not quite sure but in VB6, every icons you link to the controls or form are saved in the .res file of that form automatically.
It might the same for .NET
-
Apr 27th, 2002, 04:13 AM
#4
Thread Starter
New Member
I figured out how to do it. You make a lil program to make your resx files (its all in the documentation). Then what I did was make a dll out of my images by referencing them to the images.resources file the other program made. Then all I had to do was add a reference in the compiler, and it embedded them into the dll (/r:images.resources) in the command line compiler.
I have the SDK, not VS.net or the VB.net IDE
<< IF YOU WORK FOR MICROSOFT OR KNOW WHAT YOUR TALKING ABOUT, I LOVE YOU >>
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
|