Dim runningProc As System.Diagnostics.Process
runningProc = New
System.Diagnostics.Process
'Do not receive an event when the process
exists
runningProc.EnableRaisingEvents = False
runningProc.Start("c:\Documents and Settings\" & UserName &
"\Start Menu\AppName.appref-ms")
What is an "Application Reference"?
No comments:
Post a Comment