detecting controls and their values

G

Gage Jarvis

Hi All,

I have an application class set up to detect the SlideShowNextSlide
event. Works great. My question:

I want to write code for this event that will detect any/all controls
on the slide and write their current values to an external text file.
Can someone tell me how you could setup a loop to detect the controls
and their current values? Something akin to:

for x = 1 to number of controls on the current slide
data1(x) = control(x).name
data2(x) = control(x).value
next

So, for example if "text1" was a textbox that the user had typed their
name in, then data1(1).name would be "text1" and data2(1).value would
be "Bob".

Any thoughts?

Thanks!
Blair
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top