Click here to Skip to main content
15,891,621 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: When i draw Rubberband selection on panel VisualBasic powerpack Shapecontrols are not displayed Pin
Henry Minute28-Apr-09 4:58
Henry Minute28-Apr-09 4:58 
QuestionVB LAN connection help Pin
Kevin223227-Apr-09 17:11
Kevin223227-Apr-09 17:11 
AnswerRe: VB LAN connection help Pin
Bharat Jain27-Apr-09 20:49
Bharat Jain27-Apr-09 20:49 
QuestionSerial Communication, vb.net Pin
Subjugate27-Apr-09 15:15
Subjugate27-Apr-09 15:15 
AnswerRe: Serial Communication, vb.net Pin
Luc Pattyn27-Apr-09 16:10
sitebuilderLuc Pattyn27-Apr-09 16:10 
GeneralRe: Serial Communication, vb.net Pin
Subjugate27-Apr-09 17:17
Subjugate27-Apr-09 17:17 
GeneralRe: Serial Communication, vb.net Pin
Luc Pattyn28-Apr-09 0:22
sitebuilderLuc Pattyn28-Apr-09 0:22 
GeneralRe: Serial Communication, vb.net Pin
Subjugate3-May-09 20:57
Subjugate3-May-09 20:57 
i already tried using hyper terminal before using my application. i know what is the result i am expecting but somehow when i used my application, the result i got is not complete. I tried changing some of the code and i test it again and it works and shown the complete result but when i test it the second time rd it fails again. I will show u might data received code below and see if u can help to see whether there is anything wrong with it.

If port.bytesToRead > 0 then
checkforillegalcrossthreadcalls = false
Dimbytetoread as integer

bytetoread = port.bytestoread
Dim array as byte() = new byte(bytetoread - 1)()
Dim linedata as string
port.read(bytearray, 0, bytetoread)
linedata = converttostring(bytearray)


txtcommand.text = linedata
port.close()
GeneralRe: Serial Communication, vb.net Pin
Luc Pattyn3-May-09 22:49
sitebuilderLuc Pattyn3-May-09 22:49 
GeneralRe: Serial Communication, vb.net Pin
Subjugate4-May-09 14:58
Subjugate4-May-09 14:58 
QuestionSQL Query Designer, Analyzer, Builder Pin
Stylus VB27-Apr-09 14:03
Stylus VB27-Apr-09 14:03 
AnswerRe: SQL Query Designer, Analyzer, Builder Pin
Mycroft Holmes27-Apr-09 19:26
professionalMycroft Holmes27-Apr-09 19:26 
AnswerRe: SQL Query Designer, Analyzer, Builder Pin
Tiyani Miyambo27-Apr-09 23:27
Tiyani Miyambo27-Apr-09 23:27 
AnswerRe: SQL Query Designer, Analyzer, Builder Pin
Ageesh29-Apr-09 1:40
Ageesh29-Apr-09 1:40 
QuestionMySQL in VB Pin
Dalek Dave27-Apr-09 10:14
professionalDalek Dave27-Apr-09 10:14 
AnswerRe: MySQL in VB Pin
Steven J Jowett27-Apr-09 10:36
Steven J Jowett27-Apr-09 10:36 
AnswerRe: MySQL in VB Pin
David Mujica27-Apr-09 10:37
David Mujica27-Apr-09 10:37 
QuestionHow do you select text or data in a form? Pin
AndyASPVB27-Apr-09 9:35
AndyASPVB27-Apr-09 9:35 
AnswerRe: How do you select text or data in a form? Pin
Christian Graus27-Apr-09 9:52
protectorChristian Graus27-Apr-09 9:52 
AnswerRe: How do you select text or data in a form? Pin
Dave Kreskowiak27-Apr-09 11:14
mveDave Kreskowiak27-Apr-09 11:14 
QuestionRaising Events from a class library Pin
xbiplav27-Apr-09 9:12
xbiplav27-Apr-09 9:12 
AnswerRe: Raising Events from a class library [modified] Pin
Dave Kreskowiak27-Apr-09 11:13
mveDave Kreskowiak27-Apr-09 11:13 
QuestionDisplaying image on form Pin
Jim Turner27-Apr-09 9:01
Jim Turner27-Apr-09 9:01 
AnswerRe: Displaying image on form Pin
0x3c027-Apr-09 9:32
0x3c027-Apr-09 9:32 
Question[Message Deleted] Pin
bam37227-Apr-09 8:30
bam37227-Apr-09 8:30 

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.