ダイアログ上のテキストボックスで入力されたも文字列を取得するにはGetDlgItemText

思い出したのでメモ

char username[64];
GetDlgItemText(IDC_EDIT_USERNAME,username,64);

設定はSetDlgItemText()