Hello all, I am trying to debug my cute little application here and it won't let me :( When I click Debug, I get two errors, the first one is:
Error 1 The best overloaded method match for 'WindowsFormsApplication1.Form1.InitializeBrowserEvents(ExtendedWebBrowser)' has some invalid arguments
and the second:
Error 2 Argument '1': cannot convert from 'System.Windows.Forms.WebBrowser' to 'ExtendedWebBrowser'
Can anybody please help me solve this? I have no idea what this means.
I don't know if this is enough information for you so please do say if more info is needed and I will be glad to post more.
Thank you, Baeltazor.
Edit: I'm guessing that once I get rid of the second error, the first one will go away with it...