Vb 6 中的系统方法、变量和属性

发布于 12-01 03:42 字数 133 浏览 1 评论 0原文

我正在寻找一个可以让我访问 VB6 中的系统方法、变量和属性的源代码。我实际上是在比较 VB6 程序中的所有变量和方法,并且必须确定这是系统变量或方法还是用户定义的实体。

我很感激任何帮助。

谢谢,

席德

I am looking for a source which can give me access to system methods, variables and properties in VB6. I am actually comparing all the variables and methods in a VB6 program and have to determine if this is a System variable or method or a user defined entity.

I appreciate any help.

Thanks,

Sid

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

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

发布评论

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

评论(2

执笔绘流年2024-12-08 03:42:09

See the sub pages of the VB6 language reference in MSDN. Note that there is no "System" object and the conects of the VB/VBA/OLE type libraries will be the same for all machines.
The object browser that Slaks mentioned also tell you where properties and methods are defined
.

万水千山粽是情ミ2024-12-08 03:42:09

你的问题很不清楚。
听起来您正在寻找对象浏览器。

Your question is very unclear.
It sounds like you're looking for the Object Browser.

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