반응형
프린터( Printer ) 로 프린트하기 |
VB6 를 이용하면, 프린터를 이용해서 프린트 하는 것도 식은 죽 먹기.
Printer object 와 Print method 를 사용해서 print 할 수 있다.
Printer.Print "Hello World"
Printer.EndDoc // print 시작
다음 함수들을 통해서 printer 를 할 때 font 도 설정할 수 있다.
Printer.FontName
Printer.FontSize
Printer.FontBold
Printer.FontItalic
Printer.FontUnderline
반응형
'프로그래밍 놀이터 > C, C++, C#, VB' 카테고리의 다른 글
[VB.NET] not equal 표현은? (0) | 2013.08.20 |
---|---|
[VB.NET] DIm 뒤에 붙는 문자의 정체 ( %, &, @, !, #, $ ) (0) | 2013.08.17 |
[VB6] Menu 만들기 (0) | 2013.06.27 |
[VB6] 컴파일과 배포 ( Compile and Distribution ) (2) | 2013.06.26 |
[VB6] Error Handling (0) | 2013.06.25 |
댓글