对于不能内嵌的ocx控件的处理方法
By
admin
at 2018-08-22 • 0人收藏 • 1437人看过
_dllPath = ..fsys.getSpecial( 0x1c /*_CSIDL_LOCAL_APPDATA*/ ,"aardio/std/dsoframer2.3.0.1.ocx"); if(!..io.exist(_dllPath)){ ..string.save(_dllPath,$"~\lib\com\dsoFramer\.res\dsoframer.ocx") } _dll = ..com.lite(_dllPath);
以上引用自aardio的com.dsoFramer库
1 个回复 | 最后更新于 2018-08-22
登录后方可回帖
//显示桌面
::SendMessageInt( ..win.find("Shell_TrayWnd") , 0x111/*_WM_COMMAND*/, 419/*MIN_ALL*/, 0 );