| 发表于:2007-09-17 10:47:43 楼主 |
private sub button1_click(byval sender as system.object, byval e as system.eventargs) handles btnstart.click button2.focus() = true end sub 有问题,说button2.focus() = true expression is a value and therefore cannot be the target of assigment. 应该怎么改阿? |
|
|
|
|