Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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