Can resource statement CTEXT be used with CStatic
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi Can the "CStatic" CWnd object be used (in the create of course) with the CTEXT resource definition statement Thanks
Yes, I suppose. See, for instance, "Static Controls" at MSDN[^] and "Using the CStatic control" at CodeProject[^].
-
Yes, I suppose. See, for instance, "Static Controls" at MSDN[^] and "Using the CStatic control" at CodeProject[^].