|
最新回复
... /* Other code. */
case CBN_SELCHANGE:
hCombo = LOWORD(lParam); /* Get combo box window handle. */
/* Get index of current selection and the text of that selection. */
index = SendMessage(hCombo, CB_GETCURSEL, (WORD)0, 0L);
SendMessage(hCombo, CB_GETLBTEXT, (WORD)index, (LONG)buffer);
break;
... /* Other code. */
详情
回复
发表于 2007-5-16 14:14
| |
|
|
| |
|
|
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
| |
|
|
| |
|
|
此帖出自嵌入式系统论坛
| ||
|
||
EEWorld Datasheet 技术支持