Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a project that will basically get info inside the focused control, and using hook, I already done with widowed control. Then I encountered windowless control, which I know cannot be access via Windows API since it has now HWND. But some link says that to access this control, you must access the container of this control. So I use VB6 mswless.ocx as my example, I create a form with windowed and windowless controls and use SPY++/Window Detective to monitor the activities of the application. I also create a small hook application that will handle keyboard focus. Upon testing, the hook get a VBFocusRT6 class when keyboard is focused on the windowless control. So I use SPY++/Window Detective if there is any Window Message on this class during focus, and it has. I also confirmed that this class (VBFocusRT6) is a container for windowless control of VB6 application according to this site
XML
Tools to Aid Us in Our Efforts
Now my question is how do we get the info inside focused windowless control inside the container, for this example, VBFocuRT6, using Delphi code?
Posted
Updated 29-Jan-15 19:36pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900