Another App launcher [PREVIEW] {pic}

Post your pics of mods in beta, or pictures that do not have a mod associated with them.
Post Reply
jwalker343





Posts: 25
Joined: Thu Aug 03, 2006 8:46 am

Another App launcher [PREVIEW] {pic}

Post 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
Attachments
Cannon Launcher
Cannon Launcher
cannon.GIF (34.52 KiB) Viewed 2494 times
Last edited by jwalker343 on Tue Aug 22, 2006 11:51 am, edited 5 times in total.
Hunterxl





Posts: 3
Joined: Sat Feb 25, 2006 7:57 pm

Post by Hunterxl »

this should be in pictures Just to let you know.

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





Posts: 106
Joined: Mon May 22, 2006 6:04 pm
Contact:

Post 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.
Image
jwalker343





Posts: 25
Joined: Thu Aug 03, 2006 8:46 am

Post 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.
User avatar
uralllame




Wordewatician 250

Posts: 432
Joined: Tue Apr 26, 2005 8:02 am
Location: England

Post 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.
Image
Those who can't play, mod.
And those who can't mod, mod PC.
xXMadfrogXx





Posts: 19
Joined: Sat Jul 15, 2006 3:46 pm
Location: Behind You
Contact:

Post by xXMadfrogXx »

good your learning vb i am too and it really is nice using an app u created
Image
Juniorman030790





Posts: 745
Joined: Mon Feb 14, 2005 1:09 pm
Contact:

Post by Juniorman030790 »

Add a webserver that updates all my apps for me everytime a new one comes out and i'll download it.
Image
Prodigy





Posts: 73
Joined: Sun Aug 13, 2006 8:27 am

Post 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:
baseball1332





Posts: 180
Joined: Mon Jan 16, 2006 9:07 pm
Location: MIA 305!!

Post 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
Monkey Terd




Coagulator Acolyte Recreator Bloodhound
Sigma Sorceror Connoisseur Droplet
Pyre

Posts: 2032
Joined: Tue May 17, 2005 6:34 pm
Location: T E X A S

Post by Monkey Terd »

Umm..another one? :?
Formerly known as Limpmybizket.
-DeToX-




Illusionist Recreator Connoisseur Acolyte
Sigma Decryptor Droplet Pyre
Blacksmith Socialist New Age System Engineer
ONI

Posts: 4589
Joined: Sun Jun 18, 2006 3:58 pm
Location: ...

Post 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:
Image
M4573R51337




Socialist

Posts: 397
Joined: Wed Nov 03, 2004 11:01 am

Post by M4573R51337 »

I have no use for it, but great job on learning how to program. Small apps are always hte best for learning.
madkitten





Posts: 17
Joined: Sun Mar 19, 2006 4:05 pm
Location: Texas
Contact:

dang

Post by madkitten »

Detox u beat me to it :D
Image
jwalker343





Posts: 25
Joined: Thu Aug 03, 2006 8:46 am

Post 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.
Donsta731




Droplet

Posts: 26
Joined: Thu Feb 19, 2004 10:32 pm
Location: Inside your moms Vagina on my laptop with wireless internet!

Post 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
Three lines of text maximum! FTW
60 Rogue - 60 Priest - WoW
Magtheridon Alliance Rimjacker/Donpriest
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

Shell can do all the old Batch commands.
...left for good
Shalted




Eureka Translator

Posts: 565
Joined: Wed Nov 17, 2004 8:41 am
Location: Vancouver, BC This is where people put their modding team because they feel important.
Contact:

Post by Shalted »

Eww...
Awaiting connection...
Post Reply