Juruteknik Terengganu Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Menyelesaikan Masalah Komputer,Server Dan Gadget Anda
 
HomeJuruteknik GanuSearchLatest imagesRegisterLog in

 

 Creating Simple EO Launcher Using VB2008 or VB2010[video]

Go down 
AuthorMessage
SpiritZ
New User
New User
SpiritZ


Posts : 4
Points : 10
Terima Kasih : 1
Join date : 01/11/2011
Age : 25
Location : Kota Bharu , Kelantan

Creating Simple EO Launcher Using VB2008 or VB2010[video] Empty
PostSubject: Creating Simple EO Launcher Using VB2008 or VB2010[video]   Creating Simple EO Launcher Using VB2008 or VB2010[video] Icon_minitimeThu Dec 27, 2012 10:48 am


In case you missed the code for button here it is..


launch autopatch::
Code:

Try
''this start the process/file named autopatch.exe
Process.Start(My.Computer.FileSystem.CurrentDirect ory & "/Autopatch.exe")
Catch ex As Exception
''this handle the error if the file autopatch.exe is not exist in the current directory
MsgBox(ex.Message)
End Try

launch soul::
Code:

Try
Process.Start(My.Computer.FileSystem.CurrentDirect ory & "/soul.exe", "blacknull")
Catch ex As Exception
MsgBox(ex.Message)
End Try

exit::

Code:

Me.Close()

visit website::
Code:

Process.Start("http://www.yourwebsite.com")

DON'T FORGET PUSH THANKS


Regards,
SpiritZ
Back to top Go down
http://www.spiritzonline.com
 
Creating Simple EO Launcher Using VB2008 or VB2010[video]
Back to top 
Page 1 of 1
 Similar topics
-
» simple +255 gears + attire/casual +255 query
» World funny army video!!!

Permissions in this forum:You cannot reply to topics in this forum
Juruteknik Terengganu Forum :: Games :: Eudemons Online P.Server :: Tentang Server Eudemons Online-
Jump to: