Click here to Skip to main content
15,890,336 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Windows XP network settings Pin
dhruvchandna8-Jan-08 1:01
dhruvchandna8-Jan-08 1:01 
Questionhow to unlink multiple files Pin
amit.code1-Jan-08 21:28
amit.code1-Jan-08 21:28 
QuestionPlease Please reply quickly Pin
little cloud1-Jan-08 1:55
little cloud1-Jan-08 1:55 
GeneralRe: Please Please reply quickly Pin
User 17164921-Jan-08 3:03
professionalUser 17164921-Jan-08 3:03 
GeneralRe: Please Please reply quickly Pin
Jerry Hammond1-Jan-08 4:31
Jerry Hammond1-Jan-08 4:31 
GeneralRe: Please Please reply quickly Pin
User 17164921-Jan-08 4:38
professionalUser 17164921-Jan-08 4:38 
GeneralRe: Please Please reply quickly Pin
little cloud3-Jan-08 5:43
little cloud3-Jan-08 5:43 
GeneralRe: Please Please reply quickly Pin
Jerry Hammond5-Jan-08 4:48
Jerry Hammond5-Jan-08 4:48 
No no no, you got it all wrong. This is what you want to do...

private void btnSummary_Click(object sender, EventArgs e)<br />
       {<br />
           rtbSummaryInfo.Text = "";<br />
           if (cboDays.Text == "One")<br />
           {<br />
               rtbSummaryInfo.Text = "Your date: "+ dateTimePicker1.Text;<br />
           }<br />
           else if (cboDays.Text == "Two")<br />
           {<br />
               rtbSummaryInfo.Text = "Your dates: "+ dateTimePicker1.Text + " and "+ dateTimePicker2.Text;<br />
           }<br />
           else if (cboDays.Text == "Three")<br />
           {<br />
               rtbSummaryInfo.Text = "You have chosen "+ dateTimePicker1.Text +","+dateTimePicker2.Text+","+dateTimePicker3.Text;<br />
           }<br />
           else if (cboDays.Text == "Four")<br />
           {<br />
               rtbSummaryInfo.Text = "test four";<br />
           }<br />
           else if (cboDays.Text=="Five")<br />
           {<br />
               rtbSummaryInfo.Text = "test five";<br />
           }<br />
           else if (cboDays.Text == "Zero")<br />
           {<br />
               MessageBox.Show("You need to select a minimum of one rental day", "Alert", MessageBoxButtons.OK, MessageBoxIcon.Warning);<br />
           }<br />
       }


“If we are all in agreement on the decision - then I propose we postpone further discussion of this matter until our next meeting to give ourselves time to develop disagreement and perhaps gain some understanding of what the decision is all about.”-Alfred P. Sloan


QuestionDual-Boot W/ 2 Harddrives? Pin
Matt U.31-Dec-07 10:42
Matt U.31-Dec-07 10:42 
GeneralRe: Dual-Boot W/ 2 Harddrives? Pin
Mike Dimmick2-Jan-08 14:21
Mike Dimmick2-Jan-08 14:21 
GeneralRe: Dual-Boot W/ 2 Harddrives? Pin
ruready51115-Jan-08 5:31
ruready51115-Jan-08 5:31 
GeneralInstal ATP server Web Server on Win2K3... Pin
achainard28-Dec-07 9:08
achainard28-Dec-07 9:08 
QuestionMicrosoft Visual C++ Runtime Library Pin
Musimusi27-Dec-07 20:32
Musimusi27-Dec-07 20:32 
GeneralExplorer.exe Pin
vimal_yet27-Dec-07 0:48
vimal_yet27-Dec-07 0:48 
GeneralRe: Explorer.exe Pin
Rajesh R Subramanian27-Dec-07 23:49
professionalRajesh R Subramanian27-Dec-07 23:49 
GeneralRe: Explorer.exe Pin
csciwizard31-Dec-07 7:32
csciwizard31-Dec-07 7:32 
GeneralRe: Explorer.exe Pin
Gandalf_TheWhite1-Jan-08 1:44
professionalGandalf_TheWhite1-Jan-08 1:44 
GeneralArtifical Network Pin
vimal_yet26-Dec-07 17:42
vimal_yet26-Dec-07 17:42 
GeneralRe: Artifical Network Pin
Jerry Hammond1-Jan-08 4:27
Jerry Hammond1-Jan-08 4:27 
GeneralProblem when re apply permission to the new DC Pin
Mekong River24-Dec-07 21:21
Mekong River24-Dec-07 21:21 
GeneralRe: Problem when re apply permission to the new DC Pin
Mike Dimmick26-Dec-07 12:25
Mike Dimmick26-Dec-07 12:25 
GeneralDisk Format Problem - Can't Format Primary Drive C: Pin
Gandalf_TheWhite23-Dec-07 19:02
professionalGandalf_TheWhite23-Dec-07 19:02 
GeneralRe: Disk Format Problem - Can't Format Primary Drive C: Pin
Indivara24-Dec-07 17:29
professionalIndivara24-Dec-07 17:29 
GeneralRe: Disk Format Problem - Can't Format Primary Drive C: Pin
Dave Kreskowiak24-Dec-07 18:52
mveDave Kreskowiak24-Dec-07 18:52 
GeneralRe: Disk Format Problem - Can't Format Primary Drive C: Pin
Gandalf_TheWhite25-Dec-07 1:26
professionalGandalf_TheWhite25-Dec-07 1:26 

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.