CF Lanchuer Code Proplem

Posts 18 of 8 · Page 1 of 1
CF Lanchuer Code Proplem
I Would Like To Make A Crossfire Lanchuer But There Is One Proplem
I Know The Code That It Used To Start Crossfire Here Is It :

Code:
Shell("patcher_cf.exe")
But I Need The Code That If The Lanchuer Is Not In Crossfire Folder
Message Pop Up And Tell You

Code:
Please Put Me In CrossFire Folder
I Need That Code Please
I Will Put You In Credits Don't Wory

@yoyu333

Well take a better look here

Replace **** With ". and IO" Without and Or Spaces!

Put this at the up.

Code:
Imports System****
And This One At btnStart

Code:
dim df as string
df=My.Application.Info.DirectoryPath + "\crossfire.exe"
If System****.File.Exists(df) Then
Shell("patcher_cf.exe")
Else
MessageBox.Show("Please Put Me In CrossFire Folder", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error)
End If
What about a little Thanks?
Wait I Am Trying It Now But The First Code Is *** What Is This ? @ClaimIT
@yoyu333 IDK its a Illigle word maybe just read it again and u will know what i'm trying to say
remember but the first code up of Public Class Form1
Quote Originally Posted by ClaimIT View Post
@yoyu333 IDK its a Illigle word maybe just read it again and u will know what i'm trying to say
remember but the first code up of Public Class Form1
I Know Man

---------- Post added at 05:04 PM ---------- Previous post was at 04:59 PM ----------

@ClaimIT It Give Me Error Please Give Me The Whole Code , Merge Ur Code With My Code And Give Me It
And Tell Me What Is That ****
This **** is a ".-a-IO" remove the -a- and replace it!
i typed the code and merged it with your code (Shell("patcher_cf.exe"))
if there is more replace Shell("patcher_cf.exe") with the full startbtn code at your form, !
Quote Originally Posted by ClaimIT View Post
This **** is a ".-a-IO" remove the -a- and replace it!
i typed the code and merged it with your code (Shell("patcher_cf.exe"))
if there is more replace Shell("patcher_cf.exe") with the full startbtn code at your form, !
this works.... just sayin.
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?