Click here to Skip to main content
15,902,636 members
Home / Discussions / C#
   

C#

 
GeneralRe: Window.status Bar Pin
Judah Gabriel Himango8-Jan-08 8:29
sponsorJudah Gabriel Himango8-Jan-08 8:29 
GeneralRe: Window.status Bar Pin
A.Asif8-Jan-08 9:09
A.Asif8-Jan-08 9:09 
GeneralFrom VB6 to C# Pin
haolan8-Jan-08 4:07
haolan8-Jan-08 4:07 
GeneralRe: From VB6 to C# Pin
led mike8-Jan-08 4:57
led mike8-Jan-08 4:57 
GeneralRe: From VB6 to C# Pin
haolan9-Jan-08 0:10
haolan9-Jan-08 0:10 
GeneralRe: From VB6 to C# Pin
Ennis Ray Lynch, Jr.8-Jan-08 6:58
Ennis Ray Lynch, Jr.8-Jan-08 6:58 
GeneralRe: From VB6 to C# Pin
Paul Conrad8-Jan-08 17:30
professionalPaul Conrad8-Jan-08 17:30 
GeneralRe: From VB6 to C# Pin
ChandraRam9-Jan-08 1:00
ChandraRam9-Jan-08 1:00 
haolan wrote:
Private Sub Command1_Click()
Dim CheckSum As Byte, x, Tid
MSComm1.Settings = "1200,N,8,1"
Buffer = "GET" + vbCr
CheckAndSum Buffer ' add Checksum and Length of string
Buffer = Buffer + SumStr
'For x = 1 To Len(Buffer)
' Tid = Timer
' Do
' DoEvents
' Loop Until (Timer - Tid > 0.01)
' MSComm1.Output = Mid(Buffer, x, 1)
'Next x
MSComm1.Output = Buffer

End Sub


A few questions...

Which serial port? How do you know this does not work? Where is code to listen for the result your program is expecting? What is the specification of the device that needs this input? Maybe the port parameters do not match up?
Generalproblem in creating xsd/dtd files Pin
chanzeb8-Jan-08 4:00
chanzeb8-Jan-08 4:00 
GeneralRe: problem in creating xsd/dtd files Pin
Judah Gabriel Himango8-Jan-08 6:05
sponsorJudah Gabriel Himango8-Jan-08 6:05 
QuestionDynamic ToolTip: update the shown value Pin
kaminem8-Jan-08 4:00
kaminem8-Jan-08 4:00 
GeneralRe: Dynamic ToolTip: update the shown value Pin
Judah Gabriel Himango8-Jan-08 6:07
sponsorJudah Gabriel Himango8-Jan-08 6:07 
GeneralReference Type Members in a Struct Pin
pencilcake8-Jan-08 3:29
pencilcake8-Jan-08 3:29 
GeneralRe: Reference Type Members in a Struct Pin
Judah Gabriel Himango8-Jan-08 6:02
sponsorJudah Gabriel Himango8-Jan-08 6:02 
GeneralRe: Reference Type Members in a Struct Pin
pencilcake9-Jan-08 1:59
pencilcake9-Jan-08 1:59 
QuestionHow does WebSerice mechanism run? Pin
MehmetFurkan8-Jan-08 3:28
MehmetFurkan8-Jan-08 3:28 
AnswerRe: How does WebSerice mechanism run? Pin
Judah Gabriel Himango8-Jan-08 6:09
sponsorJudah Gabriel Himango8-Jan-08 6:09 
AnswerRe: How does WebSerice mechanism run? Pin
Ennis Ray Lynch, Jr.8-Jan-08 7:20
Ennis Ray Lynch, Jr.8-Jan-08 7:20 
GeneralSystem.OutOfMemoryException Pin
Gareth H8-Jan-08 3:27
Gareth H8-Jan-08 3:27 
GeneralRe: System.OutOfMemoryException Pin
Judah Gabriel Himango8-Jan-08 5:59
sponsorJudah Gabriel Himango8-Jan-08 5:59 
GeneralRe: System.OutOfMemoryException Pin
Not Active8-Jan-08 6:07
mentorNot Active8-Jan-08 6:07 
GeneralRe: System.OutOfMemoryException Pin
Gareth H8-Jan-08 6:39
Gareth H8-Jan-08 6:39 
GeneralClosing the form when there is no records found in dataset c#-winforms Pin
mcirosoftmohan8-Jan-08 3:24
mcirosoftmohan8-Jan-08 3:24 
GeneralRe: Closing the form when there is no records found in dataset c#-winforms Pin
Justin Perez8-Jan-08 3:51
Justin Perez8-Jan-08 3:51 
GeneralRe: Closing the form when there is no records found in dataset c#-winforms Pin
mcirosoftmohan8-Jan-08 4:23
mcirosoftmohan8-Jan-08 4:23 

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.