|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Running sub in a separate processHi
Is there a way to run a sub in a separate synchronous or asynchronous process? One of the reason I would like to do that is I do not want this process to effect the main app and also to cleanup the process resources completely after it end. Thanks Regards Take a look a this link:
http://msdn2.microsoft.com/en-us/library/system.diagnostics.process.aspx Show quoteHide quote "John" <John@nospam.infovis.co.uk> wrote in message news:%23YGzKwmiHHA.4904@TK2MSFTNGP05.phx.gbl... > Hi > > Is there a way to run a sub in a separate synchronous or asynchronous > process? One of the reason I would like to do that is I do not want this > process to effect the main app and also to cleanup the process resources > completely after it end. > > Thanks > > Regards > John,
I don't know about running a sub in a separate process, but you can run it in a separate thread. An easy way to do that is to use the BackgroundWorker component. Kerry Moorman Show quoteHide quote "John" wrote: > Hi > > Is there a way to run a sub in a separate synchronous or asynchronous > process? One of the reason I would like to do that is I do not want this > process to effect the main app and also to cleanup the process resources > completely after it end. > > Thanks > > Regards > > > Make a dll from it
Show quoteHide quote "John" <John@nospam.infovis.co.uk> schreef in bericht news:%23YGzKwmiHHA.4904@TK2MSFTNGP05.phx.gbl... > Hi > > Is there a way to run a sub in a separate synchronous or asynchronous > process? One of the reason I would like to do that is I do not want this > process to effect the main app and also to cleanup the process resources > completely after it end. > > Thanks > > Regards >
there is no 64-bit Jet (MS Access) OLEDB driver.
Persistent settings how to correctly dispose/close a form? Zipping files Get file's associated application / app icon a vb calculator, but with a twist.?? vb.net c# mix Send keystroke to a datagridview control Can someone tell me where to post a code question for the following How does WebRequest work? |
|||||||||||||||||||||||