R
Risen
Hi, I use VB.net 2003 to try develop Pocket PC App, but the code below does
not work:
"
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Button1.BackColor = Color.Red
End Sub
"
Why does it not work? Is it caused by .netcf can not support
Button.BackColor property?
B.R.
Risen
not work:
"
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Button1.BackColor = Color.Red
End Sub
"
Why does it not work? Is it caused by .netcf can not support
Button.BackColor property?
B.R.
Risen