일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CONVERT()
- oracle
- c#
- 엑셀
- 마이크로소프트
- 윈도우
- replace()
- 비주얼스튜디오
- 윈폼
- javascript
- 오라클
- 단축키
- attr()
- 이클립스
- 태그를 입력해 주세요.
- DataGrid
- Winform
- 자바스크립트
- MS
- aspnet
- IIS
- 리포팅서비스
- ASP
- MSSQL
- SSRS
- microsoft
- Excel
- windows
- 프로시저
- jQuery
Archives
- Today
- Total
목록듀얼모니터 (1)
DJ메탈짱™의 Free Style
[C#, Winform, 윈폼] Multi Screen인 경우에는 두번째 Screen에 Form 열기, 듀얼모니터
// 멀티 스크린을 사용하는 User인 경우라면 if (Screen.AllScreens.Count() > 1) { this.showOnMonitor(1); private void showOnMonitor(int showOnMonitor) { Screen[] sc; sc = Screen.AllScreens; Notice.DeptNoticeCreation f = new Notice.DeptNoticeCreation(); f.FormBorderStyle = FormBorderStyle.None; f.Left = sc[showOnMonitor].Bounds.Left; f.Top = sc[showOnMonitor].Bounds.Top; f.StartPosition = FormStartPosition.Manual;..
일(job)/MS(Microsoft)
2016. 1. 7. 13:37