Autor Beitrag
ex4ct
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starontopic star
Beiträge: 67


Delphi 7
BeitragVerfasst: Mi 12.04.06 20:40 
Ich will eine Webseite die ich mit dem TWebbrowser Komponenten im Program aufrufe automatisch nach paar sekunden aktualisieren.
ausblenden Delphi-Quelltext
1:
WebBrowser1.Navigate('http://beispiel.de/');					

Mit "Navigate" wird die Seite gezeigt wie wird es aktualisiert?
MFG! :-)
Watsch
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 97

Win98 SE
D3 Prof, D4 C/S
BeitragVerfasst: Mi 12.04.06 21:54 
Schau mal bei mitgelieferten Demo-Projekten (im Demos-Ordner von Delphi). Da müsste (meines Wissens) eigentlich ein Web-Browser-Projekt mit drin sein.

Möglicherweise findest Du bei dem Projekt, was Du suchst. Ich selbst hab's mir leider noch nicht angesehen.
Lannes
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 2352
Erhaltene Danke: 4

Win XP, 95, 3.11, IE6
D3 Prof, D4 Standard, D2005 PE, TurboDelphi, Lazarus, D2010
BeitragVerfasst: Mi 12.04.06 22:03 
Hallo,

damit:
ausblenden Delphi-Quelltext
1:
WebBrowser1.Refresh;					

_________________
MfG Lannes
(Nichts ist nicht Nichts) and ('' <> nil ) and (Pointer('') = nil ) and (@('') <> nil )