Path: utzoo!attcan!telly!lethe!yunexus!ists!helios.physics.utoronto.ca!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!usenet.ins.cwru.edu!abvax!iccgcc!gardner From: gardner@iccgcc.decnet.ab.com Newsgroups: comp.windows.ms.programmer Subject: STRING'ing around (PART II) Message-ID: <2129.27512297@iccgcc.decnet.ab.com> Date: 26 Nov 90 19:11:35 GMT Lines: 39 After re-reading the previous help message concerning the use of STRING resources, I found that it wasn't very specific... So lets try again! I want to be able to create a string table and use the entries as replacements for the usual "static text" used in a dialog box for controls. For example, in my About... dialog box, I would like to have a STRING resource be used for all the information that is displayed. +------------------------------------------+ | About | +------------------------------------------+ | | | Copyright (c) 1990 | | | | +----------+ | | | Ok | | | +----------+ | +------------------------------------------+ (in resource file...) STRINGTABLE BEGIN IDS_ABOUT_CAPTION, "About" IDS_COPYRIGHT, "Copyright (c) 1990" IDS_OK, "Ok" END 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! Thanks, Mike Gardner Summit Software Engineering