Change MFC Dialog name (when running)
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I wonder, how do I change the name of my main dialog window when my MFC program is running? (from the program itself) I'm working on a Dialog based MFC application in vc6.0) thanks!
//Johannes
-
Hi You can use SetWindowText("New Title"); Regards
The Best Religion is Science. Once you understand it, you will know God.