Link to home
Start Free TrialLog in
Avatar of DMTechGrooup
DMTechGrooupFlag for United States of America

asked on

Visual Studio 2010 - Windows Menu Program

I am trying to figure out the best way to write a menu program.  Right now I am using a batch file with a bunch commands or other batch files to install certain software, uninstall, add registry entries, reboot the computer, etc.

I wanted to make it an intranet protected page but realized that wasn't going to work well.

So now I am thinking creating a Visual Studio VB or C# form to do this..  But I don't want to have to change code anytime something changes..

I want the form to have say 60 buttons or so.. but I want to use a .config file or something that says what the button name is and what the button does when you press it.. this way if something changes I just edit the .config file and not the actual code.

Now I have limited VBS skills.. I get by with the help of places like here or google.. so I need pretty good guidance, how to, videos or something that can let me figure this out.

I have attached a screen shot of what I kinda am looking for..

Any help is greatly appreciated.
User generated image
ASKER CERTIFIED SOLUTION
Avatar of Michael Fowler
Michael Fowler
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DMTechGrooup

ASKER

Thanks.. will post new problems if they arise.