Re: I can't see my Form

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Hernan Batista" <HernanBatista@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:0FA54D0F-5622-48B9-A6C4-DA66A03BE760@xxxxxxxxxxxxx
> hi friends, I'm loading a form who connect to my database and
> retrieve all the information from a table, then I show a progress bar
> that show de progress of the load job, but the problem is that I
> can't see my form when he load, I think that is working like a
> background process because when the connection end the load work
> inmediatly appear my form with the progress bar in his maximun
> value....
>
> I want to see my form and the progress of the progress bar, Do you
> have any idea why is doing that? and how solve it?

You say you Load the form... do you ever Show it? try adding "Me.Show"
before the load starts.

--
Reply to the group so all can participate
VB.Net: "Fool me once..."

.



Relevant Pages

  • Re: Processing or wait control
    ... Is there a processing or wait control in .NET that i can display to the user when large amounts of data are loaded from the database. ... Since i cant use the progress bar since i dont know how much data is loaded from the database. ... The other option would be to make a call to the DB to get the number of records, then use a datareader to load the data from the database. ... This way you can incriment the progress bar in your datareader loop and it will be acturate. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: ProgressBar or WaitCursor
    ... From a design point of view you should use a progress bar to reassure the user that something is happening and the wait cursor to signify that no action is available. ... If other actions are available while the load is taking place, don't use the wait cursor, otherwise use both. ... Find great Windows Forms articles in Windows Forms Tips and Tricks ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: entering a function after dialog is displayed
    ... How many Adobe programmers does it take to change a light bulb? ... and the rest to load the JavaScript before the first can ... A progress bar works nicely. ...
    (microsoft.public.vc.mfc)
  • Re: progress bar
    ... your form is taking so long to load. ... resize the current photo when the form is resized. ... call to your progress bar at the INIT method on each of the pages of the ... you can still display progress if you ...
    (microsoft.public.fox.programmer.exchange)
  • Re: progress bar
    ... "Dynamically Loading Page Controls on a Page Frame" which should land you on an "Optimizing Forms and Controls" page. ... And even if you end up looking at each, the load time is split across the program - less noticeable. ... The problem is the app runs the progress bar then it loads the form. ... The form is large with lots of pageframes and pages with pictures on each. ...
    (microsoft.public.fox.programmer.exchange)