Microsoft Visual Basic 2005 Express Edition
-
- Posts: 4
- Joined: Sun Feb 12, 2006 7:39 pm
Microsoft Visual Basic 2005 Express Edition
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
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
-
- Posts: 506
- Joined: Thu Nov 24, 2005 3:07 am
- Location: Australia
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
theres a tut at the bottom of 1 of the stickys in the script/programming forum

Halo 2 Plugins | Lock-on To Just About Anything | My Sites | Snow Hog
Old Plugins you have, upgrade you must...
Always Maintain a High Quality-To-Crap Ratio.
-
- Posts: 1474
- Joined: Sun Aug 14, 2005 11:39 pm
- Location: On Vacation From The Loads Of Bull*hit That Goes On Here
- Contact:
yeah but "he" said he read it and it wouldnt work thats VB6 by the way

I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
-
- Posts: 1474
- Joined: Sun Aug 14, 2005 11:39 pm
- Location: On Vacation From The Loads Of Bull*hit That Goes On Here
- Contact:
lol 


I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
just put this at the very beginning of the file:
Then put this right before the form1_load private sub:
Then put this where you want the data to be loaded:
(i put openfiledialog1 thingey for example)
Then to change something:
To save back to the file:
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.
Code: Select all
imports System.IO
Code: Select all
dim bytearray() as byte
Code: Select all
bytearray = file.readallbytes(openfiledialog1.filename)
Then to change something:
Code: Select all
bytearray(decimal offset) = hex value here
Code: Select all
file.writeallbytes(openfiledialog1.filename, bytearray)
EDIT2: Also, the VB6 tut is broken because the dependencies aren't dimmed. Just call the dependencies for the ones that are wierd.
Last edited by jamesr66a on Tue Feb 14, 2006 6:01 pm, edited 1 time in total.
-
- Posts: 506
- Joined: Thu Nov 24, 2005 3:07 am
- Location: Australia
so voydes name is stewert aydos mes wrote:Hehehehe I like that "he" in there Ste...I mean VoYdE.VoYdE wrote:yeah but "he" said he read it and it wouldnt work thats VB6 by the way

01001111 01001101 01000111 00100001 00100001 00110001 00110001 00110001 01101111 01101110 01100101
49204C494B4520434849434B454E
49204C494B4520434849434B454E
-
- Posts: 1474
- Joined: Sun Aug 14, 2005 11:39 pm
- Location: On Vacation From The Loads Of Bull*hit That Goes On Here
- Contact:
nope lol^^

I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
-
- Posts: 506
- Joined: Thu Nov 24, 2005 3:07 am
- Location: Australia
-
- Posts: 1474
- Joined: Sun Aug 14, 2005 11:39 pm
- Location: On Vacation From The Loads Of Bull*hit That Goes On Here
- Contact:
nope my name is not stewie (you need to watch family guy)
p.s best show ever
p.s best show ever

I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com