简体   繁体   中英

C++ Edit Box Text Change

Is their any cases in C++ Like these case WM_COMMAND: switch(LOWORD(wParam))

That happen when you change the text of a edit Box, I need to call a function when i change in edit box and store the value of the edit box into a Integer.

您会收到内容已更改的编辑框的EN_CHANGE通知。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM