Hi.
I've got the following problem.
I need to force internet explorer window to refresh.
Now I have the hwnd of the window.
What I tried is SendMessage(hwnd,WK_KEYDOWN,116,0)
116=VK code of F5
This didn't help though, sending WM_KEYUP didn't help also.
So what can i do to force IE to refresh?

Thanx in advance