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 |
29 | 30 | 31 |
Tags
- 아두이노
- dht11
- flask
- java
- BLE
- rails
- ubuntu
- Android
- ruby on rails
- Python
- parser
- 라즈베리파이
- Beacon
- 오렌지파이
- Raspberry Pi
- nano
- orange pi
- STM32F4
- IOT
- 개발환경
- mqtt
- python3
- Arduino
- JSON
- Raspberry Pi 3
- Server
- odroid-x2
- uno
- Nginx
- RUBY
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