Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[HELP] Process.Start
#2
This is occurring because the "Process" object is actually located within the "System.Diagnostics" library. Therefore, in order to actually call
[code2=vbnet]Process.Start("C:\")[/code2]

You must first put this on top of all your code:
[code2=vbnet]Imports System.Diagnostics[/code2]
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
[HELP] Process.Start - by flatfish - 02-22-2013, 06:34 AM
Re: [HELP] Process.Start - by brandonio21_phpbb3_import2 - 02-23-2013, 08:19 PM
Re: [HELP] Process.Start - by flatfish - 02-24-2013, 03:21 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)