일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 프로시저
- 자바스크립트
- CONVERT()
- MSSQL
- 태그를 입력해 주세요.
- ASP
- 마이크로소프트
- oracle
- aspnet
- IIS
- SSRS
- MS
- attr()
- 이클립스
- 윈폼
- 단축키
- windows
- 리포팅서비스
- c#
- javascript
- DataGrid
- 윈도우
- 비주얼스튜디오
- 엑셀
- 오라클
- Winform
- replace()
- jQuery
- Excel
- microsoft
Archives
- Today
- Total
목록Form 열기 (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