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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
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