VC MFC对话框有多个Edit控件,如何只更新1个且不影响其他Edit输入?

2024-12-02 13:37:22
推荐回答(1个)
回答(1):

为什么不能用SetWindowText?
SetDlgItemText或者SetDlgItemInt能用不?