19610.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 22 行
HTML
22 行
<html> <head> <title>[vb] How can we know the pictures of two command button are the same?</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>[vb] How can we know the pictures of two command button are the same?</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:e2486225@sparc3.cc.ncku.edu.tw">Wisely</a> on October 04, 1999 at 11:41:44:<p>如何知道两按钮上的图片相同??<br>该如何写呢??<p>我用如下的写法;<p> if command1.picture=command2.picture then<br> ..<br> ..<br> end if<p> 但是判断出来的结果却不对<br> 该如何修正呢??<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 19610--></ul><!--end: 19610--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?