일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- java
- Class
- parameter
- Unity
- c++
- Contour
- Read
- inheritance
- public
- compare
- memory
- preprocessing
- length
- digitalRead
- Pointer
- stream
- 3D
- SERIAL
- wpf
- sensor
- APP
- UNO
- atmega328
- mfc
- Encapusulation
- Android
- aduino
- flutter
- Barcode
- file access
Archives
- Today
- Total
목록notify (1)
폴크(FOLC)

# 최소화 버튼을 눌렀을 때 프로그램을 트레이 아이콘 형태로 축소 시켜서 가동시키는 방법 >>> 다시 요청하면 윈도우상에 원래 크기로 프로그램을 표시한다. # 공용 컨트롤 에서 NotifyIcon 을 검색 후 선택하여 리소스 화면에 끌어놓는다. 그리고 이름을 TrayIcon 으로 변경하고 Text 에는 표시되는 이름이므로 Application 이름을 기록한다. >>> 추가적으로 Icon 도 변경 가능하고 ContextMenu 도 연결 가능한다. # 화면이 축소되는 상황에서 TrayIcon 으로 전환하기 위해서 resize 이벤트 함수를 생성한다. private void NotifyResizeTrayIcon(object sender, EventArgs e) { if (this.WindowState == F..
C#, WF, WPF(.NET)/C#, WF, WPF(.NET) 테크닉
2021. 9. 7. 10:16