Click here to Skip to main content
16,006,475 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Accessing a Datagrid........ Pin
jszpila17-Jan-06 11:07
jszpila17-Jan-06 11:07 
QuestionNeed to connect to sqlserver... Pin
y_mmohd17-Jan-06 3:19
y_mmohd17-Jan-06 3:19 
AnswerRe: Need to connect to sqlserver... Pin
Guffa17-Jan-06 4:18
Guffa17-Jan-06 4:18 
GeneralRe: Need to connect to sqlserver... Pin
y_mmohd17-Jan-06 19:40
y_mmohd17-Jan-06 19:40 
Questiondetect USB cable connected to USB port??? Pin
Sushmadm17-Jan-06 0:37
Sushmadm17-Jan-06 0:37 
AnswerRe: detect USB cable connected to USB port??? Pin
Dave Kreskowiak17-Jan-06 5:17
mveDave Kreskowiak17-Jan-06 5:17 
GeneralRe: detect USB cable connected to USB port??? Pin
Sushmadm17-Jan-06 18:22
Sushmadm17-Jan-06 18:22 
GeneralRe: detect USB cable connected to USB port??? Pin
Dave Kreskowiak18-Jan-06 2:28
mveDave Kreskowiak18-Jan-06 2:28 
In that case, don't worry about the USB cable being plugged in. Since your app is communicating over Serial ports only, no matter what the cable medium is, your app doesn't change if the cable changes. So why are you complicating your code over something your code doesn't care about in the first place?

There is nothing that maps COM ports to what cable they're on, if they are simulated, or implemented on hardware other than actual Serial ports. The driver you installed for the cable puts up the illusion of a Serial port, then quietly sits behind it, translating between serial comm and USB.

If the USB cable can be on any COM port, don't mess with USB. Just go through the COM ports and try to communicate with your target app on each one. If you get a response, you've found the port your need. If not, you'll have to rely on the user to tell you which port to use.


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

Questionsqlcommand object Pin
skippydog17-Jan-06 0:32
skippydog17-Jan-06 0:32 
AnswerRe: sqlcommand object Pin
Colin Angus Mackay17-Jan-06 2:14
Colin Angus Mackay17-Jan-06 2:14 
GeneralRe: sqlcommand object Pin
skippydog17-Jan-06 4:19
skippydog17-Jan-06 4:19 
GeneralRe: sqlcommand object Pin
Colin Angus Mackay17-Jan-06 4:57
Colin Angus Mackay17-Jan-06 4:57 
QuestionHow to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Iftikhar Ali16-Jan-06 23:11
Iftikhar Ali16-Jan-06 23:11 
AnswerRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Christian Graus17-Jan-06 9:22
protectorChristian Graus17-Jan-06 9:22 
QuestionRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Iftikhar Ali17-Jan-06 20:50
Iftikhar Ali17-Jan-06 20:50 
AnswerRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Christian Graus18-Jan-06 8:55
protectorChristian Graus18-Jan-06 8:55 
GeneralRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Iftikhar Ali19-Jan-06 2:49
Iftikhar Ali19-Jan-06 2:49 
GeneralRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Christian Graus19-Jan-06 8:54
protectorChristian Graus19-Jan-06 8:54 
GeneralRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Iftikhar Ali19-Jan-06 19:25
Iftikhar Ali19-Jan-06 19:25 
GeneralRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Christian Graus22-Jan-06 11:03
protectorChristian Graus22-Jan-06 11:03 
GeneralRe: How to take snapshot/picture of paused frame of video played through DirectX.AudioVideoPlayback? Pin
Iftikhar Ali23-Jan-06 22:41
Iftikhar Ali23-Jan-06 22:41 
QuestionHOW CAN I PREVENT STRING VALUE IN TEXTBOX Pin
vivek_pon16-Jan-06 23:06
vivek_pon16-Jan-06 23:06 
AnswerRe: HOW CAN I PREVENT STRING VALUE IN TEXTBOX Pin
Briga16-Jan-06 23:35
Briga16-Jan-06 23:35 
AnswerRe: HOW CAN I PREVENT STRING VALUE IN TEXTBOX Pin
Owner drawn17-Jan-06 0:49
Owner drawn17-Jan-06 0:49 
AnswerRe: HOW CAN I PREVENT STRING VALUE IN TEXTBOX Pin
abhinish17-Jan-06 1:07
abhinish17-Jan-06 1:07 

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.