Once you have created a dialog box in the resource workshop, ClassExpert makes it easy to create a c++ class that corresponds to your dialog box.
| First use the right button menu in class expert to request a new class | |
| Next select TDialog from the parent classes available and associate this class with your dialog by selecting its Resource Id from the pull-down list at the bottom of the dialog. | |
| For each item that has data set or returns data create an instance variable using the right button menu. |
Once you have done this ClassExpert creates the pattern for a transfer buffer in the header class and creates code in your cpp file to initalize one static transfer buffer. To see how to use your transfer buffers click here.