Thursday, October 21, 2010

How do i execute a VB program fro the interface?

I doing an experiment with my VB project, but i have run out of ideas on how to execute a program. Programmers help.How do i execute a VB program fro the interface?
set ss = createobject(';Wscript.shell';)

ss.run ';outlook.exe';How do i execute a VB program fro the interface?
press the 'stop' button..

- or u may need to create 1 button with the Caption --%26gt; 'EXIT'..

- double click the exit button that u just created..it will go to the coding area...type Exit before the 'End Sub'



here's the link that may help u lot...

http://www.vbtutor.net/vbtutor.html



good luck with the project!

No comments:

Post a Comment