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

Visual Basic

 
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 
A Timer is a lousy way to go. It generates a ton of execution overhead since the code attached to the Tick event has to constantly poll to see if there's data available.

The best option is if the library you're using exposes this functionality. Somehow, I doubt it, because that's something that normally left up to the driver of the USB device to supply.


Dave Kreskowiak
Microsoft MVP - Visual Basic


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 
GeneralRe: Textbox fontstyle Pin
Guffa22-Jan-07 13:21
Guffa22-Jan-07 13:21 
Questionzipping a file Pin
charchabil0321-Jan-07 23:54
charchabil0321-Jan-07 23:54 
AnswerRe: zipping a file Pin
Christian Graus22-Jan-07 0:22
protectorChristian Graus22-Jan-07 0:22 
GeneralRe: zipping a file Pin
charchabil0322-Jan-07 8:57
charchabil0322-Jan-07 8:57 
AnswerRe: zipping a file Pin
Steven J Jowett22-Jan-07 1:27
Steven J Jowett22-Jan-07 1:27 
GeneralRe: zipping a file [modified] Pin
charchabil0322-Jan-07 3:20
charchabil0322-Jan-07 3:20 
GeneralRe: zipping a file Pin
Steven J Jowett22-Jan-07 4:02
Steven J Jowett22-Jan-07 4:02 
GeneralRe: zipping a file Pin
charchabil0322-Jan-07 4:20
charchabil0322-Jan-07 4:20 
GeneralRe: zipping a file Pin
charchabil0322-Jan-07 8:54
charchabil0322-Jan-07 8:54 
GeneralRe: zipping a file Pin
Christian Graus22-Jan-07 18:14
protectorChristian Graus22-Jan-07 18:14 
QuestionChanging the color of the toolbar Pin
Rajiya21-Jan-07 23:50
Rajiya21-Jan-07 23:50 

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.