alanchinese
Regular
- Joined
- Jan 12, 2005
- Messages
- 62
the UsersForms opens up, but the orginal form hangs...
why is it like that?
Dim psi As New ProcessStartInfo
psi.FileName = "UsersForms\bin\UsersForms.exe"
psi.Arguments = "true true"
Process.Start(psi)
why is it like that?
Dim psi As New ProcessStartInfo
psi.FileName = "UsersForms\bin\UsersForms.exe"
psi.Arguments = "true true"
Process.Start(psi)