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?
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?