| View previous topic :: View next topic |
| Author |
Message |
hatchet Newbie
Joined: 28 Sep 2004 Posts: 2
|
Posted: Tue Sep 28, 2004 11:59 am Post subject: Trying to retrieve list of dialog elements |
|
|
Hi,
been searching for a while on this one and finally decided to register and ask for help here.
I am looking for a way to retrieve a list of dialog elements in my dialogs, just like the dropdown list in the dialog designer is showing.
Anyone can point me into the right direction?
Oh, and WinAPI calls are welcome, too. You'll just have to help me on that one either since I am new to this, too.
I used the search button but maybe I'm not using the right query.
Thanks in advance. |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Tue Sep 28, 2004 12:35 pm Post subject: |
|
|
The dialog designer can do it because it keeps a copy of the dialog source code in the background. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Tue Sep 28, 2004 3:38 pm Post subject: |
|
|
I've been making a dialog designer myself recently. I just keep a LIST
of the elements and their attributes. _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
hatchet Newbie
Joined: 28 Sep 2004 Posts: 2
|
Posted: Tue Sep 28, 2004 4:31 pm Post subject: |
|
|
Thanks for clearing that up.
I guess I will have to do the same for the elements I use. |
|
| Back to top |
|
 |
|