Point aa = this.PointToScreen(new Point(e.X, e.Y));
PointToScreen 이라는 함수가 있습니다.~~
Point aa = this.PointToScreen(new Point(e.X, e.Y));
PointToScreen 이라는 함수가 있습니다.~~
| 번호 | 분류 | 제목 |
|---|---|---|
| 공지 | General | 자주 사용하는 기능 정리 |
| 공지 | Form |
[완전 기초]간단한 메세지박스 보이게 하는 소스 (C# .NET 사용)
|
| 111 | Enviroment |
윈도우 버전 얻기
|
| 110 | File/Directory | 파일 존재 검사 |
| 109 | RichTextBox | RichTextBox 에 링크기능 넣기 |
| 108 | ListView |
ListView 아이템 끌어서 이동하기
|
| 107 | File/Directory | 전체 경로명에서 folder 명만 얻기 |
| 106 | Form | 다른 폼의 데이터 이용하기 |
| 105 | General | 표준 숫자 형식 문자열 |
| 104 | User's Control | C#, 사용자 정의 컨트롤 만들기 |
| 103 | windows | 윈도우 해상도 크기 얻기 |
| 102 | PropertyGrid | Getting the Most Out of the .NET Framework PropertyGrid Control |
| 101 | File/Directory | 단축 아이콘,바탕화면 바로가기 실제 경로 알아내기 |
| 100 | ListView | ListView 에 ComboBox 붙이기 |
| 99 | DateTimePicker | C#, DateTimePicker 사용 |