语法
表达式.Hinstance
表达式 一个代表 Application 对象的变量。
示例
在本示例中,将通过一个消息框向用户显示 ET 实例的句柄。
function CheckHinstance(){ MsgBox(Application.Hinstance) }