Re: I don't want to see scroling which VBA does, adding a progress bar



Marko,

Regarding question 1:

Application.ScreenUpdating = False ' turn off updating

Application.ScreenUpdating = True ' turns it back on

Regarding question 2:

See the ProgressBar control. You may have to add it to your controls
toolbar. "Microsoft ProgressBar Control 6.0".

The progress bar maximum is an integer value so you may have to wrap the
update function to handle long values.




*** Sent via Developersdex http://www.developersdex.com ***
.



Relevant Pages

  • Re: Help w/Progress Bar
    ... Alex ... > I am using a ProgressBar control in my .Net CF app and I'd like to know if ... Prev by Date: ...
    (microsoft.public.dotnet.framework.compactframework)
  • Help w/Progress Bar
    ... I am using a ProgressBar control in my .Net CF app and I'd like to know if ... ProgressBar is okay, but I'd really like to be able to change the color and ... Prev by Date: ...
    (microsoft.public.dotnet.framework.compactframework)