vb学习笔记

前端之家收集整理的这篇文章主要介绍了vb学习笔记前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。


为了下一个项目用的:

FormPicture属性图片背景

Labelalignment属性内容居右

对于布尔变量的交互使用

ifNotfirstflagThen

IfNotresThen

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

dataout.Caption=dataout.Caption&Index

Else

dataout.Caption=Index

res=False

EndIf

firstflag=True

Else'当点击不是第一次时

IfNotresThen

'dataout.Caption=""

dataout.Caption=dataout.Caption&Index

Else

dataout.Caption=Index

res=False

EndIf

EndIf

关于不等的应用:

If(dataout.Caption<>"")Then

Endif

错误原因:未写endif

原文链接:https://www.f2er.com/vb/257455.html

猜你在找的VB相关文章