Home > Software engineering >  MFC variable after how to implement the button reset and to control the display
MFC variable after how to implement the button reset and to control the display

Time:10-22

How MFC implementation of the login dialog box if the user name and password input is not correct after edit box can be reset to zero, for help bosses!

CodePudding user response:

SetDlgItemText (IDC_PASSWORD, _T (" "));//empty string

CodePudding user response:

Positive solution, upstairs IDC_PASSWORD, is your input box ID,
  • Related