• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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 :D

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.
Back
Top