halo3glitching Posted September 10, 2008 Report Posted September 10, 2008 Could Any1 teach me how to make an AIO program? Ive been wondering how to do it for months.... you dont have to put up vid how to just reply then say in text...
DJ Shepherd Posted September 10, 2008 Report Posted September 10, 2008 easyput it in a zip file because thats all AIO's are worth and anyone who makes all in ones and are proud of them cant get past that kiddie programming do something useful if you are going to program and make programs that the community would use also, you would use programming language, the 2 most commong beginners language c# or Visual Basic (VB)
Dark Slipstream Posted September 11, 2008 Report Posted September 11, 2008 Yes, what DJ said. Moved to H3 Support.
SmokiestGrunl Posted September 11, 2008 Report Posted September 11, 2008 It doesn't have anything to do with Halo 3 support. Moved again.
halo3glitching Posted September 14, 2008 Author Report Posted September 14, 2008 No i mean how do i make it on vb8, like do i make a button then make its code as openfiledialog.url = ""?
Dark Slipstream Posted September 16, 2008 Report Posted September 16, 2008 nah, you can make an AIO that can run embedded programs, using code i have at home that uses 'extractApp' and 'runApp', but i cannot get it atm.. so do it where you include it in a folder. lets use 1 folder for now. folder = name that you gave to that folder.app.exe = name of the '.exe' file that you wish to execute. you can approach this two ways. 1) Process.Start("folder\app.exe") System.Diagnostics.Process.Start("folder\app.exe") - This can be used for troubleshooting... 2) Shell("folder\app.exe") Shell("rundll32.exe url.dll,FileProtocolHandler folder\app.exe") - This can be used to handle files, where it never gives an error, it may display a system message, but no vb error.
halo3glitching Posted September 20, 2008 Author Report Posted September 20, 2008 Omg Thank You Dark Slipstream =P
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now