Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get all tables in sql server instance Pin
Colin Angus Mackay21-Apr-08 1:21
Colin Angus Mackay21-Apr-08 1:21 
GeneralRe: Get all tables in sql server instance Pin
hdv21221-Apr-08 1:22
hdv21221-Apr-08 1:22 
GeneralRe: Get all tables in sql server instance Pin
Pete O'Hanlon21-Apr-08 1:51
mvePete O'Hanlon21-Apr-08 1:51 
GeneralRe: Get all tables in sql server instance Pin
hdv21221-Apr-08 1:57
hdv21221-Apr-08 1:57 
GeneralRe: Get all tables in sql server instance Pin
Pete O'Hanlon21-Apr-08 2:03
mvePete O'Hanlon21-Apr-08 2:03 
GeneralRe: Get all tables in sql server instance Pin
Blue_Boy21-Apr-08 3:52
Blue_Boy21-Apr-08 3:52 
AnswerRe: Get all tables in sql server instance Pin
Ashfield21-Apr-08 4:50
Ashfield21-Apr-08 4:50 
GeneralLibUsbDotNet read write USB Port Pin
mihai12320-Apr-08 23:29
mihai12320-Apr-08 23:29 
Hello guys,
I am struggling for 3 days now with the problem of reading and writing form/to an usb port. For this I tried to use LibUsbDotNet. The library has a very nice and at first I though useful documentation. My problem is that I cannot reference the UsbDevice object that I want to use.
I tried to iterate through the UsbDeviceList but have no success because the List is empty (I cannot understand why) . I tried with different sticks and card reader device and the result is the same the DeviceList is empty obviosly I doing something wrong but I cannot figure what .

<br />
UsbDeviceList usbDeviceList = new UsbDeviceList();<br />
IEnumerator<usbdevice> enumerator = usbDeviceList.GetEnumerator();<br />
            while (enumerator.MoveNext())<br />
            {<br />
                usbDevice = enumerator.Current;<br />
                if (usbDevice.Info.IdVendor == infoDevice.IdVendor)<br />
                    break;<br />
            }<br />
</usbdevice>


LibUsbDotNew Library[^]

Hope some of you worked with this library and cam help me with some useful tips.

Thanks
GeneralRe: LibUsbDotNet read write USB Port Pin
Mustafa Ismail Mustafa21-Apr-08 0:04
Mustafa Ismail Mustafa21-Apr-08 0:04 
GeneralRe: LibUsbDotNet read write USB Port Pin
mihai12321-Apr-08 1:10
mihai12321-Apr-08 1:10 
GeneralRe: LibUsbDotNet read write USB Port Pin
Mustafa Ismail Mustafa21-Apr-08 1:32
Mustafa Ismail Mustafa21-Apr-08 1:32 
GeneralRe: LibUsbDotNet read write USB Port Pin
mihai12321-Apr-08 1:45
mihai12321-Apr-08 1:45 
Generalwrite xml root element attribute string in .net(C#) Pin
r aa j20-Apr-08 23:14
r aa j20-Apr-08 23:14 
GeneralRe: write xml root element attribute string in .net(C#) Pin
Christian Graus20-Apr-08 23:31
protectorChristian Graus20-Apr-08 23:31 
GeneralProblem in Creating Widget Pin
rakesh_csit20-Apr-08 23:06
rakesh_csit20-Apr-08 23:06 
GeneralRe: Problem in Creating Widget Pin
Christian Graus20-Apr-08 23:31
protectorChristian Graus20-Apr-08 23:31 
GeneralSelectively show custom controls on the toolbox bar in VS2005 Pin
Rey999920-Apr-08 22:55
Rey999920-Apr-08 22:55 
AnswerRe: Selectively show custom controls on the toolbox bar in VS2005 Pin
Rey999920-Apr-08 23:37
Rey999920-Apr-08 23:37 
Generalbase64Binary Pin
JustRonald20-Apr-08 22:46
JustRonald20-Apr-08 22:46 
GeneralRe: base64Binary Pin
Mustafa Ismail Mustafa21-Apr-08 0:09
Mustafa Ismail Mustafa21-Apr-08 0:09 
GeneralRe: base64Binary Pin
JustRonald21-Apr-08 1:43
JustRonald21-Apr-08 1:43 
QuestionHow to get the Runnning instance of Netscape navigator [modified] Pin
renilraj20-Apr-08 21:44
renilraj20-Apr-08 21:44 
GeneralRe: How to get the Runnning instance of Netscape navigator Pin
leppie21-Apr-08 4:18
leppie21-Apr-08 4:18 
Generalproblem run exe file Pin
chf120-Apr-08 21:38
chf120-Apr-08 21:38 
GeneralRe: problem run exe file Pin
Steve Echols20-Apr-08 21:52
Steve Echols20-Apr-08 21:52 

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.