Im a new learning at MFC. I know how to change a button caption by going to properties.. but how can I change it with code?
thanks!
Printable View
Im a new learning at MFC. I know how to change a button caption by going to properties.. but how can I change it with code?
thanks!
Do you know C++ already?
You can just use the CWnd::SetWindowText function :)