D
Doug Bell
Hi,
I need to build an indicator to show that a process is running, Not a
progress bar but an indicator.
Is the best simplest visual to use multiple picture boxes that are
sequentially made visible or could I use one picture box and change the
image it displays?
If the later then can I have it display sequetial Icons from within the
application rather than loading from files (which I think will be slow).
And could you please point me in the direction of refering to controls from
the collection
i.e. something like
For intn = 1 to 4
stCnl="PictBox" & intn
me.Form.Control(stCnl).Visible = me.Form.Controls.Name = stCnl
next intn
Thanks
Doug
I need to build an indicator to show that a process is running, Not a
progress bar but an indicator.
Is the best simplest visual to use multiple picture boxes that are
sequentially made visible or could I use one picture box and change the
image it displays?
If the later then can I have it display sequetial Icons from within the
application rather than loading from files (which I think will be slow).
And could you please point me in the direction of refering to controls from
the collection
i.e. something like
For intn = 1 to 4
stCnl="PictBox" & intn
me.Form.Control(stCnl).Visible = me.Form.Controls.Name = stCnl
next intn
Thanks
Doug