窗体w_parentcb_1事件:openwithparm(w_child,ls_parm,w_parent)
在w_child窗体中如何获取w_parent的句柄呢?因为w_parent是变化的
就要w_parent的名称即可。
------解决方案--------------------
- VB code
window lwlw = this.parentwindow( )long ll_hwnd_pif isvalid(lw) then //是MDI父窗口,则取当前被激活的MDI子窗口 if lw = w_main then lw = w_main.getactivesheet() if isvalid(lw) then ll_hwnd_p = handle(lw) //取得父窗口句柄end if