[comp.windows.ms] Multiline Edit control

swonk@ccicpg.UUCP (Glen Swonk) (02/21/90)

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

marco@hpmcaa.mcm.hp.com (Marco Dalla-Gasperina) (02/22/90)

>/ 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