毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> 开发语言 >> 正文

Toolbar的tbrCheck样式下怎么让Value为按下时按钮无响应

更新时间:2013-7-1:  来源:毕业论文

Toolbar的tbrCheck样式下怎么让Value为按下时按钮无响应

我的意思是这样,Toolbar有几个按钮,我想要保证至少有一个按钮被按下了。样式里我都设置成了tbrCheck,当按钮被按下后,再点它时不会再弹起而是没有动作,这个要怎么弄?我在里面加了下面的代码也没用

Visual Basic code?Private Sub Toolbar_ButtonClick(ByVal Button As MSComCtlLib.Button)     On Error Resume Next    Select Case Button.Key         Case "AA"            If Toolbar.Buttons("AA").Value = tbrUnpressed Then                Toolbar.Buttons("AA").Value = tbrPressed                 Exit Sub            End If            Toolbar.Buttons("BB").Value = tbrUnpressed         Case "BB"            If Toolbar.Buttons("BB").Value = tbrUnpressed Then                Toolbar.Buttons("BB").Value = tbrPressed                 Exit Sub            End If            Toolbar.Buttons("AA").Value = tbrUnpressed     End SelectExit Sub
Private Sub Toolbar1_ButtonClick(ByVal Button As ComctlLib.Button)   Select Case Button.Caption             Case "1"             MsgBox "点击了【功能1】"             If Toolbar1.Buttons(1).Value = tbrUnpressed Then             Toolbar1.Buttons(1).Value = tbrUnpressed             End If             Case "2"             MsgBox "点击了【功能2】"             If Toolbar1.Buttons(2).Value = tbrUnpressed Then             Toolbar1.Buttons(2).Value = tbrUnpressed             End If            Case "3"             MsgBox "点击了【功能3】"             If Toolbar1.Buttons(3).Value = tbrUnpressed Then             Toolbar1.Buttons(3).Value = tbrUnpressed             End If     End Select   End Sub

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。