Click here to Skip to main content
15,907,328 members
Home / Discussions / C#
   

C#

 
GeneralClicking through transparent windows Pin
Anonymous25-Dec-03 5:06
Anonymous25-Dec-03 5:06 
GeneralRe: Clicking through transparent windows Pin
Takeru Koushirou26-Dec-03 8:12
Takeru Koushirou26-Dec-03 8:12 
Generalmulti-thread multicast server Pin
GTR3425-Dec-03 1:19
GTR3425-Dec-03 1:19 
GeneralRe: multi-thread multicast server Pin
Heath Stewart27-Dec-03 4:56
protectorHeath Stewart27-Dec-03 4:56 
GeneralCalling function in a C# dll from C++ code Pin
Member 78143724-Dec-03 17:05
Member 78143724-Dec-03 17:05 
GeneralRe: Calling function in a C# dll from C++ code Pin
Nick Parker24-Dec-03 19:57
protectorNick Parker24-Dec-03 19:57 
QuestionHow to find servers in a network Pin
Cristoff24-Dec-03 10:08
Cristoff24-Dec-03 10:08 
AnswerRe: How to find servers in a network Pin
leppie24-Dec-03 12:57
leppie24-Dec-03 12:57 
GeneralRe: How to find servers in a network Pin
nguyen_quoc_huy_vn24-Dec-03 16:24
nguyen_quoc_huy_vn24-Dec-03 16:24 
GeneralRe: How to find servers in a network Pin
leppie25-Dec-03 6:03
leppie25-Dec-03 6:03 
AnswerRe: How to find servers in a network Pin
LongRange.Shooter30-Dec-03 10:15
LongRange.Shooter30-Dec-03 10:15 
Generalsites Pin
hebzzz24-Dec-03 8:04
hebzzz24-Dec-03 8:04 
GeneralRe: sites Pin
Kentamanos24-Dec-03 8:11
Kentamanos24-Dec-03 8:11 
GeneralSites Pin
hebzzz24-Dec-03 7:56
hebzzz24-Dec-03 7:56 
GeneralRe: Sites Pin
Kentamanos24-Dec-03 7:59
Kentamanos24-Dec-03 7:59 
GeneraleneSites Pin
hebzzz24-Dec-03 7:56
hebzzz24-Dec-03 7:56 
GeneralRe: eneSites Pin
Heath Stewart27-Dec-03 4:51
protectorHeath Stewart27-Dec-03 4:51 
GeneralHID USB - Mag Card Reader Interaction Pin
nitesh11524-Dec-03 5:43
nitesh11524-Dec-03 5:43 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
Kentamanos24-Dec-03 7:07
Kentamanos24-Dec-03 7:07 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
nitesh11526-Dec-03 8:51
nitesh11526-Dec-03 8:51 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
Kentamanos26-Dec-03 8:53
Kentamanos26-Dec-03 8:53 
GeneralRe: HID USB - Mag Card Reader Interaction Pin
Heath Stewart27-Dec-03 4:47
protectorHeath Stewart27-Dec-03 4:47 
I typed "HID" into MSDN Online and found quite a bit of information. This is not a simple / short solution and isn't really appropriate for a forum. You should read the documentation provided in those links.

As far as using C#, you might be better off writing a native module. You'll have to P/Invoke a LOT of native functions and recreate many structs, as well as define many preproc defs. If you use a native library with your app, you can make a few simple functions that you can P/Invoke that wrap the functionality you need, thus saving you development times and costs (if applicable).

For more information on P/Invoking, see the .NET SDK documentation for DllImportAttribute.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralTreeview Pin
mhmoud rawas24-Dec-03 1:05
mhmoud rawas24-Dec-03 1:05 
GeneralRe: Treeview Pin
Heath Stewart27-Dec-03 4:43
protectorHeath Stewart27-Dec-03 4:43 
GeneralRe: Treeview Pin
Heath Stewart27-Dec-03 5:34
protectorHeath Stewart27-Dec-03 5:34 

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.