je ne comprends pas pourquoi les images et les labels qui composent mon splash screen ne s'affichent pas.
Merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12 ... try { Application->Initialize(); Application->Title = "Chat__"; Splash_dlg=new TSplash_dlg(NULL); Splash_dlg->Show(); // Affiche la fiche Application->CreateForm(__classid(TChat_name), &Chat_name); Sleep(1000); delete Splash_dlg; Application->Run(); } catch (Exception &exception) ....
Partager