简体   繁体   English

C ++编辑框文字更改

[英]C++ Edit Box Text Change

Is their any cases in C++ Like these case WM_COMMAND: switch(LOWORD(wParam)) 在C ++中,它们是否像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. 当您更改编辑框的文本时会发生这种情况,当我在编辑框中进行更改并将该编辑框的值存储到Integer中时,我需要调用一个函数。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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