Application.Run()

  • Thread starter Thread starter rkbnair
  • Start date Start date
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.
 
Back
Top