Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Comment lancer une fenetre splash dans un thread ?

1 réponse
Avatar
Philippe Cazaux-Moutou
Bonjour

actuellement mon appli demmare comme ca



static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new FMain());
}
mais elle mets du temps a s afficher
Je voudrais creer un splashscreen avant le démarrage de ma main et le
détruire quand tou est affiché,

comment coder ca, et OU, et comment le coder dans un thread séparé, et ou
tuer ce splash quand tout est affiché ?

merci

--
__________________________________________
ancestrologie@wanadoo.fr

Le Gosier - Guadeloupe

1 réponse

Avatar
Paul Bacelar
Google est ton ami :-):
http://www.codersource.net/csharp_splash_screen.aspx
--
Paul Bacelar
MVP VC++


"Philippe Cazaux-Moutou" wrote in message
news:4492c302$0$897$
Bonjour

actuellement mon appli demmare comme ca



static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new FMain());
}
mais elle mets du temps a s afficher
Je voudrais creer un splashscreen avant le démarrage de ma main et le
détruire quand tou est affiché,

comment coder ca, et OU, et comment le coder dans un thread séparé, et ou
tuer ce splash quand tout est affiché ?

merci

--
__________________________________________


Le Gosier - Guadeloupe