본문 바로가기
반응형

2017/12/135

[VB6] 공용컨트롤 : 속성들 (MSComm Control)Break Property CDHolding Property CTSHolding Property CommEvent Property CommID Property CommPort Property DSRHolding Property DTREnable Property EOFEnable Property Handshaking Property InBufferCount Property InBufferSize Property Index Property (ActiveX Controls) Input Property InputLen Property InputMode Property Name Property NullDiscard Property, MSComm Control Object Propert.. 2017. 12. 13.
[VB6] 공용컨트롤 개요 Visual Basic: MSComm ControlVisual Studio 6.0MSComm ControlSee Also Example Properties Methods EventsThe MSComm control provides serial communications for your application by allowing the transmission and reception of data through a serial port.SyntaxMSCommRemarksThe MSComm control provides the following two ways for handling communications:Event-driven communications is a very powerful method f.. 2017. 12. 13.
[VB6] 공용컨트롤 : InputMode Visual Basic: MSComm ControlVisual Studio 6.0InputMode PropertySee Also Example Applies ToSets or returns the type of data retrieved by the Input property.Syntaxobject.InputMode [ = value ]The InputMode property syntax has these parts:PartDescriptionobjectAn object expression that evaluates to an object in the Applies To list.valueA value or constant that specifies the input mode, as described i.. 2017. 12. 13.
[VB6] 공용컨트롤 : InputLen Visual Basic: MSComm ControlVisual Studio 6.0InputLen PropertySee Also Example Applies ToSets and returns the number of characters the Input property reads from the receive buffer.Syntaxobject.InputLen [ = value ]The InputLen property syntax has these parts:PartDescriptionobjectAn object expression that evaluates to an object in the Applies To list.valueAn integer expression specifying the numbe.. 2017. 12. 13.
[VB6] 공용컨트롤(MSComm) : Input Visual Basic: MSComm ControlVisual Studio 6.0Input PropertySee Also Example Applies ToReturns and removes a stream of data from the receive buffer. This property is not available at design time and is read-only at run time.Syntaxobject.InputThe Input property syntax has these parts:PartDescriptionobjectAn object expression that evaluates to an object in the Applies To list. RemarksThe InputLen p.. 2017. 12. 13.
반응형