MTSkull
Well-known member
How would I generate Dynamic Controls?
What I want to do is have the user Click a button, which will read in all the emails from an Outlook folder, then they can click a corresponding option button saying whether it is a good or bad email.
It should look kind of like this (use your imagination)
Label.text (email 1 subject), Pass Option, Fail Option
Label.text (email 2 subject), Pass Option, Fail Option
etc...
If the number of emails exceeds the screen space then scroll bars are generated.
I do not need specific code, just pseudo code so I know how to get started.
Thanks
MTS
What I want to do is have the user Click a button, which will read in all the emails from an Outlook folder, then they can click a corresponding option button saying whether it is a good or bad email.
It should look kind of like this (use your imagination)
Label.text (email 1 subject), Pass Option, Fail Option
Label.text (email 2 subject), Pass Option, Fail Option
etc...
If the number of emails exceeds the screen space then scroll bars are generated.
I do not need specific code, just pseudo code so I know how to get started.
Thanks
MTS