Re: After form Load event

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: William Ryan eMVP (dotnetguru_at_comcast.nospam.net)
Date: 03/18/04


Date: Thu, 18 Mar 2004 09:28:56 -0500

You may want to include a DoEvents statement or spin off the sub on another
thread, although if the sub is changing the values that may not be the way
to go. Can you post the code? In the meantime, see if a few DoEvents
doesn't fix theproblem.

Bill
"Roger B." <anonymous@discussions.microsoft.com> wrote in message
news:86781CCD-9FEA-4869-A85B-A53256D8D782@microsoft.com...
>
> How can I execute a sub after a form has completely loaded. I'm currently
doing in the load event, and the sub updates progress fields on the form,
but I'm not seeing the form until the sub is completed.
>
> In powerbuilder I used postevent (x) which would execute after the
completing the form load, is there an equivalent in vb.net
>
> Any help would be appreciated.



Relevant Pages

  • After form Load event
    ... How can I execute a sub after a form has completely loaded. ... I'm currently doing in the load event, and the sub updates progress fields on the form, but I'm not seeing the form until the sub is completed. ... In powerbuilder I used postevent which would execute after the completing the form load, is there an equivalent in vb.net ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Passing parameter from textbox
    ... I will now analyse the code what it does, so that i understand what is ... you may have faster load times if you don't populate the ... the page load event will fire before the ItemCommand event so ... >> Private Sub ItemCommand(ByVal source As Object, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Form Filter
    ... Private Sub Form_Load ... Why does the filter not seem to fully execute during the load event? ... "don't know" did you set filter to data during form load event or not. ...
    (comp.databases.ms-access)
  • Re: Not in list combo questions
    ... And this is on the On Load event of the pop up form. ... Private Sub Form_Load ... Response = acDataErrContinue ... vbCrLf & vbCrLf & _ ...
    (microsoft.public.access.forms)
  • Re: Passing parameter from textbox
    ... set the "Text" property of the linkbutton control as shown ... you may have faster load times if you don't populate the ... the page load event will fire before the ItemCommand event so ... > Sub Page_Load ...
    (microsoft.public.dotnet.framework.aspnet)