Click here to Skip to main content
15,880,392 members
Home / Discussions / C#
   

C#

 
QuestionArbitrary length bitfields? Pin
Trollslayer26-Jun-09 10:32
mentorTrollslayer26-Jun-09 10:32 
AnswerRe: Arbitrary length bitfields? Pin
Luc Pattyn26-Jun-09 11:01
sitebuilderLuc Pattyn26-Jun-09 11:01 
GeneralRe: Arbitrary length bitfields? Pin
Trollslayer26-Jun-09 11:04
mentorTrollslayer26-Jun-09 11:04 
QuestionDistribute a sql-based solution Pin
saeidfarahi26-Jun-09 10:09
saeidfarahi26-Jun-09 10:09 
AnswerCross post Pin
Not Active26-Jun-09 10:55
mentorNot Active26-Jun-09 10:55 
AnswerRe: Distribute a sql-based solution Pin
I Believe In GOD26-Jun-09 13:03
I Believe In GOD26-Jun-09 13:03 
GeneralRe: Distribute a sql-based solution Pin
saeidfarahi26-Jun-09 23:31
saeidfarahi26-Jun-09 23:31 
QuestionGoing back to original IF statement if another one returns false Pin
Baeltazor26-Jun-09 9:43
Baeltazor26-Jun-09 9:43 
Hi all I have a problem here and i'd appreciate any advice at all... I have like 20-something IF statements end else and else if (sample below)

if( something.Text != otherthing.Text )
{
   if( MessageBox.Show("Really?") == DialogResult.OK )
   {
       // do something
   }
   else { // now i want to go to the top and start from the first iff statement again. }
}
else Application.DoEvents();


...Except there's lots more if/else statements nested within one another. And it's very very time-consuming, confusing and after a while it just becomes too much to wrap my brain around. So I guess my question is... I vaigly remember somebody telling me to use Switch/Case things but I've tried reading about them on MSDN and I just can't seem to get my head around it can somebody please explain to me how the switch/case things would work.. In the most dumbest possible way? :P thanks for your time.

thanks lots Big Grin | :-D
jase

p.s. sorry if my message doesn't make much sense this time, i haven't slept in 48hours lol Laugh | :laugh:
AnswerRe: Going back to original IF statement if another one returns false Pin
Luc Pattyn26-Jun-09 9:49
sitebuilderLuc Pattyn26-Jun-09 9:49 
AnswerRe: Going back to original IF statement if another one returns false Pin
Christian Graus26-Jun-09 9:56
protectorChristian Graus26-Jun-09 9:56 
AnswerGoing back to original IF statement if another one returns false Pin
PunkIsNotDead26-Jun-09 10:03
PunkIsNotDead26-Jun-09 10:03 
QuestionHelp with DataGridViewComboBoxColumn... Pin
PunkIsNotDead26-Jun-09 9:40
PunkIsNotDead26-Jun-09 9:40 
QuestionGroupbox/panel border problems Pin
Dan Neely26-Jun-09 8:34
Dan Neely26-Jun-09 8:34 
AnswerRe: Groupbox/panel border problems Pin
Luc Pattyn26-Jun-09 9:44
sitebuilderLuc Pattyn26-Jun-09 9:44 
GeneralRe: Groupbox/panel border problems Pin
Dan Neely26-Jun-09 10:05
Dan Neely26-Jun-09 10:05 
GeneralRe: Groupbox/panel border problems Pin
Luc Pattyn26-Jun-09 10:10
sitebuilderLuc Pattyn26-Jun-09 10:10 
GeneralRe: Groupbox/panel border problems Pin
Dan Neely26-Jun-09 10:17
Dan Neely26-Jun-09 10:17 
QuestionProblems with System.Drawing Pin
Rsesky00026-Jun-09 6:10
Rsesky00026-Jun-09 6:10 
AnswerRe: Problems with System.Drawing Pin
musefan26-Jun-09 6:26
musefan26-Jun-09 6:26 
GeneralRe: Problems with System.Drawing Pin
Luc Pattyn26-Jun-09 6:51
sitebuilderLuc Pattyn26-Jun-09 6:51 
QuestionCan not set NullValue to Null for numeriacl DataTypes in DataSet designer. Pin
hdv21226-Jun-09 3:51
hdv21226-Jun-09 3:51 
AnswerRe: Can not set NullValue to Null for numeriacl DataTypes in DataSet designer. Pin
Dave Kreskowiak26-Jun-09 5:22
mveDave Kreskowiak26-Jun-09 5:22 
QuestionVideo Processing Image Formats Pin
tvbarnard26-Jun-09 3:25
tvbarnard26-Jun-09 3:25 
AnswerRe: Video Processing Image Formats Pin
Dave Kreskowiak26-Jun-09 5:20
mveDave Kreskowiak26-Jun-09 5:20 
GeneralRe: Video Processing Image Formats Pin
riced26-Jun-09 7:00
riced26-Jun-09 7:00 

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.