Click here to Skip to main content
15,898,134 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
Dnkuser23-Jan-07 1:44
Dnkuser23-Jan-07 1:44 
AnswerRe: Disable Right-Click selecting in ListView - VS2005 Pin
TwoFaced22-Jan-07 21:19
TwoFaced22-Jan-07 21:19 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
Dnkuser23-Jan-07 2:21
Dnkuser23-Jan-07 2:21 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
TwoFaced23-Jan-07 7:13
TwoFaced23-Jan-07 7:13 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
Dnkuser23-Jan-07 7:37
Dnkuser23-Jan-07 7:37 
GeneralRe: Disable Right-Click selecting in ListView - VS2005 Pin
TwoFaced23-Jan-07 13:30
TwoFaced23-Jan-07 13:30 
QuestionPort Scanner Pin
rfrank535622-Jan-07 7:45
rfrank535622-Jan-07 7:45 
AnswerRe: Port Scanner Pin
Dave Kreskowiak22-Jan-07 10:15
mveDave Kreskowiak22-Jan-07 10:15 
There is nothing that will scan the ports for a device for you. You have to write the code to attempt to open each COM port using the settings that the device expects (baud, bits, parity, stop bits, ...). If the port opens, you then try to send a command that the device expects and see if you get a correct repsonse. If so, you found it! If not, try the next port.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionMDI Form Trouble! Pin
China-Gary22-Jan-07 6:48
China-Gary22-Jan-07 6:48 
AnswerRe: MDI Form Trouble! Pin
KevinMac22-Jan-07 8:22
KevinMac22-Jan-07 8:22 
QuestionPassing a parameter to a Crystal Report via an ASP page [modified] Pin
bazpaul22-Jan-07 5:27
bazpaul22-Jan-07 5:27 
QuestionDate and time picker Pin
kendo1722-Jan-07 5:04
kendo1722-Jan-07 5:04 
AnswerRe: Date and time picker Pin
nlarson1122-Jan-07 8:28
nlarson1122-Jan-07 8:28 
QuestionCustom Control Pin
CodingYoshi22-Jan-07 3:46
CodingYoshi22-Jan-07 3:46 
AnswerRe: Custom Control Pin
Ray Cassick22-Jan-07 4:17
Ray Cassick22-Jan-07 4:17 
GeneralRe: Custom Control Pin
CodingYoshi22-Jan-07 4:52
CodingYoshi22-Jan-07 4:52 
GeneralRe: Custom Control Pin
Taylor Kobani22-Jan-07 22:52
Taylor Kobani22-Jan-07 22:52 
QuestionTimer event ? Pin
cadorna200322-Jan-07 3:03
cadorna200322-Jan-07 3:03 
AnswerRe: Timer event ? Pin
Dave Kreskowiak22-Jan-07 10:22
mveDave Kreskowiak22-Jan-07 10:22 
QuestionModule vs. Class Pin
cstrader23222-Jan-07 2:56
cstrader23222-Jan-07 2:56 
AnswerRe: Module vs. Class Pin
Ray Cassick22-Jan-07 4:20
Ray Cassick22-Jan-07 4:20 
QuestionHow can I Export a variable from ComClass(ClassLibrary Dll)? Pin
Orchid8522-Jan-07 1:58
Orchid8522-Jan-07 1:58 
QuestionTextbox fontstyle Pin
.NetRams22-Jan-07 1:57
.NetRams22-Jan-07 1:57 
AnswerRe: Textbox fontstyle Pin
Guffa22-Jan-07 4:38
Guffa22-Jan-07 4:38 
AnswerRe: Textbox fontstyle Pin
nlarson1122-Jan-07 8:32
nlarson1122-Jan-07 8:32 

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.