Why the code does not work?

  • Thread starter Thread starter Risen
  • Start date Start date
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
 
Try getting service pack 3 for .net cf from microsoft site.
It will resolve the problem i hope.

Thanks & Regards
Vikash
 
Back
Top