본문 바로가기
반응형

2017/1226

[VB6] Visual Basic 6.0 리소스 센터 Visual Studio 개발자 센터 > 언어 > Visual Basic 6.0 리소스 센터Visual Basic 6.0 리소스 센터Visual Basic 6 개발, .NET 상호 운용성 및 마이그레이션을위한 최상의 컨텐츠를 여기서 찾으십시오.파트너 도구 및 솔루션 Visual Basic 6에서 .NET으로의 완벽한 마이그레이션을 지원하기 위해 파트너의 무료 도구 및 솔루션을 활용하십시오.시작하기1. 마이그레이션 및 지원 전략 대부분의 응용 프로그램 시나리오에서 사용되는 주요 Visual Basic 6.0 런타임 파일은 Windows 7의 전체 기간 동안 제공되며 지원됩니다. 사용 가능한 지원 옵션을 확인하십시오.2. Visual Basic 6.0 리소스 MSDN Library, 기술 자료 및 코드 샘플.. 2017. 12. 14.
[VB6]비주얼베이직 런타임 오류코드 목록 코드메시지0오류 없음3GoSub없이 반환합니다(더 이상 사용하지 않음).5프로시저 호출 또는 인수가 잘못되었습니다(Visual Basic).6오버플로가 발생했습니다(Visual Basic 오류).오버플로가 발생했습니다(Visual Basic 런타임 오류).7메모리가 부족합니다(Visual Basic 컴파일러 오류).메모리가 부족합니다(Visual Basic 런타임 오류).9첨자가 범위를 벗어났습니다. (Visual Basic)10이 배열은 고정되었거나 임시로 잠겨 있습니다(Visual Basic).110으로 나누었습니다(Visual Basic 런타임 오류).13형식이 일치하지 않습니다(Visual Basic).14문자열 공간이 부족합니다(Visual Basic).16식이 너무 복잡합니다.17요청한 작업을.. 2017. 12. 14.
[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.
반응형