I was bored and started to build a launcher for MS office. It has 5 buttons and each button launches a program, then my launcher closes.
Each button has this code:
This works fine, but Word loads so fast that by the time the program has closed, word is in the background and i have to click on the taskbar to get it up. This kind of defeats the object of it. I'm trying to be lazy here!!!Code:Me.Close() Shell("C:\Program Files\Microsoft Office\Office12\WINWORD.exe")
Also, each button has an image on, but i want you to be able to press a key for each button. Is that possible? Ultimately Laziness?
Thanks!




Reply With Quote