Click here to Skip to main content
15,902,445 members
Home / Discussions / C#
   

C#

 
GeneralHow can I design my own OpenFileDialog? Pin
Khoa Bui11-Jun-05 17:26
Khoa Bui11-Jun-05 17:26 
GeneralRe: How can I design my own OpenFileDialog? Pin
Dave Kreskowiak12-Jun-05 4:06
mveDave Kreskowiak12-Jun-05 4:06 
Generaldrag a picturebox Pin
Anonymous9-Jun-05 1:34
Anonymous9-Jun-05 1:34 
GeneralSelectedPath() not working in FolderBrowserDialog Pin
Anonymous9-Jun-05 1:27
Anonymous9-Jun-05 1:27 
GeneralRe: SelectedPath() not working in FolderBrowserDialog Pin
Robert Rohde12-Jun-05 4:19
Robert Rohde12-Jun-05 4:19 
Generalquestion in using matlab dll in c# Pin
hediii9-Jun-05 1:22
hediii9-Jun-05 1:22 
Generalclean viruse in c# Pin
computer_eng9-Jun-05 1:13
computer_eng9-Jun-05 1:13 
Generalclean viruse in c# Pin
computer_eng9-Jun-05 1:12
computer_eng9-Jun-05 1:12 
GeneralRe: clean viruse in c# Pin
Dave Kreskowiak9-Jun-05 6:52
mveDave Kreskowiak9-Jun-05 6:52 
Generalrawsocket Pin
computer_eng9-Jun-05 1:07
computer_eng9-Jun-05 1:07 
GeneralRe: rawsocket Pin
Dave Kreskowiak9-Jun-05 6:49
mveDave Kreskowiak9-Jun-05 6:49 
Question.net framework required or not/do com interopt.? Pin
montu33779-Jun-05 0:57
montu33779-Jun-05 0:57 
AnswerRe: .net framework required or not/do com interopt.? Pin
Michael P Butler9-Jun-05 1:34
Michael P Butler9-Jun-05 1:34 
GeneralRe: .net framework required or not/do com interopt.? Pin
montu33779-Jun-05 1:39
montu33779-Jun-05 1:39 
GeneralRe: .net framework required or not/do com interopt.? Pin
Michael P Butler9-Jun-05 2:17
Michael P Butler9-Jun-05 2:17 
GeneralWeb Service shared class definition Pin
chilberto9-Jun-05 0:53
chilberto9-Jun-05 0:53 
GeneralRe: Web Service shared class definition Pin
NassosReyzidis14-Jun-05 1:27
NassosReyzidis14-Jun-05 1:27 
Generalaccessing HID + c# Pin
g00fyman8-Jun-05 23:54
g00fyman8-Jun-05 23:54 
GeneralRe: accessing HID + c# Pin
Dave Kreskowiak9-Jun-05 6:45
mveDave Kreskowiak9-Jun-05 6:45 
See if the manufacturer of the device has an SDK (Software development kit) for it. Without an SDK or reference for the device drivers for the device, you're out of luck. There is no such thing as "just accessing USB." Every device is different and requires its own driver. USB is NOT a generic access method for devices attached to it. It's an expansion bus, just like PCI, and just like PCI, each device must have it's own driver in order to communicate with it.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: accessing HID + c# Pin
g00fyman9-Jun-05 18:54
g00fyman9-Jun-05 18:54 
GeneralRe: accessing HID + c# Pin
Dave Kreskowiak10-Jun-05 1:29
mveDave Kreskowiak10-Jun-05 1:29 
GeneralRe: accessing HID + c# Pin
g00fyman10-Jun-05 1:35
g00fyman10-Jun-05 1:35 
GeneralC# Sql INSERT statment Pin
Rinventive8-Jun-05 23:33
Rinventive8-Jun-05 23:33 
GeneralRe: C# Sql INSERT statment Pin
codeprojectin8-Jun-05 23:47
codeprojectin8-Jun-05 23:47 
GeneralRe: C# Sql INSERT statment Pin
Rinventive9-Jun-05 0:25
Rinventive9-Jun-05 0:25 

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.