M
Michael Smith
Can anyone tell me how to code my ppc program to know when the help
(peghelp.exe) is run. I want to pass "helpfile.htm#Main_Contents" to the
help. I have OpenNetCF FrameWork and can do this my adding the code to a
menu. Here is the code I am using...
OpenNETCF.Diagnostics.Process.Start("peghelp.exe","helpfile.htm#Main_Contents")
How do you do it when your program is running and tap the Start button and
tap help. I am using VB.Net in VS.Net 2003. Thanks.
(peghelp.exe) is run. I want to pass "helpfile.htm#Main_Contents" to the
help. I have OpenNetCF FrameWork and can do this my adding the code to a
menu. Here is the code I am using...
OpenNETCF.Diagnostics.Process.Start("peghelp.exe","helpfile.htm#Main_Contents")
How do you do it when your program is running and tap the Start button and
tap help. I am using VB.Net in VS.Net 2003. Thanks.