[Tutorial]Launch Warrock from a form
3 posters
WarrockOHacks :: Tuts :: Vb6 Tuts
Page 1 of 1
[Tutorial]Launch Warrock from a form
This tutorial is made by me i dont want to see leecha's coming!!
Require:
*A brain, you can buy 1 on Ebay.
*A little bit vb6 knowledge
*And vb6
make 1 Button and 1 Textbox.
Click the text box now go change the name to
txtprocess(IMPORTANT!!) The name not the caption ok the name.
And now in the caption put this:
C:\Program Files\WarRock\WRLauncher.exe
Ok now you can double click on the button and enter this:
Dim sTemp As String
'
' Start the process.
'
sTemp = Trim$(txtprocess)
If sTemp = "" Then Exit Sub
glPid = Shell(sTemp, vbNormalFocus)
If glPid = 0 Then
MsgBox "Could not start process", vbExclamation, "Error"
End If
Thats it Now just hide the text box behind a button then try it out.
Or
****Made by [PCT]Omega, remember... do not leech like a ***!!****
Require:
*A brain, you can buy 1 on Ebay.
*A little bit vb6 knowledge
*And vb6

make 1 Button and 1 Textbox.
Click the text box now go change the name to
txtprocess(IMPORTANT!!) The name not the caption ok the name.
And now in the caption put this:
C:\Program Files\WarRock\WRLauncher.exe
Ok now you can double click on the button and enter this:
Dim sTemp As String
'
' Start the process.
'
sTemp = Trim$(txtprocess)
If sTemp = "" Then Exit Sub
glPid = Shell(sTemp, vbNormalFocus)
If glPid = 0 Then
MsgBox "Could not start process", vbExclamation, "Error"
End If
Thats it Now just hide the text box behind a button then try it out.
Or
- Code:
Commandbutton1_Click
Shell "C:\Program Files\WarRock\WRLauncher.exe"
End Sub
****Made by [PCT]Omega, remember... do not leech like a ***!!****
Omega- ModeratorZ
- Posts : 24
Join date : 2008-02-25

» FREE WARROCK ACC!!!....
» My Warrock Glitch Vids !
» Warrock Montage of my friend
» free warrock premium
» My Warrock Glitch Vids !
» Warrock Montage of my friend
» free warrock premium
WarrockOHacks :: Tuts :: Vb6 Tuts
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum