Hi,
I seem to have trouble refreshing "text" info on imagebuttons.
When i use the following code:
Sub Button1_Click
imagebutton1.Text = imagebutton1.Text+1
button4.Text = button4.text + 1
form1.Refresh
End Sub
On de desktop this is no problem.
The same code on de device wil not change the text on de imagebutton.
After showing a different form end closing it the imagebutton.text is oke.
Can you help me on this?
PS,
see attached code, run it on desktop/device and see the diverence
I seem to have trouble refreshing "text" info on imagebuttons.
When i use the following code:
Sub Button1_Click
imagebutton1.Text = imagebutton1.Text+1
button4.Text = button4.text + 1
form1.Refresh
End Sub
On de desktop this is no problem.
The same code on de device wil not change the text on de imagebutton.
After showing a different form end closing it the imagebutton.text is oke.
Can you help me on this?
PS,
see attached code, run it on desktop/device and see the diverence