Controls
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Are all the VCPP Common Controls Active X controls? For example CEdit.
-
Are all the VCPP Common Controls Active X controls? For example CEdit.
No - they are classes derived from CWnd. Christian The content of this post is not necessarily the opinion of my yadda yadda yadda. To understand recursion, we must first understand recursion.
-
No - they are classes derived from CWnd. Christian The content of this post is not necessarily the opinion of my yadda yadda yadda. To understand recursion, we must first understand recursion.
Actually, CEdit is actually a Windows CONTROL which CEdit subclasses.