-
.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
-
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