C# or C++
#8

Quote:
Originally Posted by Typhome
Посмотреть сообщение
I tryed, but:

This works

Process.Start("samp.exe")

This doens't works:

Process.Start("samp.exe -(ip) -(port)") = Says this file couldnt found bla bla
Well, to pass parameters in that function you need to specify some added information for that process, like so.

Код:
Dim SA-MP As New ProcessStartInfo("samp.exe", "127.0.0.1:7777")
Process.Start(SA-MP)
Reply


Messages In This Thread
C# or C++ - by Typhome - 24.09.2010, 17:28
Re: C# or C++ - by RyDeR` - 24.09.2010, 18:13
Re: C# or C++ - by Typhome - 24.09.2010, 18:19
Re: C# or C++ - by DeathOnaStick - 24.09.2010, 18:22
Respuesta: C# or C++ - by xenowort - 24.09.2010, 19:48
Re: Respuesta: C# or C++ - by Typhome - 29.09.2010, 17:28
Re: C# or C++ - by Matthias_ - 29.09.2010, 20:03
Re: Respuesta: C# or C++ - by JaTochNietDan - 29.09.2010, 20:38
Respuesta: Re: Respuesta: C# or C++ - by xenowort - 29.09.2010, 22:18
Re: Respuesta: Re: Respuesta: C# or C++ - by Donny_k - 30.09.2010, 12:38

Forum Jump:


Users browsing this thread: 2 Guest(s)