processes

  1. W

    Question Kill Process with Part of Process Name

    I have to kill a process (an exe file) that does not have a distinctive name. All I know are the first two chars of its name for eg "3D". I have tried to use wildcards (3d*) but these do not work. I have managed to verify that the process is running but I can't figure out how to search through...
  2. tim.baker

    Is it possible to work out what program is in use

    Hi, I am trying to build a program that monitors how other programs are being used and as part of it I need to figure out if it is possible to work out using VB code what window, program or process the user is currently using or Focused on. If anyone has any way of doing this please point me in...
  3. M

    Piping output of a process into a Rich Text Box

    Hi all, I am making a server front-end for Minecraft and I have only got this far: Public Class Main Dim minecraftServer As Process Private Sub btn_start_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_start.Click Dim psi As New...
Back
Top