Click here to Skip to main content
16,004,991 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questiondistinct and merageand Count Pin
yodo30-Oct-09 22:59
yodo30-Oct-09 22:59 
AnswerRe: distinct and merageand Count Pin
Gideon Engelberth2-Nov-09 3:48
Gideon Engelberth2-Nov-09 3:48 
QuestionIntrumented versions of applications? Pin
polomint30-Oct-09 6:56
polomint30-Oct-09 6:56 
AnswerRe: Intrumented versions of applications? Pin
Not Active30-Oct-09 12:01
mentorNot Active30-Oct-09 12:01 
GeneralRe: Intrumented versions of applications? Pin
polomint30-Oct-09 12:19
polomint30-Oct-09 12:19 
QuestionHow do i interface with a mouse? Pin
basilmir30-Oct-09 6:22
basilmir30-Oct-09 6:22 
AnswerRe: How do i interface with a mouse? Pin
Eddy Vluggen2-Nov-09 2:38
professionalEddy Vluggen2-Nov-09 2:38 
GeneralRe: How do i interface with a mouse? Pin
basilmir2-Nov-09 11:10
basilmir2-Nov-09 11:10 
If it were only one mouse, then you'd be using a mouse-hook. There's an example on that on Fourth mouse button[^]. I doubt that this technique will work with two mouses (especially if they're identical), but you might want to give it a try before diving deeper into the system.

The second alternative is to write a small application that communicates with the serial port. We got many samples on that on CodeProject, especially for .NET - the only drawback being that you're limited to mouses with an old 9 pins serial cable. In that case you'd be interpreting the signals coming from the serial port yourself, and these signals may vary per manufacturer, or even by product.

I have some c experience. Do you know any paid or free video tutorials on how to do this...

There aren't that much video's on driver-development, you'd best start off with the Windows Driver Kit. http://www.microsoft.com/whdc/Devtools/wdk/

What IDE does one use?

You'd best ask the guys in the C++ forum what they're using - last IDE that I used was Borland C++ Builder 5. That compiler is still freely available today, I believe.

A big thanks goes to Eddy Vluggen.
AnswerRe: How do i interface with a mouse? Pin
cjb1103-Nov-09 5:44
cjb1103-Nov-09 5:44 
QuestionAdo .net entity data model with My Sql database [Solved] Pin
Ravi Mori29-Oct-09 23:22
Ravi Mori29-Oct-09 23:22 
Questionposted images in ads Pin
balaji.t29-Oct-09 20:11
balaji.t29-Oct-09 20:11 
QuestionCompiling erases DATA in Access DATABASE ? Pin
Johnkokk29-Oct-09 8:36
Johnkokk29-Oct-09 8:36 
AnswerRe: Compiling erases DATA in Access DATABASE ? Pin
Luc Pattyn29-Oct-09 8:45
sitebuilderLuc Pattyn29-Oct-09 8:45 
GeneralRe: Compiling erases DATA in Access DATABASE ? Pin
Johnkokk29-Oct-09 8:54
Johnkokk29-Oct-09 8:54 
AnswerRe: Compiling erases DATA in Access DATABASE ? Pin
Henry Minute29-Oct-09 9:05
Henry Minute29-Oct-09 9:05 
GeneralRe: Compiling erases DATA in Access DATABASE ? Pin
Luc Pattyn29-Oct-09 9:36
sitebuilderLuc Pattyn29-Oct-09 9:36 
GeneralRe: Compiling erases DATA in Access DATABASE ? Pin
Henry Minute29-Oct-09 9:43
Henry Minute29-Oct-09 9:43 
GeneralRe: Compiling erases DATA in Access DATABASE ? Pin
Johnkokk30-Oct-09 7:29
Johnkokk30-Oct-09 7:29 
QuestionPrinter Settings in .NET Pin
SunnerRock29-Oct-09 5:08
SunnerRock29-Oct-09 5:08 
Questionvoice record Pin
sura94529-Oct-09 4:21
sura94529-Oct-09 4:21 
AnswerRe: voice record Pin
Eddy Vluggen29-Oct-09 4:55
professionalEddy Vluggen29-Oct-09 4:55 
QuestionStrong Names Pin
lalithavdpl29-Oct-09 2:21
lalithavdpl29-Oct-09 2:21 
AnswerRe: Strong Names Pin
Not Active29-Oct-09 3:39
mentorNot Active29-Oct-09 3:39 
QuestionHow to call Menu click event on TextChanged event.... Pin
jvipuln28-Oct-09 13:17
jvipuln28-Oct-09 13:17 
AnswerRe: How to call Menu click event on TextChanged event.... Pin
Not Active28-Oct-09 14:40
mentorNot Active28-Oct-09 14: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.