C
christian ternek
Hello !
I want to make a custom textbox and inherit a custom control
from textbox.
Now i want to change the looking of the textbox with the following code:
protected override void OnPaint(PaintEventArgs e)
{
....
}
But the program will not come to this event !!
Can someone help me why?
Thanks
Christian
I want to make a custom textbox and inherit a custom control
from textbox.
Now i want to change the looking of the textbox with the following code:
protected override void OnPaint(PaintEventArgs e)
{
....
}
But the program will not come to this event !!
Can someone help me why?
Thanks
Christian