国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > php开源 > php教程 > vb学习笔记

vb学习笔记

来源:程序员人生   发布时间:2015-06-01 08:47:05 阅读次数:3573次


为了下1个项目用的:

FormPicture属性:图片背景

Labelalignment属性:内容居右

对布尔变量的交互使用

if Not firstflag Then

            If Not res Then

                dataout.Caption = ""  '当点击第1个数字时

                dataout.Caption = dataout.Caption & Index

            Else

                dataout.Caption = Index

                res = False

            End If

            firstflag = True

            

Else                                '当点击不是第1次时

            If Not res Then

                'dataout.Caption = ""

                dataout.Caption = dataout.Caption & Index

            Else

                dataout.Caption = Index

                res = False

            End If

End If

 

关于不等的利用:

If (dataout.Caption <> "") Then

End if 

 

 

毛病缘由:未写endif

 

生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生