M
maXim
Hello i have to open an external program.but the problem is that i dont have
to open the executable itself. i have shape files and using arcview explorer
to view it. i m using the following command
Dim stAppName As String
stAppName = "C:\ESRI\ESRIDATA\visionpakistan.apr"
Call Shell(stAppName, 1)
but when i run this command an error occurs "invalid procedure call or
argument".
i put this file in command prompt and then run it the file succesfully
opened in its program.
any idea??
to open the executable itself. i have shape files and using arcview explorer
to view it. i m using the following command
Dim stAppName As String
stAppName = "C:\ESRI\ESRIDATA\visionpakistan.apr"
Call Shell(stAppName, 1)
but when i run this command an error occurs "invalid procedure call or
argument".
i put this file in command prompt and then run it the file succesfully
opened in its program.
any idea??