Click here to Skip to main content
15,888,579 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) Pin
vidhish19-Jan-10 0:04
vidhish19-Jan-10 0:04 
GeneralRe: Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) Pin
DJ Matthews19-Jan-10 2:48
DJ Matthews19-Jan-10 2:48 
GeneralRe: Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) Pin
Thomas Krojer19-Jan-10 3:34
Thomas Krojer19-Jan-10 3:34 
GeneralRe: Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)) Pin
vidhish20-Jan-10 2:17
vidhish20-Jan-10 2:17 
QuestionUSB Control Pin
jmcgill18-Jan-10 11:12
jmcgill18-Jan-10 11:12 
AnswerRe: USB Control Pin
DaveAuld18-Jan-10 12:37
professionalDaveAuld18-Jan-10 12:37 
GeneralRe: USB Control Pin
jmcgill18-Jan-10 13:20
jmcgill18-Jan-10 13:20 
GeneralRe: USB Control Pin
Dave Kreskowiak18-Jan-10 18:33
mveDave Kreskowiak18-Jan-10 18:33 
You don't access the USB "ports". Look at what USB stands for: Unviersal Serial BUS. It's not treated like a port, but an expansion bus, like the expansion slots inside the computer. You need to know how the device treats USB. Most devices like this will expose themselves on the bus as a serial port (COM1, COM2, ...). You would just use normal serial port methods to talk to it, not any USB methods.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: USB Control Pin
DaveAuld19-Jan-10 2:32
professionalDaveAuld19-Jan-10 2:32 
Questionhow do I know which button was clicked Pin
spawneditions18-Jan-10 8:43
spawneditions18-Jan-10 8:43 
AnswerRe: how do I know which button was clicked Pin
Luc Pattyn18-Jan-10 10:11
sitebuilderLuc Pattyn18-Jan-10 10:11 
GeneralRe: how do I know which button was clicked Pin
spawneditions18-Jan-10 10:30
spawneditions18-Jan-10 10:30 
GeneralRe: how do I know which button was clicked Pin
EliottA18-Jan-10 10:31
EliottA18-Jan-10 10:31 
GeneralRe: how do I know which button was clicked Pin
Luc Pattyn18-Jan-10 10:50
sitebuilderLuc Pattyn18-Jan-10 10:50 
GeneralRe: how do I know which button was clicked Pin
spawneditions18-Jan-10 12:03
spawneditions18-Jan-10 12:03 
GeneralRe: how do I know which button was clicked Pin
Luc Pattyn18-Jan-10 12:15
sitebuilderLuc Pattyn18-Jan-10 12:15 
GeneralRe: how do I know which button was clicked Pin
spawneditions18-Jan-10 12:24
spawneditions18-Jan-10 12:24 
GeneralRe: how do I know which button was clicked Pin
spawneditions18-Jan-10 12:12
spawneditions18-Jan-10 12:12 
GeneralRe: how do I know which button was clicked Pin
Luc Pattyn18-Jan-10 10:49
sitebuilderLuc Pattyn18-Jan-10 10:49 
QuestionXML file not written in intended directory Pin
Paul Hasler17-Jan-10 18:52
Paul Hasler17-Jan-10 18:52 
AnswerRe: XML file not written in intended directory Pin
Garth J Lancaster17-Jan-10 20:36
professionalGarth J Lancaster17-Jan-10 20:36 
GeneralRe: XML file not written in intended directory Pin
Paul Hasler18-Jan-10 0:30
Paul Hasler18-Jan-10 0:30 
QuestionI was thinking that the result of 50\1000 was 0.05 ........ Pin
Hurricane300017-Jan-10 6:25
Hurricane300017-Jan-10 6:25 
AnswerRe: I was thinking that the result of 50\1000 was 0.05 ........ Pin
dan!sh 17-Jan-10 6:47
professional dan!sh 17-Jan-10 6:47 
GeneralRe: I was thinking that the result of 50\1000 was 0.05 ........ Pin
Hurricane300017-Jan-10 7:49
Hurricane300017-Jan-10 7:49 

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.