PDA

Click to See Complete Forum and Search --> : MFC help!


nkad
Nov 5th, 2002, 09:33 PM
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!

parksie
Nov 6th, 2002, 07:14 AM
Do you know C++ already?

You can just use the CWnd::SetWindowText function :)