MessageBox의 버튼 텍스트 변경하기 기본 메시지박스의 텍스트를 변경할 수 있다. 데브피아 C#마을 조동현님께서 올리신 팁입니다.개인 라이브러리에 추가해서 유용하게 잘 사용하고 있습니다. 아래 내용을 참고하면 아래와 같은 메세지 박스를 생성할 수 있습니다. using System; using System.Windows.Forms; using System.Runtime.InteropServices; public class MessageBoxEx { delegate int HookProc(int code, IntPtr wParam, IntPtr lParam); [DllImport("user32.dll", SetLastError = true)] static extern IntPtr SetWindowsHo..
데브피아 C#마을 조동현님께서 올리신 팁입니다.개인 라이브러리에 추가해서 유용하게 잘 사용하고 있습니다. 아래 내용을 참고하면 아래와 같은 메세지 박스를 생성할 수 있습니다. using System; using System.Windows.Forms; using System.Runtime.InteropServices; public class MessageBoxEx { delegate int HookProc(int code, IntPtr wParam, IntPtr lParam); [DllImport("user32.dll", SetLastError = true)] static extern IntPtr SetWindowsHookEx(int hook, HookProc callback, IntPtr hMod, ui..
- Total
- Today
- Yesterday
- workbook
- 제이쿼리
- MSSQL
- drag&drop
- WCF
- WebApi
- IE
- JS
- 자바스크립트
- Excel
- radius
- 저장프로시저
- css3
- jQuery Mobile
- grid
- Ajax
- Mobile
- 프로시저
- jquery chart
- CSS
- html5
- Style
- ASP.NET
- json
- 셀렉터
- jQuery
- Chart
- rowspan
- JavaScript
- SVG
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |