Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Beacon
- 개발환경
- 오렌지파이
- uno
- 아두이노
- Server
- JSON
- parser
- BLE
- dht11
- orange pi
- odroid-x2
- Raspberry Pi
- STM32F4
- java
- Arduino
- ruby on rails
- 라즈베리파이
- flask
- python3
- Android
- rails
- Python
- RUBY
- mqtt
- IOT
- Nginx
- Raspberry Pi 3
- ubuntu
- nano
Archives
- Today
- Total
[熱情]
GetDlgItem 함수 본문
GetDlgItem
Retrieves a pointer to the specified control or child window in a dialog box or other window.
CWnd* GetDlgItem( int nID ) const; void GetDlgItem( int nID, HWND* phWnd ) const;
CEdit* pBoxOne; pBoxOne = (CEdit*)GetDlgItem(IDC_MYEDIT); GotoDlgCtrl(pBoxOne);
Comments