1.
Create a derived class from CEdit:
This you do with menu: 'Insert - New Class.."
Name: CMyEdit
FileName: CMyEdit.cpp
Base Class: CEdit
2.
you add to header-file CMyEdit.h:
public:
int upper_lower;
3.
Add to the constructor in cpp-file CMyEdit.cpp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.