How to override the control
C / C++ / MFC
4
Posts
4
Posters
0
Views
1
Watching
-
Hi all As iam a Beginner in MFC,i want to know how to override the control(ex:edit control)
-
Hi all As iam a Beginner in MFC,i want to know how to override the control(ex:edit control)
You can customize the edit control by Subclassing it to meet your needs. Derive a class from CEdit and override the functions provided in the class.
Somethings seem HARD to do, until we know how to do them. ;-)_AnShUmAn_
-
Hi all As iam a Beginner in MFC,i want to know how to override the control(ex:edit control)
-
Hi all As iam a Beginner in MFC,i want to know how to override the control(ex:edit control)