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
Printable View
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
You need to find registry files that are usually used to change resolution, then use C# to insert those codes to the registry :):
http://forum.ragezone.com/f82/help-r...2/#post3803043
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.exebut what i hide main.exe for example user.bhp launcher can't start process... only when you manually run this file :) any suggestions?Code:Process main = new Process();
main.StartInfo.FileName = "main.exe";
main.StartInfo.Arguments = "connect /u"ip" /p"port"";
main.Start();