C sharp problem

  • Thread starter faisal ghulam ghulam
  • Start date
F

faisal ghulam ghulam

Hi
i am making a web browser in c sharp i creat problem when i write
something on a tab two combox it througs an expection about index 1 is
out of range position
plz any help me to solve my problem
 
F

Finn Stampe Mikkelsen

faisal ghulam ghulam said:
Hi
i am making a web browser in c sharp i creat problem when i write
something on a tab two combox it througs an expection about index 1 is
out of range position
plz any help me to solve my problem

Without any code to look at, i would take a wild guess, that you forgot the
zero-index of c#... It seems like you are trying to read something or add
something to index 1, that is not yet existing.. Do you need to change this
to zero first ??

/Finn
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top