Page 1 of 1

Another App launcher [PREVIEW] {pic}

Posted: Mon Aug 14, 2006 12:18 pm
by jwalker343
UPDATED 8/16 (check bottom)
UPDATED 8/21 (check bottom)
DOWNLOAD NOW:

http://rapidshare.de/files/30380245/Can ... p.exe.html



Hey guys, i know since the release of AIOV2 that noone has needed to make one of these, but ive been trying to learn some VB for work and i needed something to experiment with, since i couldnt easily find a copy of AIOV2 i decided to make yet another program launcher

ive included everything i could find from AIOV2 and everything under the halo 2 applications sticky

i also setup xbox-scene.com RSS feeds for anyone that wants them, i couldnt find an RSS feed for halomods.com so if you know it pass it along.

** you are able to disable and enable the RSS feeds from the Application editor (edit/Application)**

i attatched a screen shot of what it currently looks like, if you have any suggestions or any ideas please post them

*-*CURRENT FEATURES BESIDES APP LAUNCHING:*-*
*RSS feeds
*turning on and off the RSS (removes big white box too)
*Launch from an installation from anywhere!
*set the RSS feed as you wish to any website!
*reset RSS to default
*run app from startup path

remember that this is a learning experience for me!!


update1 :you are now able to set the RSS feed to any website you want.
update2: reset RSS to default
run an app from startup path


BTW guys i decided to use the process.start("") method, it works alot!!! faster than the shell("") method for some reason.


http://rapidshare.de/files/30380245/Can ... p.exe.html

Posted: Mon Aug 14, 2006 12:20 pm
by Hunterxl
this should be in pictures Just to let you know.

Otherwise it looks good but then again so are the others.

Posted: Mon Aug 14, 2006 12:25 pm
by jlddodger
Forgive my critical nature. But your topic title starts with the word "another". Why do we need "another" program manager? I am not telling you that this is a bad idea. But what makes your program better or different?

edit: and since everyone here is running windows, I have one word: toolbars. No extra program required.

Posted: Mon Aug 14, 2006 12:32 pm
by jwalker343
the whole reason for me even making this is so that i could learn VB, and to change it up a bit, AIOV2 has been out a while and it gets old after looking at the same thing forever, so i made this.

and does anyone know why in the hell you cant find out how to run an external app. i spent **4** hours looking for it. turns out its the shell("") command.

Posted: Mon Aug 14, 2006 1:12 pm
by uralllame
I think its good your learning VB (i cant program at all), but the modding community does not need another one of these. Windows Explorer is a good enough app launcher for me. But still, somne people might prefer this one to others, and I would imagine it feels great to start applications with your own program. Good for you says I. (just you though).

Edit: Now that I have looked at more than just the title, the RRS feeds is a good idea. Maybe you could make it so you can choose what rss feed you want.

Posted: Mon Aug 14, 2006 1:15 pm
by xXMadfrogXx
good your learning vb i am too and it really is nice using an app u created

Posted: Mon Aug 14, 2006 1:27 pm
by Juniorman030790
Add a webserver that updates all my apps for me everytime a new one comes out and i'll download it.

Posted: Mon Aug 14, 2006 2:52 pm
by Prodigy
heh nice one, im the creator of aio/aiov2 (just under a new name) so if you never need any help just contact me on aim at Prodigy074 8)

..and i used Process.Start("") :wink:

Posted: Mon Aug 14, 2006 5:49 pm
by baseball1332
Prodigy...your awsome.... :D :D

Adn btw...nice app....it's great to start learning...I was so excited when I first made my first app launcher!
It's a great learning experience! :P

Posted: Mon Aug 14, 2006 6:52 pm
by Monkey Terd
Umm..another one? :?

Posted: Mon Aug 14, 2006 7:31 pm
by -DeToX-
Do some people a favor. If its in VB then dont make it start the program from a specific location. Make it start up from something like this...
Proccess.Start(Application.StartupPath & "\Programs\Dothalo\Dothalo.exe)
So that way it will work installed anywhere. And on any drive, C,F,D, whatever :wink:
But ill tell you right now truthfully. Try something new and harder... :wink:

Posted: Mon Aug 14, 2006 9:27 pm
by M4573R51337
I have no use for it, but great job on learning how to program. Small apps are always hte best for learning.

dang

Posted: Tue Aug 15, 2006 4:39 am
by madkitten
Detox u beat me to it :D

Posted: Tue Aug 15, 2006 11:16 am
by jwalker343
detox i set it up just for that it can be installed to any location on your harddrive(s)

also im setting up an option for opacity, and ability to change RSS feed. and a couple of other things, remember guys that im trying to make this as much as a community app as possible so send the feedback!

i never knew there was a process.start("") thanks for telling me. ill compare and contrast it and the shell command and see which runs faster.

Posted: Thu Aug 17, 2006 12:09 pm
by Donsta731

Code: Select all

Call Shell(Application.StartupPath & "\Programs\halo2\darkmatter\darkmatter.exe", AppWinStyle.NormalFocus)
over and over and over :(
ill probably download it to update all my apps but wont use the actual launcher, heh, but gl learning vb :P

Posted: Thu Aug 17, 2006 12:14 pm
by Patrickssj6
Shell can do all the old Batch commands.

Posted: Thu Aug 17, 2006 1:48 pm
by Shalted
Eww...