can someone give me another example for controlsend? im really confused with this one:
what if i want to send to firefox a text message like Hello world in google and press enter??
is this the right way to write control send func???
whats will i put to the controlid?
im a beginner...
[ code='text' ] ( Popup )
ControlSend("[CLASS:Notepad]", "", "Edit1", "This is a line of text in the notepad window")
what if i want to send to firefox a text message like Hello world in google and press enter??
is this the right way to write control send func???
[ code='text' ] ( Popup )
ControlSend ( "Mozilla Firefox Start Page - Mozilla Firefox", "", controlID, "hello world!")
whats will i put to the controlid?
im a beginner...