[Help]With Shell Command..thanks for who gave me that code . but i got promblme when i trying check it.. code : Private Sub Command1_Click(Index As Integer) Shell "C:\Program Files\WarRock\WRLauncher.exe" End Sub Pic:
Originally Posted by dor619 thanks alot man ! but how do i do "close" and "exit" boout? This is why I said use Dim MyProcess As Process Becuase using MyProcess.w\e you can close the process, and change, and read almost anything with it.
I use this to open warrock: Private Sub Command1_Click() Shell "C:\Program Files\WarRock\WRLauncher.exe" End Sub
Originally Posted by w00t? Private Sub Exit_Button_Click End End Sub rename command1 or whateva to Exit_Button... it better to unload it first Private Sub Command1_click() Unload Form1 end End Sub