Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MadSheep

#46
Trash Can / Re: Re: Starcraft II - Beta Launcher
March 01, 2010, 01:33:56 PM
Some easy fixes (Visual most of them)

1. Windows location to center of the screen
Select Form > Properties > Layout > StartPosition to CenterScreen

2. Disable re-size of the form
Select Form > Properties > Appearance > Form border Style to Fixed Single

3. Make the application to run only once (one instance)
(from the menu select) Project > Project Properties > Application > Select the "Make single instance application"

4. Apply the icon of SC2 to the form
Select Form > Properties > Windows Style > Icon

5. Change the version selection from textbox to drop down menu (detecting the version from the versions folder in starcraft2)

5b. Instead of -m -r -s in Force Loading use Map, Replay and Save
detect the proper arguments with 3 if's and 1 variable (or your way of course ;) )

6. change the drop down stile in your comboboxes
ComboBox2.DropDownStyle = ComboBoxStyle.DropDownList

Bonus
7. Change the default buttons with yours :)

If you need help in something tell me!