Page 1 of 1

Microsoft Visual Basic 2005 Express Edition

Posted: Sun Feb 12, 2006 7:42 pm
by Stewie Griffin
Question About "Microsoft Visual Basic 2005 Express Edition"

I Would Like To Know How to Open Halo 2 Maps In it? I Have Searched And Attempted The Tutorial But It Doesnt Work, I Would Also Like To Learn How To Make It Like An Editor. Thanks

Posted: Mon Feb 13, 2006 12:00 am
by sundriedprawn
you can open maps in vb now :?

Posted: Mon Feb 13, 2006 8:48 am
by Strang3r
search for a .dll high6 made, it'll show you how 2 load tags

Posted: Mon Feb 13, 2006 11:02 am
by xzodia
wat r u 2 talking about he wants 2 no how 2 edit a map in a program made in vb

theres a tut at the bottom of 1 of the stickys in the script/programming forum

Posted: Mon Feb 13, 2006 11:25 am
by VoYdE
yeah but "he" said he read it and it wouldnt work thats VB6 by the way

Posted: Mon Feb 13, 2006 12:02 pm
by dos mes
VoYdE wrote:yeah but "he" said he read it and it wouldnt work thats VB6 by the way
Hehehehe I like that "he" in there Ste...I mean VoYdE.

Posted: Mon Feb 13, 2006 12:04 pm
by VoYdE
lol :D

Posted: Mon Feb 13, 2006 3:09 pm
by jamesr66a
just put this at the very beginning of the file:

Code: Select all

imports System.IO
Then put this right before the form1_load private sub:

Code: Select all

dim bytearray() as byte
Then put this where you want the data to be loaded:

Code: Select all

bytearray = file.readallbytes(openfiledialog1.filename)
(i put openfiledialog1 thingey for example)
Then to change something:

Code: Select all

bytearray(decimal offset) = hex value here
To save back to the file:

Code: Select all

file.writeallbytes(openfiledialog1.filename, bytearray)
EDIT: BTW, wrong forum.

EDIT2: Also, the VB6 tut is broken because the dependencies aren't dimmed. Just call the dependencies for the ones that are wierd.

Posted: Mon Feb 13, 2006 11:17 pm
by Shalted
Eww... VB6, god, I see another crap-plication in the brewing....

Posted: Tue Feb 14, 2006 1:10 am
by sundriedprawn
dos mes wrote:
VoYdE wrote:yeah but "he" said he read it and it wouldnt work thats VB6 by the way
Hehehehe I like that "he" in there Ste...I mean VoYdE.
so voydes name is stewert ay :mrgreen:

Posted: Tue Feb 14, 2006 3:59 am
by VoYdE
nope lol^^

Posted: Tue Feb 14, 2006 11:54 am
by dos mes
Nope VoYdE's name is VoYdE.

Posted: Tue Feb 14, 2006 3:28 pm
by sundriedprawn
stewie haha i win

Posted: Tue Feb 14, 2006 5:46 pm
by VoYdE
nope my name is not stewie (you need to watch family guy)


p.s best show ever