Discussion:
Process.Start Win32Exception Error
(too old to reply)
Defective
2008-12-06 13:38:11 UTC
Permalink
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.
Defective via PocketPCJunkies.com
2008-12-07 13:19:57 UTC
Permalink
That was easy

i did not need the \\ at the begining of the path

Process.Start("SDMMC\\mobilenavigator\\mobilenavigator.exe", "")

:)
--
Message posted via PocketPCJunkies.com
http://www.pocketpcjunkies.com/Uwe/Forums.aspx/wince-vb/200812/1
Loading...