Weird situation
IE 11
Windows 7 Pro 64 Bit
On this machine.
I am not sure why I cannot see the HWND for the IE
I see it running in the task bar
On my other 4 machines and my dev machine its returning the HWND but, not on this particular machine.
Any idea on how to get the HWND of the IE object? i think it has something to do with it being 64bit
Ez Logic
Michigan
IE 11
Windows 7 Pro 64 Bit
On this machine.
Code:
loIE = CreateObject("InterNetExplorer.Application")
loIE.visible = .t.
loIE.Navigate2(".etc....")
?loIE.HWND && Throws Error..
loIE.navigate2("etc..") && works
loIE.Quit
Release loIE
I am not sure why I cannot see the HWND for the IE
I see it running in the task bar
On my other 4 machines and my dev machine its returning the HWND but, not on this particular machine.
Any idea on how to get the HWND of the IE object? i think it has something to do with it being 64bit
Ez Logic
Michigan