How to change the caption of the "open" button?
-
hi, I would like to change the caption of a button on a "open file dialogue". Do you know how to do it?? Thank you. :) leonwoo
It's id is defined in dlgs.h and is something like btn1 or btn2. try GetDlgItem on different numbers working up until one works ;0) Christian The content of this post is not necessarily the opinion of my yadda yadda yadda. To understand recursion, we must first understand recursion.
-
It's id is defined in dlgs.h and is something like btn1 or btn2. try GetDlgItem on different numbers working up until one works ;0) Christian The content of this post is not necessarily the opinion of my yadda yadda yadda. To understand recursion, we must first understand recursion.
check out http://www.codeproject.com/dialog/ddxfile.asp. This article by PJ Naughter does exactly what you want.:)