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

C#

 
AnswerRe: How to make Data Recovery Software using C# Pin
Maciej Los20-Feb-18 3:02
mveMaciej Los20-Feb-18 3:02 
GeneralMessage Closed Pin
20-Feb-18 9:17
Member 1368582120-Feb-18 9:17 
GeneralRe: How to make Data Recovery Software using C# Pin
Richard Andrew x6420-Feb-18 10:04
professionalRichard Andrew x6420-Feb-18 10:04 
GeneralRe: How to make Data Recovery Software using C# Pin
phil.o20-Feb-18 12:49
professionalphil.o20-Feb-18 12:49 
AnswerRe: How to make Data Recovery Software using C# Pin
Gerry Schmitz20-Feb-18 10:45
mveGerry Schmitz20-Feb-18 10:45 
AnswerRe: How to make Data Recovery Software using C# Pin
Dave Kreskowiak20-Feb-18 13:50
mveDave Kreskowiak20-Feb-18 13:50 
AnswerRe: How to make Data Recovery Software using C# Pin
MadMyche22-Feb-18 4:44
professionalMadMyche22-Feb-18 4:44 
QuestionDateTimePicker Override right click events Pin
manju 319-Feb-18 23:36
manju 319-Feb-18 23:36 
Hi Team,

DateTimePicker control has the below menu options on Mouse Right Click :
Cut
Copy
Paste
No Date/Time

We can select any of this from the menu
Can anyone let me know how can i trigger this clicked events ?

Tried below code:
private void dateTimePicker_MouseDown(object sender, MouseEventArgs e)
        {
            if (e.Button == MouseButtons.Right)
            {
                //How can i know whether user selects Cut/Copy/Paste/No DateTime                
            } 
        }


Thanks
Sharan
AnswerRe: DateTimePicker Override right click events Pin
Ralf Meier20-Feb-18 0:34
mveRalf Meier20-Feb-18 0:34 
QuestionSQL Connection and insertion of data in C# form application Pin
Member 1368376518-Feb-18 1:09
Member 1368376518-Feb-18 1:09 
AnswerRe: SQL Connection and insertion of data in C# form application Pin
Richard MacCutchan18-Feb-18 1:39
mveRichard MacCutchan18-Feb-18 1:39 
AnswerRe: SQL Connection and insertion of data in C# form application Pin
Eddy Vluggen18-Feb-18 3:02
professionalEddy Vluggen18-Feb-18 3:02 
SuggestionRe: SQL Connection and insertion of data in C# form application Pin
Richard Deeming19-Feb-18 8:18
mveRichard Deeming19-Feb-18 8:18 
QuestionTesting methodologies Pin
Hila Berger18-Feb-18 0:54
Hila Berger18-Feb-18 0:54 
AnswerRe: Testing methodologies Pin
Richard MacCutchan18-Feb-18 1:35
mveRichard MacCutchan18-Feb-18 1:35 
AnswerRe: Testing methodologies Pin
Eddy Vluggen18-Feb-18 2:41
professionalEddy Vluggen18-Feb-18 2:41 
GeneralRe: Testing methodologies Pin
BillWoodruff18-Feb-18 9:53
professionalBillWoodruff18-Feb-18 9:53 
GeneralRe: Testing methodologies Pin
Eddy Vluggen18-Feb-18 10:36
professionalEddy Vluggen18-Feb-18 10:36 
AnswerRe: Testing methodologies Pin
BillWoodruff18-Feb-18 9:50
professionalBillWoodruff18-Feb-18 9:50 
QuestionSale Invoice Pin
Member 1368352817-Feb-18 20:37
Member 1368352817-Feb-18 20:37 
AnswerRe: Sale Invoice Pin
Richard MacCutchan17-Feb-18 21:06
mveRichard MacCutchan17-Feb-18 21:06 
AnswerRe: Sale Invoice Pin
OriginalGriff17-Feb-18 22:42
mveOriginalGriff17-Feb-18 22:42 
QuestionTop Level Properties Pin
User9874317-Feb-18 16:26
professionalUser9874317-Feb-18 16:26 
AnswerRe: Top Level Properties Pin
Mycroft Holmes17-Feb-18 22:34
professionalMycroft Holmes17-Feb-18 22:34 
AnswerRe: Top Level Properties Pin
BillWoodruff17-Feb-18 23:36
professionalBillWoodruff17-Feb-18 23:36 

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.