Click here to Skip to main content
15,901,122 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Save Csv or excel file to sql using vb6.0 Pin
Eddy Vluggen8-Dec-09 0:26
professionalEddy Vluggen8-Dec-09 0:26 
GeneralRe: Save Csv or excel file to sql using vb6.0 Pin
Parag Raibagkar8-Dec-09 20:04
Parag Raibagkar8-Dec-09 20:04 
GeneralRe: Save Csv or excel file to sql using vb6.0 Pin
Dave Kreskowiak9-Dec-09 3:52
mveDave Kreskowiak9-Dec-09 3:52 
QuestionMultithreaded App using 100% CPU...how can i make it use less? [modified] Pin
Aaron @ Think Software7-Dec-09 0:11
professionalAaron @ Think Software7-Dec-09 0:11 
AnswerRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
David Skelly7-Dec-09 0:40
David Skelly7-Dec-09 0:40 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Aaron @ Think Software7-Dec-09 0:44
professionalAaron @ Think Software7-Dec-09 0:44 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
David Skelly7-Dec-09 2:35
David Skelly7-Dec-09 2:35 
AnswerRe: Multithreaded App using 100% CPU...how can i make it use less? PinPopular
Luc Pattyn7-Dec-09 0:43
sitebuilderLuc Pattyn7-Dec-09 0:43 
sorry I'm not reading your code unless you edit it and put it in PRE tags, resulting in proper coloring and indentation.

[ADDED] you should not have polling loops without delays, so when no data is available, waste some time by calling Thread.Sleep(30); or use events. And watch for incomplete packets! [/ADDED]

Hmmm | :|

Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages


modified on Monday, December 7, 2009 7:31 AM

GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Aaron @ Think Software7-Dec-09 0:59
professionalAaron @ Think Software7-Dec-09 0:59 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Luc Pattyn7-Dec-09 1:11
sitebuilderLuc Pattyn7-Dec-09 1:11 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
N a v a n e e t h7-Dec-09 3:03
N a v a n e e t h7-Dec-09 3:03 
GeneralRe: Multithreaded App using 100% CPU...how can i make it use less? Pin
Luc Pattyn7-Dec-09 3:17
sitebuilderLuc Pattyn7-Dec-09 3:17 
QuestionHow to print out a Quotation mark. Pin
thebiostyle6-Dec-09 16:16
thebiostyle6-Dec-09 16:16 
AnswerRe: How to print out a Quotation mark. Pin
Dave Kreskowiak6-Dec-09 17:47
mveDave Kreskowiak6-Dec-09 17:47 
QuestionHow to MDI child form call method from MID parent form??? Pin
cotdot111116-Dec-09 15:49
cotdot111116-Dec-09 15:49 
AnswerRe: How to MDI child form call method from MID parent form??? Pin
dan!sh 6-Dec-09 17:44
professional dan!sh 6-Dec-09 17:44 
AnswerRe: How to MDI child form call method from MID parent form??? Pin
Andy_L_J6-Dec-09 17:58
Andy_L_J6-Dec-09 17:58 
Question[Message Deleted] Pin
Diana shorafa6-Dec-09 8:02
Diana shorafa6-Dec-09 8:02 
AnswerRe: Graduation Project Pin
Dave Kreskowiak6-Dec-09 15:38
mveDave Kreskowiak6-Dec-09 15:38 
GeneralRe: Graduation Project Pin
Paul Conrad7-Dec-09 10:02
professionalPaul Conrad7-Dec-09 10:02 
AnswerRe: Graduation Project Pin
Mycroft Holmes6-Dec-09 18:57
professionalMycroft Holmes6-Dec-09 18:57 
AnswerRe: Graduation Project Pin
MikeMarq6-Dec-09 21:47
MikeMarq6-Dec-09 21:47 
GeneralRe: Graduation Project Pin
Diana shorafa6-Dec-09 22:06
Diana shorafa6-Dec-09 22:06 
GeneralRe: Graduation Project Pin
dan!sh 6-Dec-09 22:36
professional dan!sh 6-Dec-09 22:36 
GeneralRe: Graduation Project Pin
Diana shorafa6-Dec-09 22:40
Diana shorafa6-Dec-09 22:40 

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.