Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- php 취약점
- php 시큐어코딩
- android 효과음
- 자바스크립트
- 설치
- not working
- FCM
- chart.js
- 안드로이드 푸쉬
- javascript
- mysql
- C# IO
- soundpool
- 폼메일
- 안드로이드
- dovecot
- html5
- UML
- Mail Server
- 안드로이드 gcm
- curl
- xe
- 안드로이드 푸시
- WebView
- Android
- roundcube
- PHP
- C#
- 우분투
- 자동 생성
Archives
- Today
- Total
목록기본프린터 설정 (1)
그러냐
C# 기본프린터 설정을 잠시 바꾸고 다시 돌리는 방법
우선 잡 내용은 생략하고기본프린터를 잠시 봐꺼서 프린트하고 원상복귀하는 방법! 사용할 것들에 대한선언을 해야한다 using System.Drawing.Printing; using System.Runtime.InteropServices; - Dll을 사용할수 있게한다 선언이 끝나면전역변수를 지정하고 DLL도 연결한다~!System.Windows.Forms.PrintDialog PD = new PrintDialog(); System.Drawing.Printing.PrinterSettings PS = new System.Drawing.Printing.PrinterSettings(); [DllImport("winspool.drv", CharSet = CharSet.Auto, SetLastError = true)..
c#
2017. 10. 11. 16:52