merlinos
January 15th, 2007, 04:23 PM
Hi,
I need to customize the CEdit control to use character masks. I thought of subclassing but the CEdit controls I need to customize are on a view that is created from scratch, so there is no CEdit resource to attach to with a GetDlgItem. The existing CEdit controls are created with a call to Create().
How can I subclass without a resource?
Thanks,
Merlinos
I need to customize the CEdit control to use character masks. I thought of subclassing but the CEdit controls I need to customize are on a view that is created from scratch, so there is no CEdit resource to attach to with a GetDlgItem. The existing CEdit controls are created with a call to Create().
How can I subclass without a resource?
Thanks,
Merlinos