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
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
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 ..
IE 11
the customer also, upgraded to win10, same thing
any insight?
Ez Logic
Michigan