Application.Run()

R

rkbnair

I use the following syntax to load a form.
Application.Run(xxx.frm_wait);

After loading the form, what should I do to change the properties of the
controls inside that form?

Say for example, I want to change the value of the progressbar inside that
form.

Thanks in advance.
 

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