Looks like your problem is in the comment "Subtracts 1 From Count
Variable". Prefix "//" to designate a comment.

Unless of course, you included that comment only in your post here
(which would've been silly, because what the comment says is pretty
obvious!!).

On Jan 23, 2:56 pm, Saad Sharif <[email protected]> wrote:
> 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

Reply via email to