ranorex 3.2.3 -Solution - console - kept getting error The name 'startInfo' does not exist in the current context (CS0103) -
i added reference syste.diagnostics but same error , here is code
// Maximize the window
startInfo.WindowStyle = ProcessWindowStyle.Maximized;
Thank you in advance
Beginner
system.diagnostics
Re: system.diagnostics
Did you cerate a ProcessStartInfo named startInfo?
If this or any response has helped you, please reply to the thread stating that it worked so other people with a similar issue will know how you fixed your issue!
Ciege...
Ciege...
Re: system.diagnostics
Thank you so much Ciege,it works now after creating in a right scope
Beginner
Beginner
Tipu