What is happening with the form when it shows/loads? Its sounds like this is problem beyond just having a lot of controls? Are you loading a lot of data when the form loads and is it possible this is slowing down the process? Perhaps you can use a background worker thread to load the data or wait to load the data after the form is displayed/loaded.
-
Peter