Results 1 to 2 of 2

Thread: opening a file in hexadecimal

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    14

    opening a file in hexadecimal

    hello can some one help me out with this i think its something like this:

    system.IO.BinaryReader br = new System.IO.BinaryReader(fs);
    br.BaseStream.Position = 0x00F0B974;
    int nEndOfFile = (int)fs.Length;
    fs.Position = 0x00F0B974;
    fs.Read(SOMETHING);
    br.Close();
    fs.Close();
    fs = null;

    if ucould help then thatd be great

  2. #2

    Thread Starter
    New Member
    Join Date
    Nov 2005
    Posts
    14

    Re: opening a file in hexadecimal

    bump

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