Anybody know anything about wince programming?
Basically, I am pooh pooh. Long time since I have programmed anything other than the microwave to ding in 4 minutes my ruby murry!
What I need is the code to call a program already on the device. It a very basic 2 button form.
Button1 calls \sdmmc\app1\app.exe
Button2 calls \sdmmc\app2\app.exe
**********************************
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
End Sub
**********************************
I need all code, assume I know nothing (I actually don't). I am doing it in dev studio\vb\smartdeviceapplication. I tried the shell command (as per vb) but no go.
Simples - as our friend Mr Meerkat would say! THAAAAANKS (i'd even paypal a fiver to the person that gives working code)