Re: Newbie: Form Load Control Issues...
- From: "The VanDerbeck Group" <TheVanDerbeckGroup@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 11 Aug 2005 11:31:18 -0700
The application.DoEvents() seemed to work, however, I could not find the
'refresh' method i.e. form1.refresh()??
-ev-
"Herfried K. Wagner [MVP]" wrote:
> "The VanDerbeck Group" <TheVanDerbeckGroup@xxxxxxxxxxxxxxxxxxxxxxxxx>
> schrieb:
> >I have a very simple app that has one form (form1) and on the form is a
> > progressbar (progressbar1). My issue is when the app runs, the progress
> > bar
> > beging updating before the complete form is loaded (i.e. I see the
> > progress
> > bar fillin in, and the title bar of the form, but the rest of the form is
> > not
> > loaded. What am I doing wrong? The progress bar is updated via a sub that
> > basically is nothing more that a counter loop.
>
>
> Call 'Application.DoEvents' and the form's or control's 'Refresh' method
> every nth iteration.
>
> --
> M S Herfried K. Wagner
> M V P <URL:http://dotnet.mvps.org/>
> V B <URL:http://classicvb.org/petition/>
>
>
.
- Follow-Ups:
- Re: Newbie: Form Load Control Issues...
- From: Chris Dunaway
- Re: Newbie: Form Load Control Issues...
- References:
- Newbie: Form Load Control Issues...
- From: The VanDerbeck Group
- Re: Newbie: Form Load Control Issues...
- From: Herfried K. Wagner [MVP]
- Newbie: Form Load Control Issues...
- Prev by Date: Editing a cell in ListView
- Next by Date: any project example to clean up clsID and classes etc for registry
- Previous by thread: Re: Newbie: Form Load Control Issues...
- Next by thread: Re: Newbie: Form Load Control Issues...
- Index(es):
Relevant Pages
|