hi,
apart from using process.start, how else can i start an app from within my app? also, is there a way that i can use a relative path as in html, like ...
vbcode'
process.start("/myapp.exe")
vbcode.
lastly, how do i start an app from within my windows service. the app is suppose to appear on the screen at specific times; hence the service calling them when their time is due.
thanx