Defective
2008-12-06 13:38:11 UTC
Hi Im prity new to VB/WinCE but i am trying to right a simple launcher
application
when attempting to execute
Try
Process.Start("\\SDMMC\\mobilenavigator\\mobilenavigator.exe", "")
Catch
MsgBox(ErrorToString)
End Try
I get a Win32Exception error. Idealy i would like to call the external
application and end my app.
Any help would be greatly appreciated.
application
when attempting to execute
Try
Process.Start("\\SDMMC\\mobilenavigator\\mobilenavigator.exe", "")
Catch
MsgBox(ErrorToString)
End Try
I get a Win32Exception error. Idealy i would like to call the external
application and end my app.
Any help would be greatly appreciated.