in reply to Re: Using Win32::GUITEST for Win32 Applications containing ActiveX or other COM objects.
in thread Using Win32::GUITEST for Win32 Applications containing ActiveX or other COM objects.
Window Found(Text : '' Class : 'CtlFrameWork_ReflectWindow' Handle: '853406')
I picked up Programming Windows with MFC 2nd Ed and in Chapter 21 it talks about ActiveX controls and how the container object can contain windowless controls and that interface messages are intercepted and passed through the reflective window. So now I know why the application looks like an opaque wall to my recursive windows handle traversal.... there weren't any win handles!
So...now to finish reading and figure out how to talk with and get information from the reflective window to talk to the controls beyond.
So, I am still searching for clues if anyone has already done work in this area. For those of you reading the thread the page # referring to windowless controls is pg 1284 in section Windowless Controls.
Cpan has a module Wx::ActiveX I am going to investigate ... worst case I can converse with its author and crack open my copy of extending and embedding perl and create a Win32::ActiveX module for generic use. Or (fingers crossed ) I can use the module unmodified. Has anyone used this particular module?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Using Win32::GUITEST for Win32 Applications containing ActiveX or other COM objects.
by gmpassos (Priest) on Nov 20, 2003 at 00:27 UTC |