Click here to Skip to main content
15,914,416 members
Home / Discussions / C#
   

C#

 
GeneralRe: How did the user close the form? Pin
Chals2-Feb-06 5:45
Chals2-Feb-06 5:45 
GeneralRe: How did the user close the form? Pin
Dave Kreskowiak2-Feb-06 5:48
mveDave Kreskowiak2-Feb-06 5:48 
GeneralRe: How did the user close the form? Pin
Chals2-Feb-06 6:23
Chals2-Feb-06 6:23 
GeneralRe: How did the user close the form? Pin
microsoc2-Feb-06 22:16
microsoc2-Feb-06 22:16 
GeneralRe: How did the user close the form? Pin
Chals6-Feb-06 6:37
Chals6-Feb-06 6:37 
GeneralRe: How did the user close the form? Pin
microsoc6-Feb-06 14:19
microsoc6-Feb-06 14:19 
QuestionUpdating MenuItems (vs2005) Pin
Mark062-Feb-06 4:41
Mark062-Feb-06 4:41 
AnswerRe: Updating MenuItems (vs2005) Pin
Mark062-Feb-06 4:50
Mark062-Feb-06 4:50 
GeneralRe: Updating MenuItems (vs2005) Pin
malharone2-Feb-06 5:43
malharone2-Feb-06 5:43 
QuestionTransparent Color in a Picture Box Pin
MarkMokris2-Feb-06 4:39
MarkMokris2-Feb-06 4:39 
AnswerRe: Transparent Color in a Picture Box Pin
Dave Kreskowiak2-Feb-06 5:47
mveDave Kreskowiak2-Feb-06 5:47 
AnswerRe: Transparent Color in a Picture Box Pin
Soundman32.22-Feb-06 21:41
Soundman32.22-Feb-06 21:41 
Questiontransparent label over textbox Pin
melanieab2-Feb-06 4:36
melanieab2-Feb-06 4:36 
AnswerRe: transparent label over textbox Pin
Dave Kreskowiak2-Feb-06 5:46
mveDave Kreskowiak2-Feb-06 5:46 
QuestionUnhandled exception Pin
joly_12-Feb-06 4:25
joly_12-Feb-06 4:25 
AnswerRe: Unhandled exception Pin
malharone2-Feb-06 5:45
malharone2-Feb-06 5:45 
GeneralRe: Unhandled exception Pin
joly_12-Feb-06 5:52
joly_12-Feb-06 5:52 
GeneralRe: Unhandled exception Pin
malharone2-Feb-06 6:30
malharone2-Feb-06 6:30 
GeneralRe: Unhandled exception Pin
Kevin McFarlane2-Feb-06 6:33
Kevin McFarlane2-Feb-06 6:33 
Make sure the index does not exceed the array bounds. If you expect this never to happen then put in an assert statement after the while. If you get the assertion failure then you've got a bug.

Otherwise extend the while statement

while (flag == 0 && i < array size)
...

Kevin
GeneralRe: Unhandled exception Pin
joly_12-Feb-06 7:11
joly_12-Feb-06 7:11 
GeneralRe: Unhandled exception Pin
User 66582-Feb-06 6:45
User 66582-Feb-06 6:45 
GeneralRe: Unhandled exception Pin
joly_12-Feb-06 7:47
joly_12-Feb-06 7:47 
QuestionWriting Text File Pin
Greeky2-Feb-06 4:04
Greeky2-Feb-06 4:04 
AnswerRe: Writing Text File Pin
Sebastian Schneider2-Feb-06 4:42
Sebastian Schneider2-Feb-06 4:42 
AnswerRe: Writing Text File Pin
Dave Kreskowiak2-Feb-06 7:10
mveDave Kreskowiak2-Feb-06 7:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.