|
-
Nov 3rd, 2003, 12:27 PM
#1
Thread Starter
New Member
.NET knubbie question
Ok i have a large resource file that contians a few hundred picture files i use for my game and i need to make an installer that will replace a few of the picture files with updated versions. Can someone tell me the commands for opening and manipulating files with VB.NET, or point me to a tutorial. thanks. =D
-
Nov 3rd, 2003, 12:49 PM
#2
you wnat to modify a resource file? look at resourceManager, ResourceReader and ResourceWriter classes. I dotn know how to use them
for reading/writing to files
look at IO.File (ie, IO.File.Delete) , IO.FileStream, IO.StreamWriter, IO.StreamReader
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
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
|