debug error ttrying to run created web browser

  • Thread starter Thread starter Dan Gates
  • Start date Start date
D

Dan Gates

hey, i am an amatuer, following a book which shows how to program a web
browser
i have come up against an error when trying to code this part

private void Browser_Activated(object sender, EventArgs e)
{
Thread.Sleep(3000);
splashScreen.Close();

according to the "error pane" the word "void" is the error

what can i do to rectify this?

cheers

Daniel
 
Besides posting here, where you may or may not get the answer you need,
I suggest that you post your debugging questions to the VS debugging newsgroup
on this same server : microsoft.public.vsnet.debugging.




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 
Back
Top