09-04-2006, 04:02 AM
str http
int k
http = "www.test.com" ;;Example Address.
int a=id(41477 "Explorer") ;;Explorer Edit-Box(address-box)
SendMessage(a WM_SETTEXT 0 http)
and ?
SendMessage(a WM_KEYDOWN VK_RETURN 0 ) <--- don't run
SendKey(a VK_RETURN) <--- don't run
I wan't to control Explorer in deactivate.
so I use SendMessage.. but I can't send Key-Code[Enter] to Explore
hELP ME....
int k
http = "www.test.com" ;;Example Address.
int a=id(41477 "Explorer") ;;Explorer Edit-Box(address-box)
SendMessage(a WM_SETTEXT 0 http)
and ?
SendMessage(a WM_KEYDOWN VK_RETURN 0 ) <--- don't run
SendKey(a VK_RETURN) <--- don't run
I wan't to control Explorer in deactivate.
so I use SendMessage.. but I can't send Key-Code[Enter] to Explore
hELP ME....