-
Retrieve and store the HWND of the browser. Plus install.
检索并存储浏览器的句柄hwnd。
-
The hWnd parameter should not identify a child window, such as a control in a dialog box.
这个句柄参数不能作为一个子窗口,正如对话框里的控件。
-
If you create a message box while a dialog box is present, use a handle to the dialog box as the hWnd parameter.
如果在一个对话框出现时你创建一个消息框,使用对话框的句柄作为参数。
-
The host of a custom control is the HWND of the control itself, not the application window or any other window that might contain groups of top-level controls.
自订控制项的主机是控制项本身的HWND,而非是应用程序视窗或任何其他可能包含最上层控制项群组的视窗。