What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Program - Misc] Ultimate WoW - One program to RULE EM ALL

raveare

New Member
Joined
Jan 15, 2010
Messages
26
Reaction score
0
Hi guys!

** NEWS **
* Dropdown meny to select EU or US armory

** OLD **
* Links to all good to have wow websites
* A search bar for EU armory
* Starts Wow, Gatherbuddy and Honorbyddy "after you select path"

You might need
.Net Framework 4

I have been trying to learn some basic programing and came up with a program that probably someone could use some how.
Its just for fun and im not a good programmer but it works as intended.


Ultimate WoW.webp


Please give me some feedback and tell me if you like it. Or what i could have done different.

If you download the program PLZ give me feedback and id?s what to add
 

Attachments

Last edited:
Do not release .exe files on our forums, without having a staff member verify it first. (We need source code)
 
Aproved


re-upload your exe
 
Last edited:
rav - maybe have dropdown menu for US / EU armory, would save "retail" room xD
 
Mind if i ask mate, what programming language did you use to code this?
 
New version with a dropdown meny for EU or US servers
 
Please do spend some more time in the design of the Application. It really hurts my eyes mann.
 
RegistryKey read = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Blizzard Entertainment\World of warcraft");
string wowlogin = Convert.ToString(read.GetValue("InstallPath".ToString()));

System.Diagnostics.Process wow = new System.Diagnostics.Process();
wow.StartInfo.FileName = wowlogin + @"\wow.exe";
wow.Start();


That would open wow without you have to use dialog path.

and if you wantet to. you could do so they can enter the path of their HB/GB folder and inset it into Registry. And then read the path from there. with that metode you dont have to seleect path all the time. Its just useless
 
That would open wow without you have to use dialog path.

and if you wantet to. you could do so they can enter the path of their HB/GB folder and inset it into Registry. And then read the path from there. with that metode you dont have to seleect path all the time. Its just useless

You just have to do it once actualy since it saves each time you close it. But its a good id
 
That would open wow without you have to use dialog path.

and if you wantet to. you could do so they can enter the path of their HB/GB folder and inset it into Registry. And then read the path from there. with that metode you dont have to seleect path all the time. Its just useless

If you NOT have WoW installed there will NOT be any info in the registry. Myself I just got a copy of the WoW folder from my installation a long time ago :), and therefor this option to choose folder is good. Anyways nice little program you've done here raveare, keep it up :cool:.
 
Last edited:
If you NOT have WoW installed there will NOT be any info in the registry. Myself I just got a copy of the WoW folder from my installation a long time ago :), and therefor this option to choose folder is good. Anyways nice little program you've done here raveare, keep it up :cool:.

^this... plus i have a few different wow folders for various "Experements"
 
Back
Top