|
-
Nov 3rd, 2005, 03:15 PM
#1
Thread Starter
New Member
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
-
Nov 8th, 2005, 11:39 AM
#2
Thread Starter
New Member
Re: opening a file in hexadecimal
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
|