I have given up on all of the smart device boards because no one seems to have answered so I have expanded onto you desktop programmers in hopes someone may be able to help. I am programming for a Windows CE .NET device using VS 2003 (VB). All I need to do is launch an executable from inside my program - you wouldnt think it would be causing me such grey hair. So far I have found the following are not supported in device programming: shell(), shellexecute(), process.start(), createprocess(). I heard a rumor that ShellExecuteEx() is supported, but I have only found 1 VB example which implements it and I cannot get the sample to work (it needs the window handle - me.hWnd - but Im thinking window handles dont exist in VB.NET/SD programming). Does anyone have an example of how to use ShellExecuteEx() in VB? Or have another idea? Or possibly have a clue how I can get hWnd so I can use my other example? Anything! Im getting desperate!
Jenn
Jenn