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)
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)