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

C#

 
GeneralRe: Trapping a Keystroke Pin
MarkMokris27-Feb-08 6:42
MarkMokris27-Feb-08 6:42 
GeneralRe: Trapping a Keystroke Pin
Gareth H27-Feb-08 6:49
Gareth H27-Feb-08 6:49 
GeneralRe: Trapping a Keystroke Pin
PIEBALDconsult27-Feb-08 6:58
mvePIEBALDconsult27-Feb-08 6:58 
GeneralRe: Trapping a Keystroke Pin
Dave Kreskowiak27-Feb-08 7:04
mveDave Kreskowiak27-Feb-08 7:04 
GeneralRe: Trapping a Keystroke Pin
GuyThiebaut27-Feb-08 7:12
professionalGuyThiebaut27-Feb-08 7:12 
GeneralDateTimePicker Pin
Trustapple27-Feb-08 5:13
Trustapple27-Feb-08 5:13 
GeneralRe: DateTimePicker Pin
led mike27-Feb-08 5:21
led mike27-Feb-08 5:21 
GeneralRe: DateTimePicker Pin
Trustapple27-Feb-08 6:25
Trustapple27-Feb-08 6:25 
Thanks Mike.
I did like this

if (dateTimePicker1.Value.DayOfWeek.ToString().Equals("The selected date is Thursday"))
{
MessageBox.Show("Thursday");
}
else
MessageBox.Show("The selected date is not Thursday,Do you want to continue?", "Options", MessageBoxButtons.YesNo);
}

I have one more doubt;

Is it possible for me to stop the process if i click on "No" in the message box?

If yes How?

Thanking You,
GeneralRe: DateTimePicker Pin
led mike27-Feb-08 6:51
led mike27-Feb-08 6:51 
GeneralRe: DateTimePicker Pin
J4amieC27-Feb-08 6:25
J4amieC27-Feb-08 6:25 
JokeRe: DateTimePicker Pin
Not Active27-Feb-08 7:22
mentorNot Active27-Feb-08 7:22 
GeneralDynamic asp Tables and AJAX issue Pin
mrarunks27-Feb-08 4:47
mrarunks27-Feb-08 4:47 
GeneralRe: Dynamic asp Tables and AJAX issue Pin
LongRange.Shooter27-Feb-08 8:13
LongRange.Shooter27-Feb-08 8:13 
Questiontrimming a string Pin
robustm27-Feb-08 4:46
robustm27-Feb-08 4:46 
GeneralRe: trimming a string Pin
Xmen Real 27-Feb-08 4:49
professional Xmen Real 27-Feb-08 4:49 
GeneralRe: trimming a string Pin
phannon8627-Feb-08 4:52
professionalphannon8627-Feb-08 4:52 
GeneralRe: trimming a string Pin
PIEBALDconsult27-Feb-08 6:53
mvePIEBALDconsult27-Feb-08 6:53 
GeneralRe: trimming a string Pin
Luc Pattyn27-Feb-08 8:12
sitebuilderLuc Pattyn27-Feb-08 8:12 
GeneralRe: trimming a string Pin
PIEBALDconsult27-Feb-08 15:50
mvePIEBALDconsult27-Feb-08 15:50 
GeneralRe: trimming a string Pin
Luc Pattyn27-Feb-08 22:37
sitebuilderLuc Pattyn27-Feb-08 22:37 
GeneralRe: trimming a string Pin
PIEBALDconsult28-Feb-08 12:05
mvePIEBALDconsult28-Feb-08 12:05 
GeneralRe: trimming a string Pin
Luc Pattyn28-Feb-08 12:25
sitebuilderLuc Pattyn28-Feb-08 12:25 
GeneralException during updating DataGrid.datasource in thread Pin
MuhammadFaisal27-Feb-08 4:07
MuhammadFaisal27-Feb-08 4:07 
GeneralRe: Exception during updating DataGrid.datasource in thread Pin
Yulianto.27-Feb-08 4:16
Yulianto.27-Feb-08 4:16 
GeneralRe: Exception during updating DataGrid.datasource in thread Pin
MuhammadFaisal27-Feb-08 4:23
MuhammadFaisal27-Feb-08 4:23 

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.