I was allways wondering How to get reference to AcrobatReader object and after all to the PDF file embeded in IE. Today I was here: http://www.vitoplantamura.com/index.aspx?page=axvncviewer there is such a interesting html: When I analyze this then I start to wonder about this line: EDIT: above fraction was only an introduction, describing where it came my question. And now then the question arise : How I can use document.all to get the refrence to specified AxObject in this Case I mean
Today thanks to @Danyfirex help, and thanks to this topic, I was able to make better AcrobatReader Viewer.
Quick example:
#include <AutoItConstants.au3>
#include <GUIConstantsEx.au3>
#include <MsgBoxConstants.au3>
#include <WindowsConstants.au3>
Example()
Func Example()
; This particular object is declared as ObjEvent() need to stored the Object, #forceref to avoid Au3Check warning.
Local $oErrorHandler =