[VB} Visual Basic Question

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
Trigger_six




Connoisseur

Posts: 581
Joined: Wed Dec 07, 2005 3:16 pm
Location: You stalkers... I aint tellin you shizzle :P

[VB} Visual Basic Question

Post by Trigger_six »

So i think i got this programming thing pretty easily. Just one thing i need. DOes anybody know how to make code to open Multiple maps at once Like in Insolence? Like i tried

Code: Select all

Map As new Form2

and Making open map run a "Map"
But in my case it was

Code: Select all

Trigger as new Map
But it didnt work.
So Can anyone help me out?
VoYdE





Posts: 1474
Joined: Sun Aug 14, 2005 11:39 pm
Location: On Vacation From The Loads Of Bull*hit That Goes On Here
Contact:

Post by VoYdE »

Quick Question Can You Get One Map to Open?
Image
I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
Trigger_six




Connoisseur

Posts: 581
Joined: Wed Dec 07, 2005 3:16 pm
Location: You stalkers... I aint tellin you shizzle :P

Post by Trigger_six »

Yes.
VoYdE





Posts: 1474
Joined: Sun Aug 14, 2005 11:39 pm
Location: On Vacation From The Loads Of Bull*hit That Goes On Here
Contact:

Post by VoYdE »

kinda confused on what you have done,
in the programs i develope i just had the code open another map into a treeview on a different form
Image
I made this 100% by myself, Everything from the background, to the location of the tags, Get yours http://customgamercards.com
Trigger_six




Connoisseur

Posts: 581
Joined: Wed Dec 07, 2005 3:16 pm
Location: You stalkers... I aint tellin you shizzle :P

Post by Trigger_six »

Meh i wanted it like insolence. And No body needs to reply anymore....my friend knows how, hes gonna show me.
User avatar
LuxuriousMeat





Posts: 824
Joined: Thu Nov 03, 2005 6:43 pm
Location: zzzzzzzzzzzzzzzz
Contact:

Post by LuxuriousMeat »

is it anthony
Image
M.A.T.T.





Posts: 12
Joined: Sun Nov 13, 2005 4:46 am

Post by M.A.T.T. »

well anyway for u's who dont have friends here's how

dim map as new Form1
map.show
Post Reply