I have been working on this program for a while.
This is generally what it does,
It reads from the file config and tweaks the form (title, opacity, size, border type). After it does that, it creates a series of buttons as declared in the config file which can carry out functions like MessageBox, exit, ReadFile(reads text from a file and displays it in a messagebox), and Start a program.
You create the config file in the Designer included. If you are interested in helping me make this better, by all means tell me because i think this can go somewhere

(Designer program was made in VB 2005, and the Loader program was made in C# 2005)