VB6:为什么 Picturebox.Print() 从对象目录中隐藏?

发布于 2024-08-04 07:01:26 字数 259 浏览 12 评论 0原文

标题已经告诉了问题: 您可以在 PictureBox 实例上成功调用 Print-Method。但它没有显示在对象浏览器中。

同样适用于其他一些方法,例如列出了 Pset() ,但语法并不完全正确。

编辑: 用于检查数组边界的方法 Ubound()LBound() 未在任何地方列出。在 IDE 中,自动完成功能也不会将其显示为工具提示。

有人知道这是为什么吗?

the title already tells the question:
you can successfully call the Print-Method on a PictureBox-instance. But it is not shown in the object browser.

same applies for some other methods, Pset() for example is listed but the syntax is not completely correct.

Edit: The methods Ubound() and LBound() for inspection of array bounds is not listed anywhere. And in the IDE, auto-completion doesn't show it as tooltip either.

Does anybody know the reason for this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮萍、无处依 2024-08-11 07:01:26

过去的一些 VB 方法和函数(例如 QuickBasic 或 PDS 或 GWBasic 中可用的东西)从未出现在智能感知中。不知道为什么。也许是因为它们不在任何对象树上,而是很久以前在运行时定义的静态函数。话又说回来,我可能完全错了。

Some of the VB methods and functions from back in the day (like stuff that was available in QuickBasic or PDS or GWBasic) never appeared in the intellisense. Not sure why. Maybe because they are not on any object tree but static functions long ago defined in the runtime. Then again, I could be completely wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文