Search found 1 match

by hungpp2
Sat Jul 23, 2016 6:02 am
Forum: General Questions
Topic: AutoScaleMode work not correctly when run with exe file
Replies: 1
Views: 1374

AutoScaleMode work not correctly when run with exe file

When i use codes: Point tempPoint = new Point(0,0); System.Windows.Forms.Control.CheckForIllegalCrossThreadCalls = false; Ranorex.Controls.ProgressForm.ActiveForm.DesktopLocation = tempPoint; Ranorex.Controls.ProgressForm.ActiveForm.Width = 300; Ranorex.Controls.ProgressForm.ActiveForm.Height = 130;...