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
- nano
- 라즈베리파이
- mqtt
- Nginx
- Server
- 오렌지파이
- Beacon
- Raspberry Pi
- ubuntu
- orange pi
- IOT
- ruby on rails
- java
- Android
- parser
- flask
- Python
- uno
- 개발환경
- Arduino
- JSON
- STM32F4
- rails
- BLE
- python3
- odroid-x2
- 아두이노
- Raspberry Pi 3
- dht11
- RUBY
Archives
- Today
- Total
목록GetDlgItem (1)
[熱情]
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; // uses GetDlgItem to return a pointer to a user interface control CEdit* pBoxOne; pBoxOne = (CEdit*)GetDlgItem(IDC_MYEDIT); GotoDlgCtrl(pBoxOne);
카테고리 없음
2014. 4. 9. 16:46