Click here to Skip to main content
16,009,057 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem in generating crysatl reports Pin
Edwin Syarief29-Jul-07 23:41
Edwin Syarief29-Jul-07 23:41 
GeneralRe: problem in generating crysatl reports Pin
monuSaini30-Jul-07 0:08
monuSaini30-Jul-07 0:08 
GeneralRe: problem in generating crysatl reports Pin
PhilDanger30-Jul-07 3:42
PhilDanger30-Jul-07 3:42 
GeneralRe: problem in generating crysatl reports Pin
monuSaini30-Jul-07 17:22
monuSaini30-Jul-07 17:22 
AnswerRe: problem in generating crysatl reports Pin
Developer61130-Jul-07 0:24
Developer61130-Jul-07 0:24 
GeneralRe: problem in generating crysatl reports Pin
monuSaini30-Jul-07 1:54
monuSaini30-Jul-07 1:54 
GeneralRe: problem in generating crysatl reports Pin
Developer61130-Jul-07 5:10
Developer61130-Jul-07 5:10 
QuestionHow to detect a Mouse Double Click under Mouse_Down? Pin
Khoramdin29-Jul-07 20:28
Khoramdin29-Jul-07 20:28 
Hello everyone,

Is there anyone that I can know there was a Mouse Double Click in the MainForm_MouseDown? I currently can detect if there has been a Left or a Right click but I would like to be able to check for Double Click.

if (e.Button == MouseButtons.Left)<br />
        {<br />
            MessageBox.Show("You have just clicked on " + e.Button + " button.");<br />
            MessageBox.Show("X: " + e.X + " -- Y: " + e.Y);                                      <br />
        }<br />
        if (e.Button == MouseButtons.Right)<br />
        {<br />
            MessageBox.Show("You have just clicked on " + e.Button + " button.");<br />
            MessageBox.Show("X: " + e.X + " -- Y: " + e.Y);<br />
}


Thank you very much and have a great day.

Khoramdin
AnswerRe: How to detect a Mouse Double Click under Mouse_Down? Pin
Martin#29-Jul-07 20:41
Martin#29-Jul-07 20:41 
AnswerRe: How to detect a Mouse Double Click under Mouse_Down? Pin
Luc Pattyn29-Jul-07 23:35
sitebuilderLuc Pattyn29-Jul-07 23:35 
QuestionRe: How to detect a Mouse Double Click under Mouse_Down? [modified] Pin
Martin#29-Jul-07 23:51
Martin#29-Jul-07 23:51 
AnswerRe: How to detect a Mouse Double Click under Mouse_Down? Pin
Luc Pattyn30-Jul-07 0:27
sitebuilderLuc Pattyn30-Jul-07 0:27 
GeneralRe: How to detect a Mouse Double Click under Mouse_Down? Pin
Martin#30-Jul-07 1:25
Martin#30-Jul-07 1:25 
GeneralRe: How to detect a Mouse Double Click under Mouse_Down? Pin
Luc Pattyn30-Jul-07 1:38
sitebuilderLuc Pattyn30-Jul-07 1:38 
QuestionHow to make a treeview of an XML document without showing the tags Pin
Rocky#29-Jul-07 19:30
Rocky#29-Jul-07 19:30 
AnswerRe: How to make a treeview of an XML document without showing the tags Pin
PIEBALDconsult30-Jul-07 4:38
mvePIEBALDconsult30-Jul-07 4:38 
QuestionHow to develop an input method using c# Pin
Ak Hon29-Jul-07 18:16
Ak Hon29-Jul-07 18:16 
AnswerRe: How to develop an input method using c# Pin
Christian Graus29-Jul-07 19:10
protectorChristian Graus29-Jul-07 19:10 
AnswerRe: How to develop an input method using c# Pin
Paul Conrad29-Jul-07 19:13
professionalPaul Conrad29-Jul-07 19:13 
AnswerRe: How to develop an input method using c# Pin
Luc Pattyn29-Jul-07 23:39
sitebuilderLuc Pattyn29-Jul-07 23:39 
Questionhow to do the sqlClr connection & deploy it in c# Express Edition? Pin
jacklynn_mei29-Jul-07 18:14
jacklynn_mei29-Jul-07 18:14 
AnswerRe: how to do the sqlClr connection & deploy it in c# Express Edition? Pin
Edwin Syarief29-Jul-07 19:12
Edwin Syarief29-Jul-07 19:12 
GeneralRe: how to do the sqlClr connection & deploy it in c# Express Edition? Pin
jacklynn_mei29-Jul-07 20:39
jacklynn_mei29-Jul-07 20:39 
GeneralRe: how to do the sqlClr connection & deploy it in c# Express Edition? Pin
Edwin Syarief29-Jul-07 21:20
Edwin Syarief29-Jul-07 21:20 
GeneralRe: how to do the sqlClr connection & deploy it in c# Express Edition? Pin
jacklynn_mei29-Jul-07 21:45
jacklynn_mei29-Jul-07 21:45 

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.