Click here to Skip to main content
15,907,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Make Form Always On Top, even in fullscreen games. Pin
Yance Lawang2-Dec-10 3:30
Yance Lawang2-Dec-10 3:30 
Questionhow to detect available com ports Pin
dusk8529-Nov-10 18:53
dusk8529-Nov-10 18:53 
AnswerRe: how to detect available com ports PinPopular
Luc Pattyn29-Nov-10 19:02
sitebuilderLuc Pattyn29-Nov-10 19:02 
GeneralRe: how to detect available com ports Pin
Rajesh Anuhya29-Nov-10 23:50
professionalRajesh Anuhya29-Nov-10 23:50 
GeneralRe: how to detect available com ports Pin
Rick Shaub1-Dec-10 8:24
Rick Shaub1-Dec-10 8:24 
Questionread/recieve data from serial port Pin
dusk8525-Nov-10 19:56
dusk8525-Nov-10 19:56 
AnswerRe: read/recieve data from serial port Pin
Luc Pattyn26-Nov-10 0:56
sitebuilderLuc Pattyn26-Nov-10 0:56 
AnswerRe: read/recieve data from serial port Pin
Dave Kreskowiak26-Nov-10 6:13
mveDave Kreskowiak26-Nov-10 6:13 
dusk85 wrote:
and there's nothing wrong with the codes


If this was the case, you wouldn't have a problem and you wouldn't be here, would you?

Luc is correct. Your code is reading all of the data that is available at the moment ReadAllBytes is called. It does NOT wait around for any remaining bytes to show up until there is a complete response. After all, how could it possibly know what makes up a complete response?

Your code has to be rewritten to get the data in chunks, whenever they become available, building a response, chunk-by-chunk, until YOUR CODE determines that it has received a complete responce, then it can send that response to the code that appropriately handles it.

QuestionVB.Net - Crystal report direct to printer. Missing parameter values [modified] Pin
Central_IT25-Nov-10 3:11
Central_IT25-Nov-10 3:11 
AnswerRe: VB.Net - Crystal report direct to printer. Missing parameter values Pin
ChandraRam26-Nov-10 1:14
ChandraRam26-Nov-10 1:14 
GeneralRe: VB.Net - Crystal report direct to printer. Missing parameter values Pin
Central_IT26-Nov-10 1:34
Central_IT26-Nov-10 1:34 
GeneralRe: VB.Net - Crystal report direct to printer. Missing parameter values Pin
DJ Matthews26-Nov-10 3:19
DJ Matthews26-Nov-10 3:19 
GeneralRe: VB.Net - Crystal report direct to printer. Missing parameter values Pin
Central_IT26-Nov-10 3:36
Central_IT26-Nov-10 3:36 
GeneralRe: VB.Net - Crystal report direct to printer. Missing parameter values Pin
Henry Minute29-Nov-10 1:23
Henry Minute29-Nov-10 1:23 
QuestionProblem while Publishing the application [SOLVED] Pin
vijay248224-Nov-10 22:38
vijay248224-Nov-10 22:38 
AnswerRe: Problem while Publishing the application Pin
Dave Kreskowiak25-Nov-10 2:58
mveDave Kreskowiak25-Nov-10 2:58 
GeneralRe: Problem while Publishing the application Pin
vijay248225-Nov-10 3:13
vijay248225-Nov-10 3:13 
GeneralRe: Problem while Publishing the application Pin
Dave Kreskowiak25-Nov-10 5:43
mveDave Kreskowiak25-Nov-10 5:43 
GeneralRe: Problem while Publishing the application Pin
vijay248225-Nov-10 3:36
vijay248225-Nov-10 3:36 
GeneralRe: Problem while Publishing the application Pin
Dave Kreskowiak25-Nov-10 5:48
mveDave Kreskowiak25-Nov-10 5:48 
GeneralRe: Problem while Publishing the application Pin
vijay248225-Nov-10 22:22
vijay248225-Nov-10 22:22 
GeneralRe: Problem while Publishing the application Pin
Dave Kreskowiak26-Nov-10 6:07
mveDave Kreskowiak26-Nov-10 6:07 
Questionaccess report to pdf Pin
C#Coudou24-Nov-10 14:35
C#Coudou24-Nov-10 14:35 
AnswerRe: access report to pdf Pin
Dave Kreskowiak25-Nov-10 3:02
mveDave Kreskowiak25-Nov-10 3:02 
GeneralRe: access report to pdf Pin
C#Coudou25-Nov-10 14:54
C#Coudou25-Nov-10 14:54 

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.