[comp.windows.ms.programmer] SetDlgItemText problems solved

ebergman@isis.cs.du.edu (Eric Bergman-Terrell) (03/04/91)

I figured out why the SetDltItemText() function wasn't working properly -
the function that managed the dialog box wasn't in the export list in the
program's .def file (Petzold, p. 412).

Terrell