
11.04.2013, 10:53
|
 |
Let Me Show You
|
|
Регистрация: 30.04.2010
Адрес: Северодвинск
Сообщения: 5,426
Версия Delphi: 7, XE5
Репутация: 59586
|
|
проще некуда:
Код:
var
doc: IHTMLDocument3;
begin
doc:=WebBrowser1.Document as IHTMLDocument3;
(doc.getElementById('select_id') as IHTMLSelectElement).selectedIndex:=UpDown1.Position;
(doc.getElementById('select_id') as IHTMLElement).click;
end;
http://zalil.ru/34428576
__________________
Пишу программы за еду.
__________________
|