RP
Ramesh Praveen
Syncfusion Team
June 30, 2003 04:54 PM UTC
I believe you should also set the FlatStyle to Standard for the Label.
Regards,
Praveen
EL
ELI-SHAUL
July 1, 2003 01:48 PM UTC
> I believe you should also set the FlatStyle to Standard for the Label.
>
> Regards,
> Praveen
Hello Regards Praveen
I set the FlatStyle to standard and it's not working
if you can to run my program and try to find solution
thank you very much for your help
RP
Ramesh Praveen
Syncfusion Team
July 1, 2003 03:32 PM UTC
Eli,
Looking at your code, there seems to be some logical issues.
You should move all your DrewDemo to OnPaint override in the Form. Don't update the Label's BackColor then like you do in DrewDemo.
-Praveen