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;
Ranorex.Controls.ProgressForm.ActiveForm.AutoScaleMode = AutoScaleMode.None;
I run it with studio . It is work correctly.
But when i run with exe i see that "Ranorex.Controls.ProgressForm.ActiveForm.AutoScaleMode = AutoScaleMode.None;" it had't exucuted.
AutoScaleMode work not correctly when run with exe file
- Support Team
- Site Admin
- Posts: 12167
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Graz, Austria
Re: AutoScaleMode work not correctly when run with exe file
Hi Hungpp2,
Unfortunately, I wasn't able to reproduce this issue.
In order to analyze this issue in more detail, please write an email to [email protected] with a detailed explanation of your issue.
I'm looking forward to your email.
Sincerely,
Matthias
Unfortunately, I wasn't able to reproduce this issue.
In order to analyze this issue in more detail, please write an email to [email protected] with a detailed explanation of your issue.
I'm looking forward to your email.
Sincerely,
Matthias