How to be on top of IE address list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • leejwen
    New Member
    • Jun 2007
    • 50

    How to be on top of IE address list

    I'm doing a word prediction softwere using C & WindowsXP. When I use IE and type an address, its address-list always covers my word-prediction window.

    I created the word-prediction window with 'WS_EX_TOPMOST' parameter, and also tried 'HWND_TOP' of SetWindowPos. But it didnt work. Are there any suggestions? Thank you!

    By the way, if I want to get the info of IE address list (e.g. size), how can I get it?
Working...