Preload MDI childeren to improve performance

  • Thread starter Thread starter Luc
  • Start date Start date
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 !!
 
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
 
Back
Top