Path: utzoo!mnetor!tmsoft!torsqnt!hybrid!scifi!bywater!uunet!isis!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.windows.ms.programmer Subject: SetDlgItemText() w/ BC++ 2.0 Message-ID: <1991Mar4.073605.586@isis.cs.du.edu> Date: 4 Mar 91 07:36:05 GMT Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Nyx -- Public access Unix, U. of Denver, dept. of Math/CS Lines: 15 Is there a bug with SetDlgItemText() in Borland C++ 2.0? I can use SetDlgItemInt() on a dialog box field with no problem. When I try to use SetDlgItemText() on the same field, I can't make it work - it places a "%d" in the specified field, rather than the (literal) string that I pass the fcn. Any ideas? Thanks in advance, Terrell