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.
Two Things: Yelo and Visual Basic
To lauch an external application, put 'Process.Start("filepath")' in the menuItems click event.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Halo 3 Research Thread - Contribute to the research into Halo 3.
if your using vb 2005 code snippets(right click on code->insert code snippet) are really helpful and that is one of the "snippets"

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.
- StalkingGrunt911
- Posts: 3618
- Joined: Wed May 24, 2006 12:30 pm
- Location: Florida!
- Contact:
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
aww. okay. well, thanks. and if you could, let me know when he xbox7887 has it fixed.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.

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.Prey wrote:To lauch an external application, put 'Process.Start("filepath")' in the menuItems click event.