Forum: Pascal and Delphi Oct 23rd, 2009 |
| Replies: 5 Views: 790 102 views and not one person has a solution to this?
ready_state does NOT work because the page I am waiting on is loading multiple frames (hence firing document complete multiple times)
The... |
Forum: Pascal and Delphi Oct 21st, 2009 |
| Replies: 5 Views: 790 Found this to be a cleaner bit:
procedure TForm1.WebBrowser1DocumentComplete(Sender: TObject;
const pDisp: IDispatch; var URL: OLEvariant);
var
CurWebrowser : IWebBrowser;
... |
Forum: Pascal and Delphi Oct 21st, 2009 |
| Replies: 5 Views: 790 Greetings fellow coders, I have read many tutorials, and tried many different code snippets but I have hit a brick wall and decided its time to give my brain a rest and see if other coders can find a... |