Jump to content

WebBrowser


zeroonnet

Recommended Posts

tenho isto no meu code:

WebBrowser browser = new WebBrowser();

e depois faço:
browser.DocumentCompleted += System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(Browser_DocumentCompleted);

para ele ir parar ao Browser_DownloadCompleted quando acaba de ler a pagina toda mas dá erro ao compilar:

Error 1 'System.Windows.Forms.WebBrowserDocumentCompletedEventHandler' is a 'type', which is not valid in the given context C:\Documents and Settings\***\Os meus documentos\Visual Studio 2005\Projects\testes prog\testes prog\Form1.cs 118 104 testes prog

Como é que corrigo isso? :S

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.