can u plz tell me that how can i open system calculator(or some other program such as paint , notepad etc) by clicking a button in my form
Printable View
can u plz tell me that how can i open system calculator(or some other program such as paint , notepad etc) by clicking a button in my form
You would useYou can replace notepad with the path to an exe file or just with the name of it if it is a windows componentVB Code:
Shell "notepad.exe", vbNormalFocus