F
feng
I need to start another VB.Net app (dll or exe) from my
main VB.Net application. What's important here is that I
must have these apps run in different processes, not just
different threads. I don't think a 2nd appDomain can do
the work for me. So how should I do this?
Thanks
main VB.Net application. What's important here is that I
must have these apps run in different processes, not just
different threads. I don't think a 2nd appDomain can do
the work for me. So how should I do this?
Thanks