Hello everyone. I do not know how to say this, but some how I want to know how to make it so when you click a button, it changes strings in the file. Like the strings is HEX, if there is any difference. I am using the language BASIC. Someone please help me! Thanks!
~ Jason
Changing Strings With a Button?
-
- Posts: 59
- Joined: Sat Feb 04, 2006 9:27 pm
- Location: White Oak, PA
Im assuming this is in visual basic.
Use a DECIMAL to HEXADECIMAL converter.
Code: Select all
Dim BR As New BinaryReader(New FileStream(FILEPATH, FileMode.Open, FileAccess.ReadWrite, FileShare.ReadWrite))
BR.BaseStream.Position = (DECIMAL OFFSET HERE)
BR.Write(Value you want)
2 month bump? Ah well.
BASIC, not VB.NET..
getlowdogg, I'd suggest you drop BASIC and learn C/C++, but if thats a bit too hard for you, then C#. And I'd say as a last resort learn VB.NET.
BASIC, not VB.NET..
getlowdogg, I'd suggest you drop BASIC and learn C/C++, but if thats a bit too hard for you, then C#. And I'd say as a last resort learn VB.NET.
Last edited by VoiDeD on Tue Jun 06, 2006 5:32 pm, edited 1 time in total.

Sigh.. He said he wanted it in BASIC..ugly-nerd wrote:Are you stupid? Visual basic and .net are the same thing for binary reading, that works in vb 2005 and vb 2003 .net... and C# is pretty much the same thing as VB, just a bit faster. C++ isnt much harder either. VB IS the way to start out, for a little bit.
getlowdogg wrote:I am using the language BASIC.
It is actually.. If you want to learn a real language.Zenaku213 wrote:Yea VoiDeD is absolutley write. C or C++ is the best to start out with, VB is way to hard to begin with.
