![]() | ||
[AIO]SAIO v2.0
| ||
| Notices |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) | ||||||
![]()
| [AIO]SAIO v2.0 Well I had spring break this week and had some time on my hands so I made a v2 of my first AIO. I'm working on updating it so this will be a beta. Features: -Plays your own music on startup unless disabled -Lets you pick your background -Choose to run it on system startup -Open your map folder/FTP client by right clicking -Lots of helpful programs -Shortcuts to open the best programs -Built in app to download all the clean maps -Lets you add photoshop and a few other programs Requirements: -.NET Framwork 3.5 -HDD with 300 - 500mb free Pics: ![]() ![]() ![]() Download link: SAIO.rar - FileFront.com P.S. When installing the installer may look frozen but its not. Credits: -Me (David5534) -GoldBl4d3 -Haxalot88 -MazeNL77 Edit: There is a problem with the resigner and it will be fixed soon. Last edited by David5534; 07-07-2008 at 10:19 PM. | ||||||
| | |
| | #2 (permalink) | ||||||
| 7S Addict
| Quite interesting actually. The one thing though, is that you probably need something that sets it from the rest. The question that you ask yourself, "How does this set itself from other AIO programs such as pro map tools?" But it looks like it's coming along nicely. Also, these things shouldn't need to be installed. It should be more of unzip it and you're ready to go. | ||||||
| | |
| | #14 (permalink) | ||||||
| 7S Addict
| Here is a function to use: Code: private void startup(string appname)
{
try
{
this.Start(string.Concat("tools/",appname);
}
catch(Exception)
{
MessageBox.Show("Application could not start!", "Error");
}
}
This will start up any application in the tools folder as long as you supply the correct file name and containing folder. So basically, just go to each button, and then simply call this function. | ||||||
| | |
| | #15 (permalink) | ||||||
![]()
| I don't have the source right now (at my dad's) but i'll have it tomarrow. Edit: heres the source SAIO_Source.rar - FileFront.com Last edited by David5534; 04-26-2008 at 04:54 AM. | ||||||
| | |