D
Davide
Hello.
I am stuck with a very annoying problem.
I am developing an application for a Windows CE 4.2 device using .NET
CF and OpenNetCF v.1.1.
I need to start an Internet Explorer browser when clicking a button in
my application. To do this I use OpenNETCF.Diagnostics.Process class.
The code is the following:
Private procStartInfo As New OpenNETCF.Diagnostics.ProcessStartInfo
Private extProcess As New OpenNETCF.Diagnostics.Process
extProcess.Start(procStartInfo)
The process starts but properties values from the extProcess object
accessed from the main application (and in particular I am trying to
obtain HasExited property value) cannot be taken (the process ID is
zero) and other properties are 0, false or give exceptions. It seems
the extProcess object is not related to the running IE process.
Can anyone help on this issue ?
Thank you in advance.
Best regards.
Davide Pozzi
I am stuck with a very annoying problem.
I am developing an application for a Windows CE 4.2 device using .NET
CF and OpenNetCF v.1.1.
I need to start an Internet Explorer browser when clicking a button in
my application. To do this I use OpenNETCF.Diagnostics.Process class.
The code is the following:
Private procStartInfo As New OpenNETCF.Diagnostics.ProcessStartInfo
Private extProcess As New OpenNETCF.Diagnostics.Process
extProcess.Start(procStartInfo)
The process starts but properties values from the extProcess object
accessed from the main application (and in particular I am trying to
obtain HasExited property value) cannot be taken (the process ID is
zero) and other properties are 0, false or give exceptions. It seems
the extProcess object is not related to the running IE process.
Can anyone help on this issue ?
Thank you in advance.
Best regards.
Davide Pozzi