Results 1 to 2 of 2

Thread: .NET knubbie question

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2003
    Posts
    1

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

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    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
  •  



Click Here to Expand Forum to Full Width