I'm reading a book on using VC++, the book say;<br><br>step 3: Specify the function type as void, the function declaration as FillFontList,<br>and the access as Private. Click the OK button to close the dialog and *add the function*.<br><br>void CDay7Dlg::FillFontList()<br>{<br> some codes follows here<br>}<br><br> As the book say *add the function* how do I add the function.<br> <br>Thanks in advance!