Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!samsung!umich!yale!cs.yale.edu!spolsky-joel From: spolsky-joel@cs.yale.edu (Joel Spolsky) Newsgroups: comp.windows.ms.programmer Subject: Re: STRING'ing around (PART II) Message-ID: <27410@cs.yale.edu> Date: 26 Nov 90 22:48:23 GMT References: <2129.27512297@iccgcc.decnet.ab.com> Sender: news@cs.yale.edu Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158 Lines: 14 Nntp-Posting-Host: zoo-gw.cs.yale.edu Originator: spolsky@suned.CS.Yale.Edu In article <2129.27512297@iccgcc.decnet.ab.com> gardner@iccgcc.decnet.ab.com writes: > >Does anyone know if it is possible (...and if so, how...) to write these >string resources to a dialog box? Any help would be greatly appreciated! If my previous response didn't satisfy you, the answer is that you load the string using LoadString and then stuff it into the control using SetDlgItemText. But if your dialog boxes are already defined in the resource file, it is silly to do this. Joel Spolsky spolsky@cs.yale.edu Silence = Death