Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CERTAIN SPOT TO TYPE SOMETING
#1
well say on google in the search area i want the macro to write something say

"MACROS" i would like to search in google say automatically a macro does that
is this possible ty

also can i do this while running another macro,,,say i had a macro clicking images then
in a function it types "MACROS"

tyvm
#2
Macro ( Macro4 )
Code:
Copy      Help
str s="Change this Text"

Htm e=htm("INPUT" "q" "" win("Google - Microsoft Internet Explorer" "IEFrame") 0 1 0x221)
e.SetFocus
Htm e2=htm("INPUT" "q" "" win("Google - Microsoft Internet Explorer" "IEFrame") 0 1 0x221)
e2.SetText(s)
Htm e3=htm("INPUT" "Google Search" "" win("Google - Microsoft Internet Explorer" "IEFrame") 0 2 0x421)
e3.Click
Taking on Quick Macros one day at a time
#3

You dont need to set focus to use set text.

you could also do something like this.


Function ( Function8 )
Code:
Copy      Help
str google clp
if(!inp(clp "Enter Your Search." "Google Search")) ret
google.formata("http://www.google.com/search?hl=en&q=%s" clp)
web google 8


Forum Jump:


Users browsing this thread: 1 Guest(s)