Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need advise using Shell Command!

Status
Not open for further replies.

steve728

Programmer
Mar 16, 2003
536
US
The following code opens up an external VB.NET app. How do I force it to remain contained only within one of my MS Access forms instead of being displayed indepentantly? Is this possible?

Dim CommandLine As String
CommandLine = "C:\DocMan\Welcome.exe"
Call Shell(CommandLine, 1)

Steve728
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top