|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Running other program in VBHi
Is it possible with VB.NET to start another program (winrar), to let the program finish and then to continue? How can I do this? Thanks Joris Joris De Groote wrote:
> Hi Take a look at the Process & ProcessInfo classes. They will do what you > > Is it possible with VB.NET to start another program (winrar), to let the > program finish and then to continue? > How can I do this? > > Thanks > Joris > > are looking to do. I'm guessing you are doing this to extract files, you may be able to do this with a .net component if you look around for one. Chris Thanks for the quick response :)
Show quoteHide quote "Chris" <no@spam.com> wrote in message news:OyshrP$VGHA.4308@TK2MSFTNGP12.phx.gbl... > Joris De Groote wrote: >> Hi >> >> Is it possible with VB.NET to start another program (winrar), to let the >> program finish and then to continue? >> How can I do this? >> >> Thanks >> Joris > > Take a look at the Process & ProcessInfo classes. They will do what you > are looking to do. > > I'm guessing you are doing this to extract files, you may be able to do > this with a .net component if you look around for one. > > Chris "Joris De Groote" <joris.degro***@skynet.be> schrieb: \\\> Is it possible with VB.NET to start another program (winrar), to let the > program finish and then to continue? > How can I do this? Imports System.Diagnostics .... Dim p As Process = Process.Start(...) p.WaitForExit() .... /// -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Error: Login failed for user ????
How to retrive Outlook 2003 style gradient color schemes? Printing the contents of a textbox Copy List(Of type) to another List(Of type) Example of encryption Accessing Properties within a Panel Inheritance Base Class Method to use Shadow'ed member variable of Derived Class? Reading a Webpage Source with Cyrillic Characters Serialization of Object Graph (Inheriting ArrayList) |
|||||||||||||||||||||||