10 #ifndef CSelectCommPortDlg_H 11 #define CSelectCommPortDlg_H 35 CDataExchange * aDataExchange
afx_msg void OnBnClickedCancel()
Click handler for the Cancel button.
virtual ~CSelectCommPortDlg()
Destructor.
Modal dialog allowing the user to select the port to use to communicate with the client.
afx_msg void OnBnClickedOk()
Click handler for the OK button.
BOOL OnInitDialog()
Initialize the dialog.
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation.
int mSelectedPortIndex
Index of the selected port in the drop down.
CSelectCommPortDlg(CWnd *aParent=NULL)
Constructor.