CFileDialog::AddEditBox
Adds an edit box to the dialog.
HRESULT AddEditBox(
DWORD dwIDCtl,
const CString& strText
);
Parameters
dwIDCtl
The ID of the edit box to add.strText
The edit box name.
Requirements
Header: afxdlgs.h
Этот браузер больше не поддерживается.
Выполните обновление до Microsoft Edge, чтобы воспользоваться новейшими функциями, обновлениями для системы безопасности и технической поддержкой.
Adds an edit box to the dialog.
HRESULT AddEditBox(
DWORD dwIDCtl,
const CString& strText
);
dwIDCtl
The ID of the edit box to add.
strText
The edit box name.
Header: afxdlgs.h