IonicWind Software

Aurora Compiler => General Discussion => Topic started by: Zen on May 05, 2006, 07:15:15 AM

Title: Browser Control
Post by: Zen on May 05, 2006, 07:15:15 AM
What are the message functions OnDownloadBegin() and OnDownloadComplete() used for? May seem obvious but im not sure lol

Lewis
Title: Re: Browser Control
Post by: Ionic Wind Support Team on May 05, 2006, 09:00:45 AM
When the WebBrowser control is about to begin a download operation, it fires the DownloadBegin() event. The control fires a number of ProgressChange() events as the operation progresses, and then it fires the DownloadComplete() event after completing the operation. Applications typically use these three events to indicate the progress of the download operation, often by displaying a progress bar.

Paul.
Title: Re: Browser Control
Post by: Zen on May 06, 2006, 03:02:12 PM
Ok thanks Paul

Lewis