Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!helios.ee.lbl.gov!ucsd!ucsdhub!hp-sdd!hp-pcd!hpmcaa!marco From: marco@hpmcaa.mcm.hp.com (Marco Dalla-Gasperina) Newsgroups: comp.windows.ms Subject: Re: Multiline Edit control Message-ID: <6970020@hpmcaa.mcm.hp.com> Date: 21 Feb 90 18:40:51 GMT References: <58996@ccicpg.UUCP> Organization: HP McMinville Division Lines: 17 >/ hpmcaa:comp.windows.ms / swonk@ccicpg.UUCP (Glen Swonk) / 10:14 am Feb 20, 1990 / >Can anyone tell me how to set and get the initial data >in a multiline edit dialog box. The documentation >seems unclear on how, and I can't find any examples. > >thanks, glenn >-- >Glenn L. Swonk CCI Computers >(714)458-7282 9801 Muirlands Boulevard > Irvine, CA 92718 >uunet!ccicpg!swonk >---------- Try using SetWindowText and GetWindowText. These work with captions, radio buttons, checkboxes and any window with text in it. marco