Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I wan't to send key[Enter] to Explorer
#1
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....
#2
Use function web instead.

Or, click Go button as accessible object.
#3
Huk~~

I'm idiot....

^^;

Thanks G.


-----------


Forum Jump:


Users browsing this thread: 1 Guest(s)