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
Dim CommandLine As String
CommandLine = "C:\DocMan\Welcome.exe"
Call Shell(CommandLine, 1)
Steve728