Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KenFalk
  • Content: Threads
  • Order by date
  1. KenFalk

    Stopping a Process

    I have found that I can execute any file with the following code: Dim oProcStart As New ProcessStartInfo oProcStart.FileName = "C:\SomeFileOfUnknownType" Process.Start(oProcStart) Of course, the program that runs will be the program that is associated with the extension of the file. At some...

Part and Inventory Search

Back
Top