Click here to Skip to main content
15,921,941 members
Home / Discussions / C#
   

C#

 
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 
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 
Hi Martin,


Martin# wrote:
I just tested it and saw that it works


Big Grin | :-D


A click consists of a down followed by an up (both keyboard and mouse)
To count clicks, you could wait until you get a click, then increment counter;
or you could simply count physical downs (cant have two physcial downs without an
up in beteen !)

So you may argue that the member name should have been Count instead of Clicks,
but it is no miracle they can make it work.

And you would be right if you don't like MSDN saying "MouseEventArgs.Clicks gets
the number of times the mouse button was pressed and released"

Smile | :)


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 
GeneralRe: how to do the sqlClr connection & deploy it in c# Express Edition? Pin
Edwin Syarief29-Jul-07 22:04
Edwin Syarief29-Jul-07 22:04 
GeneralRe: how to do the sqlClr connection & deploy it in c# Express Edition? Pin
jacklynn_mei29-Jul-07 22:20
jacklynn_mei29-Jul-07 22:20 
GeneralRe: how to do the sqlClr connection & deploy it in c# Express Edition? Pin
Edwin Syarief29-Jul-07 22:26
Edwin Syarief29-Jul-07 22:26 
GeneralRe: how to do the sqlClr connection & deploy it in c# Express Edition? Pin
jacklynn_mei29-Jul-07 22:40
jacklynn_mei29-Jul-07 22:40 

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.