Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ever seen IE automation without the HWND?

Status
Not open for further replies.

EzLogic

Programmer
Aug 21, 2001
1,230
0
0
US
I just encountered another client, on 1 machine, windows 8
when doing IE automation, IE does NOT have HWND property.. This is the second client i see this.. all other 1000s of clients never had this

Code:
oIE = createobj('internetexplorer.application')
oIE.visible = .t.
?oIE.HWND && throws error ..
it doesn't even come up in Intellisense.. the HWND property doesn't even show up or exist.
IE 11
the customer also, upgraded to win10, same thing

any insight?


Ez Logic
Michigan
 
Works for me here.

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top