Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!uunet!isis!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: SetDlgItemText problems solved Message-ID: <1991Mar4.145959.20105@isis.cs.du.edu> Date: 4 Mar 91 14:59:59 GMT Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Nyx -- Public access Unix, U. of Denver, dept. of Math/CS Lines: 6 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