Definitions
Sorry, no definitions found. You may find more data at pdoc.
Etymologies
Sorry, no etymologies found.
Support

Help support Wordnik (and make this page ad-free) by adopting the word pDoc.
Examples
-
ControlGet, hWnd, Hwnd, ,Internet Explorer_Server1, -- Webpage Dialog ahk_class Internet Explorer_TridentDlgFrame pDoc: = IE_GetDocument (hWnd) src: = com_invoke (pDoc, "images [logo]. src")
AutoHotkey Community 2010
-
ControlGet, hWnd, Hwnd, ,Internet Explorer_Server1, -- Webpage Dialog ahk_class Internet Explorer_TridentDlgFrame pDoc: = IE_GetDocument (hWnd) src: = com_invoke (pDoc, "images [logo]. src")
AutoHotkey Community 2010
-
This url is the source of the image for the Google header % src% iWeb_setDomObj (pDoc, "q,", "dragons") iWeb_clickValue (pDoc, "Google Search")
AutoHotkey Community 2010
-
ASSERT_VALID (pDoc); wglMakeCurrent (m_pDC - > GetSafeHdc (), m_hRC);
-
This url is the source of the image for the Google header % src% iWeb_setDomObj (pDoc, "q,", "dragons") iWeb_clickValue (pDoc, "Google Search")
AutoHotkey Community 2010
-
DocEle: = COM_Invoke (pDoc, "documentElement") htmlcode: = COM_Invoke (DocEle, "innerHTML") msgbox \% htmlcode\% fileappend, \% htmlcode\%, log. txt; it works fine till here pwb: = GameViewOptions object: = gameoptions the Error massage:
AutoHotkey Community 2009
-
COM_Invoke (pDoc, "close");; Thanks Tank. you know im a moron there is another reason wow your doing beforenavigate event dont gosub
AutoHotkey Community 2009
-
COM_Invoke (pDoc, "write", html);; missing this will cause this sort of behavior
AutoHotkey Community 2009
-
COM_Release (pDoc) com_couninitialize (); Waits for the web page to completely load
AutoHotkey Community 2009
-
IID_IWebBrowserApp: = "{0002DF05-0000-0000-C000-000000000046}" pwin: = COM_QueryService (pDoc, IID_IHTMLWindow2, IID_IHTMLWindow2) pweb: = COM_QueryService (pwin, IID_IWebBrowserApp, IID_IWebBrowserApp)
AutoHotkey Community 2009
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.