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
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