Hi I want to create a custom edit box, but because it is not allowed to overwrite its OnPaint() method I cannot derive my class from edit box class and I have to write it from scratch, but the problem is how I can make a custom control editable. Thanks in advance S