c++ - How to modify captions of windows created by visual studio project wizard -
i have craeted visual c++ project using studio 2010 wizard in have added things fileview, classview, propertieswindow, outputwindow etc, help of wizard. interested in changing default captions/names of 1 of these items let's fileview. fileview has resource string "ids_file_view" associated with value "file view" displayed caption of fileview window. if alter value of above mentioned string in resources not alter caption , still shows "file view" caption. suggest me how can customize captions , other features of such mutual windows created through studio wizards?
thanks lot.
you don't say, assume "ids" using mfc libraries.
in mfc, resource strings ids_file_view defined , used designer quite possible override them. changing ids_file_view resource's value indeed alter displayed when resource used, may have (inadvertently) prevented resource beingness used expect.
i check through project files see , related names appear , verify there no inconsistencies.
hth
ruth
c++ visual-studio-2010 project wizard
No comments:
Post a Comment