October 6th, 1999, 01:43 AM
In the Open or Save dialog how could I change the open and save button's to say something else?????
Thanks
Thanks
|
Click to See Complete Forum and Search --> : File Dialog October 6th, 1999, 01:43 AM In the Open or Save dialog how could I change the open and save button's to say something else????? Thanks Rail Jon Rogut October 6th, 1999, 03:03 AM Use CFileDialog::SetControlText()... to see an example of it in use, check out my Example 11 at http://home.earthlink.net/~railro/mfc_link.html. SetControlText() is an undocumented function, but you can find it in the MFC source code. Rail ------------ Recording Engineer/Software Developer Rail Jon Rogut Software http://home.earthlink.net/~railro/ railro@earthlink.net codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |