Another App launcher [PREVIEW] {pic}
-
- Posts: 25
- Joined: Thu Aug 03, 2006 8:46 am
Another App launcher [PREVIEW] {pic}
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
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
- Attachments
-
- Cannon Launcher
- cannon.GIF (34.52 KiB) Viewed 2499 times
Last edited by jwalker343 on Tue Aug 22, 2006 11:51 am, edited 5 times in total.
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.
edit: and since everyone here is running windows, I have one word: toolbars. No extra program required.

-
- Posts: 25
- Joined: Thu Aug 03, 2006 8:46 am
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.
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.
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.
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.

Those who can't play, mod.
And those who can't mod, mod PC.
-
- Posts: 19
- Joined: Sat Jul 15, 2006 3:46 pm
- Location: Behind You
- Contact:
-
- Posts: 745
- Joined: Mon Feb 14, 2005 1:09 pm
- Contact:
-
- Posts: 180
- Joined: Mon Jan 16, 2006 9:07 pm
- Location: MIA 305!!
-
- Posts: 2032
- Joined: Tue May 17, 2005 6:34 pm
- Location: T E X A S
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
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
But ill tell you right now truthfully. Try something new and harder...
Proccess.Start(Application.StartupPath & "\Programs\Dothalo\Dothalo.exe)
So that way it will work installed anywhere. And on any drive, C,F,D, whatever

But ill tell you right now truthfully. Try something new and harder...


-
- Posts: 397
- Joined: Wed Nov 03, 2004 11:01 am
![]() |
-
- Posts: 25
- Joined: Thu Aug 03, 2006 8:46 am
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.
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.
-
- Posts: 26
- Joined: Thu Feb 19, 2004 10:32 pm
- Location: Inside your moms Vagina on my laptop with wireless internet!
![]() |
Code: Select all
Call Shell(Application.StartupPath & "\Programs\halo2\darkmatter\darkmatter.exe", AppWinStyle.NormalFocus)

ill probably download it to update all my apps but wont use the actual launcher, heh, but gl learning vb

Three lines of text maximum! FTW
60 Rogue - 60 Priest - WoW
Magtheridon Alliance Rimjacker/Donpriest
60 Rogue - 60 Priest - WoW
Magtheridon Alliance Rimjacker/Donpriest
-
- Posts: 5426
- Joined: Sat Jul 24, 2004 12:12 pm
- Location: I'm a Paranoid
- Contact:
![]() |
![]() |