Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
80
Slow loading\creating Infragistics components on a VB net form
posted

Hi

I use NetAdvantage2010.3 and working with DockManager.

I need to  know why when the program call UltraExplorer Bar it's loads to slow. First you can see the grey box and after few seconds all others controls  that was added to it. I set the animation to "Fast" but it not help.

 

  Dim stream As FileStream = Nothing

        Dim XMLName As String = AppFPath & "\dockManager.xml"

 

      Try

            stream = New FileStream(XMLName, FileMode.Open, FileAccess.Read)

            Me.ToolB.LoadFromXML(stream)

       Finally

            If Not stream Is Nothing Then stream.Close()

        End Try

        ToolB.Visible = True