Apologies – please see attached
ShowImg.xaml (7.66 KB)
Both done great JOB, I appreciate
I found the fix in : How to set the name space and assembly references for Uipath File - #14 by WhenCutEsh
Thx
Not Working again
I got the following errors:
Invoke code: No compiled code to run error BC30002: Type ‘PictureBox’ is not defined.
At line 1 error BC30451: ‘DockStyle’ is not declared.
It may be inaccessible due to its protection level.
At line 3 error BC30002: Type ‘Timer’ is not defined.
At line 17 error BC30002: Type ‘Form’ is not defined.
At line 23 error BC30451: ‘FormStartPosition’ is not declared.
It may be inaccessible due to its protection level. At line 27ShowImage.zip (33.9 KB)
What’s wrong with this code?
Hi @beesheep, Possible to Add Font and Color for the Button Created ( NEXT in this example). Thanks in Advance
This is helped me to solve my problem
Welcome @Lesha_Svik, Good To Know that Your Problem Solved by by My Topic with the help of @beesheep
Dude, sorry for the late respnse, I was running some errants. ShowImg.xaml (7.2 KB)
Change the arial font type and the 14 is the size, now do realize that in order for you to change the font in running time you new to create a new font, thats why you see the new font instruccion here:
btnOK.ForeColor = Color.Red
btnOK.Font = New Font("Arial", 14, FontStyle.Bold)
this is what you need
Don’t forget to like us
Happy Automation!
Thanks @beesheep, Unfortunately I got and error message when adding those 2 Lines to the invoke code script :
btnOK.ForeColor = Color.Red
btnOK.Font = New Font("Arial", 14, FontStyle.Bold)
Are those variables declared twice ?
Problem Solved after adding “System.Drawing” to “Color”, “font” , and “fontstyle”.
Last thing before we close this topic: what is the command to add to change “NEXT” icon background color ? Thx
Awesome man ! good to know you learned, we all learned
regards, pal
Last thing before we close this topic: what is the command to add to change “NEXT” icon background color ? Thx
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.