A question about HWnd of IE and toolbar in IE
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am working on a toolbar in IE, which is a COM DLL. There is one instance of the toolbar for each IE window. I'd like to know how to find out the relationship in between.:confused: For exampe, if I know the HWnd of an instance of toolbar, how can I know the HWnd of its IE window? I tried GetParent of my toolbar instance. It is not working. I also tried (HWND) GetWindowLong (hWnd, GWL_USERDATA). Still not working. Please help me.:laugh: Thanks a lot in advance.