Bonsoir à tous,
Depuis 2 jours, le canvas n'affiche rien. Exemple tout simplement :
Resultat : La Form ne bronche pas.Code:
1
2
3
4
5
6 __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) { Form1->Canvas->Brush->Color=clWhite; Form1->Canvas->Rectangle(0,0,15,15); }
Si je pouvais avoir une solution à ce problème :roll: merci...