Hi,
I am a novice and i created a web browser but i am getting 4 errors in
this LoC
if (SiteMemoryArray[count] == null)
{
forwardButton.Enabled = false;
}
count = count - 1; Subtracts 1 From Count Variable
the Error says ; expected
and if i remove these lines it gets compiled but what i get is a plain form
without any controls on it.
Please help me i am using Visual studio 2008 PE
