Click here to Skip to main content
15,891,905 members
Home / Discussions / C#
   

C#

 
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 
QuestionMarshling Across Thread boundries Pin
thayat2-Feb-06 2:31
thayat2-Feb-06 2:31 
QuestionVisual Inheritance Context Menu Bug? Pin
Soundman32.22-Feb-06 2:13
Soundman32.22-Feb-06 2:13 
Questionoutlook addin in c# Pin
SamuelF2-Feb-06 1:54
SamuelF2-Feb-06 1:54 
Questionautostart c# winApp upon system boot Pin
batmanAgen2-Feb-06 1:00
batmanAgen2-Feb-06 1:00 
AnswerRe: autostart c# winApp upon system boot Pin
Vasudevan Deepak Kumar2-Feb-06 1:26
Vasudevan Deepak Kumar2-Feb-06 1:26 
GeneralRe: autostart c# winApp upon system boot Pin
batmanAgen2-Feb-06 1:32
batmanAgen2-Feb-06 1:32 
GeneralRe: autostart c# winApp upon system boot Pin
mav.northwind2-Feb-06 1:37
mav.northwind2-Feb-06 1:37 
GeneralRe: autostart c# winApp upon system boot Pin
engsrini2-Feb-06 1:53
engsrini2-Feb-06 1:53 
GeneralRe: autostart c# winApp upon system boot Pin
mav.northwind2-Feb-06 2:11
mav.northwind2-Feb-06 2:11 
GeneralRe: autostart c# winApp upon system boot Pin
malharone2-Feb-06 6:13
malharone2-Feb-06 6:13 
JokeRe: autostart c# winApp upon system boot Pin
Daniel Grunwald2-Feb-06 7:13
Daniel Grunwald2-Feb-06 7:13 

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.