This is a migrated thread and some comments may be shown as answers.

Put a decimal number in a numericBox

2 Answers 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
José
Top achievements
Rank 1
José asked on 27 May 2013, 02:22 PM
Hi everybody,

I was do a test in Test studio and i found a problem that i can't solve, how can i insert a decimal number in a numericbox on the code behind?

thanks for help

José Teles

2 Answers, 1 is accepted

Sort by
0
José
Top achievements
Rank 1
answered on 27 May 2013, 04:15 PM
Don't answer me, I found the solution.

Solution if anyone wants it

case '.':
                        Log.WriteLine("entrei no ponto");
                        Manager.Desktop.KeyBoard.KeyPress(System.Windows.Forms.Keys.Decimal);
                        break;
0
Accepted
Boyan Boev
Telerik team
answered on 28 May 2013, 07:01 AM
Hello Jose,

I am glad to hear that!

Please don't hesitate if you have additional questions.   

Regards,
Boyan Boev
Telerik
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
Tags
General Discussions
Asked by
José
Top achievements
Rank 1
Answers by
José
Top achievements
Rank 1
Boyan Boev
Telerik team
Share this question
or