Author:
Date: Jul 22, 2008 00:35
I have a dialog box that consists of edit controls, where there are several
edit controls in a row, and the row is repeated over and over again. This
was created with Visual Studio's resource editor, and all the controls have
names such as IDC_ACCOUNTDESCRIPTION1, IDC_ACCOUNTNAME1,
IDC_ACCOUNTDESCRIPTION2, IDC_ACCOUNTNAME2, etc.
Is there something like an array I can use to make reading these dialog
boxes easier? I'd like to read one row at a time, based on an ID the
program passes in.
I'm new to Win32, but not programming in general.
Thanks!
Puckdropper
--
If you're quiet, your teeth never touch your ankles.
To email me directly, send a message to puckdropper (at) fastmail.fm
|