Mu Launcher

Status
Not open for further replies.

BsD

Initiate Mage
Joined
Sep 29, 2006
Messages
3
Reaction score
1
Hi everyone!

I need your help, now I am writing with C# Mu launcher and i got problem, maybe someone know C# code for resolution change? can't find in google
 

BsD

Initiate Mage
Joined
Sep 29, 2006
Messages
3
Reaction score
1
Thnx i didnt thounght that in lithuania are helpful people
by the way i am to from ltu

Need one more help!
i'm using script to run main.exe
Code:
            Process main = new Process();
            main.StartInfo.FileName = "main.exe";
            main.StartInfo.Arguments = "connect /u"ip" /p"port"";
            main.Start();
but what i hide main.exe for example user.bhp launcher can't start process... only when you manually run this file any suggestions?
 
Upvote 0
Status
Not open for further replies.