본문 바로가기
반응형

분류 전체보기1015

[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.
[VB6] ByVal과 ByRef의 차이점 ByVal은 변수를 받아와서 쓰는 것으로값이 변화하지 않고 정상적으로 리턴값을 받는다. ByRef는 받아온 변수 자체를 조작하는 것으로값이 변해버리므로, 원본 값이 남지 않게 된다. 호출 속도는 ByRef가 빠르다는 분석이 있다. Byte타입을 함수에서 선언해서 쓰는 경우 ByRef로 나오는데선언순서를 바꿔서 하면 ByVal로 사용가능한지? '1안Method ( ByRef MyByte() As Byte ) AS Long '개선안Method ( ByVal MyByte As Byte() ) AS Long 참고(1429) byRef 와 byVal 의 속도 비교 (엑셀 VBA 매크로) same results passing byte array ByRef and ByVal 2017. 12. 7.
[병리분석] 미검증! 구내염 구내염은 야근을 하고 자면 발생한다! (새벽 1시 취침)즉, 수면 부족 시에 발생한다! 나의 경우의 구내염은 주로 아랫입술에 발생한다.윗입술이 양이고, 아랫입술이 음이다.피부는 금기이고, 금기는 꿀과 같이 단맛으로 보충한다. 그런데 구내염의 상처는 안쪽으로 파여 있고(음),그 색상은 흰색(금)이다. 금기의 부족과 수기(잠)의 부족이 맞물려서 발생한 것으로 보인다. 이럴 땐수기를 보충하는 방법과금기를 보충하는 방법이 병행되어야 한다. 수기는 짠맛으로 천일염(약용 소금;질 좋은 소금)으로 먹도록 하고금기는 매운맛으로 후추같은 것을 먹으면 된다. 삼겹살에 찍어먹는 짭잘하고 고소한 소스가 가장 좋지 않을까 싶다.인터넷에서 가지도 괜찮다고 하는데, 괜찮을 것 같긴하다. 그러나 미검증! 상태이다 + 양치하고 다시 .. 2017. 12. 6.
반응형