您的位置:程序门 -> .net技术 -> vb.net



还是刚才那个问题,button2.focus


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


还是刚才那个问题,button2.focus[已结贴,结贴人:totowi]
发表于: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.
应该怎么改阿?
发表于:2007-09-17 10:59:531楼 得分:20
me.activecontrol   =   button2试一下。


快速检索

最新资讯
热门点击