Hello,
I write this message because I noticed that my form is slow to appear with RibbonBar.
So I had the idea to put a splashscreen to show loading of the application but is also the splashscreen is slow to appear.
I show the splashscreen and I use the Load event of the splashscreen. In this event, I set the Visible property to False of the form containing the RibbonBar and I used the Show property of this form.
And in the Load event of the form, I close the splashscreen and I put the Visible property to True to form with RibbonBar
But that does not work, the splashscreen is slow to appear.
I hope the splashscreen appears immediately and once the form with RibbonBar loaded, I close the splashscreen form and I show the form.
Is this possible ?
I write this message because I noticed that my form is slow to appear with RibbonBar.
So I had the idea to put a splashscreen to show loading of the application but is also the splashscreen is slow to appear.
I show the splashscreen and I use the Load event of the splashscreen. In this event, I set the Visible property to False of the form containing the RibbonBar and I used the Show property of this form.
And in the Load event of the form, I close the splashscreen and I put the Visible property to True to form with RibbonBar
But that does not work, the splashscreen is slow to appear.
I hope the splashscreen appears immediately and once the form with RibbonBar loaded, I close the splashscreen form and I show the form.
Is this possible ?