Re: After form Load event
From: William Ryan eMVP (dotnetguru_at_comcast.nospam.net)
Date: 03/18/04
- Next message: William Ryan eMVP: "Re: Urgent ??? - Update Data Source"
- Previous message: Jon Skeet [C# MVP]: "Re: Urgent ??? - Update Data Source"
- In reply to: Roger B.: "After form Load event"
- Next in thread: Roger B: "Re: After form Load event"
- Reply: Roger B: "Re: After form Load event"
- Reply: Roger B: "Re: After form Load event"
- Reply: Roger B: "Re: After form Load event"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: William Ryan eMVP: "Re: Urgent ??? - Update Data Source"
- Previous message: Jon Skeet [C# MVP]: "Re: Urgent ??? - Update Data Source"
- In reply to: Roger B.: "After form Load event"
- Next in thread: Roger B: "Re: After form Load event"
- Reply: Roger B: "Re: After form Load event"
- Reply: Roger B: "Re: After form Load event"
- Reply: Roger B: "Re: After form Load event"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|