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