Preload MDI childeren to improve performance

L

Luc

Hi all,

Does anybody have code snippet which I can use to PRELOAD a list of MDI
childs, to improve the load (avoid flickering) event?
FYI, during the child load event, all comboxes are filles with data from the
database....

Thx for your response !!
 
R

Robbe Morris - [MVP] C#

You may not want to put a bunch of database oriented code
in the Form Load event. It might be better in some cases to
create a method called .LoadDataToForm or something like that
which "really" loads the form contents but only when your app is
ready.

--
Robbe Morris [Microsoft MVP - Visual C#]
AdvancedXL Server, Designer, and Data Analyzer
Convert cell ranges in Excel to rule driven web apps
without IT programmers.
Free download: http://www.equalssolved.com/default.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top