G
Guest
Hello,
In my application I am trying to load up some forms, however the loading of the forms is causing a lot of flickering. Are there any commands that can stop showing the repainting of the forms and thus make for a smoother running application.
mdiClient.DkManager.LoadConfigFromFile("c:\alpine\aims\QuoteHistoryconfig.xml")
mdiClient.ActiveForm.Controls.Add(mdiClient._filler)
'Controls.SetChildIndex(_filler, 0)
mdiClient.DkManager.InnerControl = mdiClient._filler
mdiClient.DkManager.InsideFill = True
mdiClient.DkManager.OuterControl = _statusBar
Thanx in advance
Geri
In my application I am trying to load up some forms, however the loading of the forms is causing a lot of flickering. Are there any commands that can stop showing the repainting of the forms and thus make for a smoother running application.
mdiClient.DkManager.LoadConfigFromFile("c:\alpine\aims\QuoteHistoryconfig.xml")
mdiClient.ActiveForm.Controls.Add(mdiClient._filler)
'Controls.SetChildIndex(_filler, 0)
mdiClient.DkManager.InnerControl = mdiClient._filler
mdiClient.DkManager.InsideFill = True
mdiClient.DkManager.OuterControl = _statusBar
Thanx in advance
Geri