Войти

Показать полную графическую версию : [решено] Копирование и вставка текста.


duxa
12-12-2010, 19:41
Возможно это уже обсуждалось, но все же, не могли бы привести пример копирование текста из edit1 и вставки в edit2?

madmasles
12-12-2010, 20:25
Run (http://www.autoitscript.com/autoit3/docs/functions/Run.htm)("notepad.exe")
WinWait (http://www.autoitscript.com/autoit3/docs/functions/WinWait.htm)("[CLASS:Notepad]")
ControlSetText (http://www.autoitscript.com/autoit3/docs/functions/ControlSetText.htm)("[CLASS:Notepad]", "", "Edit1", "New Text Here")
$var = ControlGetText (http://www.autoitscript.com/autoit3/docs/functions/ControlGetText.htm)("[CLASS:Notepad]", "", "Edit1")
MsgBox (http://www.autoitscript.com/autoit3/docs/functions/MsgBox.htm)(0, '', $var)

duxa
21-12-2010, 13:32
madmasles, спасибо за пример. Правильно?
$Serial2 = ControlGetText ( "Заголовок прогр.", '', 'Edit1' )
ControlSetText('[CLASS:Notepad', 'Edit1', $Serial2)

madmasles
21-12-2010, 14:20
Правильно? »Если у Вашего окна "Заголовок прогр." есть 'Edit1', и в нем есть текст, то правильно. А что мешает проверить?




© OSzone.net 2001-2012