Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[HELP] Serious help please, serious code.. [/HELP]
#4
Ok here is a way to do this:
Code:
For Each Proc As Process In Process.GetProcessesByName(TextBox2.Text)
            Try
                TextBox1.AppendText(Proc.MainModule.FileName & vbCrLf)
            Catch
            End Try
        Next

All I did was change GetProcesses to GetProcessesByName and added a textbox to input the name of the processs
My software company: Porosis Software
Games: Terrantula
Apps: Mathanasis, ColorGrabber
Reply


Messages In This Thread
RE: [HELP] Serious help please, serious code.. [/HELP] - by thanasis2028 - 01-16-2011, 10:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Get Country Code In 1 Line Of Code. wchar_t 13 4,766 11-28-2012, 06:49 AM
Last Post: Cubs

Forum Jump:


Users browsing this thread: 1 Guest(s)