Page 1 of 1

Two Things: Yelo and Visual Basic

Posted: Tue Apr 03, 2007 3:39 am
by dapallox1
I was going to ask about something in Visual Basic, when I saw a post about Yelo. So I thought, "Hey, why don't I ask about my problem." Yelo works in everything but System Link. When I go to flycam mode, and look at other players, they're just sliding across the ground, their feet aren't moving. And when I try to teleport, it just freezes. Any Idea on that? Well, moving on...

Does anyone know of a good tutorial for Visual Basic for making programs based on Halo 2 modding, and I'm trying to make an all in one program for my own use (I know that there are plenty out there). I know how to do everything but link a menutoolbar link to an external application. Seeing as how that is the whole point of this program, I really need to know how. So any help, especially on the programming, would be greatly appreciated.

Posted: Tue Apr 03, 2007 5:35 am
by Prey
To lauch an external application, put 'Process.Start("filepath")' in the menuItems click event.

Posted: Tue Apr 03, 2007 7:40 am
by xzodia
if your using vb 2005 code snippets(right click on code->insert code snippet) are really helpful and that is one of the "snippets"

Posted: Tue Apr 03, 2007 7:52 pm
by dapallox1
Prey wrote:To lauch an external application, put 'Process.Start("filepath")' in the menuItems click event.
Thanks a lot, that really help. Thank you again. lol

Posted: Tue Apr 03, 2007 8:04 pm
by StalkingGrunt911
Yelo works fine in System Link, the wierd sliding thing is just what happens when in fly cam, I think I remember Xbox7887 talking about trying to find a way to fix it, and the teleport freezing issue happens to everyone, you can only be host to do it.

Posted: Wed Apr 04, 2007 3:44 am
by dapallox1
StalkingGrunt911 wrote:Yelo works fine in System Link, the wierd sliding thing is just what happens when in fly cam, I think I remember Xbox7887 talking about trying to find a way to fix it, and the teleport freezing issue happens to everyone, you can only be host to do it.
aww. okay. well, thanks. and if you could, let me know when he xbox7887 has it fixed. :-D

Prey wrote:To lauch an external application, put 'Process.Start("filepath")' in the menuItems click event.
Could you help me with one more thing? I want to have a right click menu that shows maybe... 5 recent programs I've opened from my vb app.