Click here to Skip to main content
15,913,685 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changeing the caption of form Pin
Hamid_RT11-Jun-06 22:53
Hamid_RT11-Jun-06 22:53 
AnswerRe: Changeing the caption of form Pin
Renjith Ramachandran11-Jun-06 22:45
Renjith Ramachandran11-Jun-06 22:45 
Answer[board police - OT] why... Pin
toxcct11-Jun-06 22:48
toxcct11-Jun-06 22:48 
Questionc++ for web Pin
orpad11-Jun-06 22:26
orpad11-Jun-06 22:26 
AnswerRe: c++ for web Pin
Benoy Bose11-Jun-06 22:37
Benoy Bose11-Jun-06 22:37 
QuestionChanging caption in visual C++ 6 Pin
mt_samiei11-Jun-06 22:22
mt_samiei11-Jun-06 22:22 
AnswerRe: Changing caption in visual C++ 6 Pin
Cedric Moonen11-Jun-06 22:28
Cedric Moonen11-Jun-06 22:28 
AnswerRe: Changing caption in visual C++ 6 Pin
Viorel.11-Jun-06 22:34
Viorel.11-Jun-06 22:34 
You can change it manually before compiling the project.

Open your project in VC 6.0. Display the workspace using View --> Workspace command. Go to Resource View tab, find your dialog resouce and double-click on it. The dialog editor will be started. Then click on the dialog’s caption. Show the properties tool dialog using View --> Properties command. Edit the caption in this tool. Then recompile the project.

If you need to change the caption programmatically, you can use SetWindowText function called for your dialog class.
AnswerRe: Changing caption in visual C++ 6 Pin
Eytukan11-Jun-06 22:58
Eytukan11-Jun-06 22:58 
QuestionActive directory and user login names/groups [modified] Pin
vikramlinux11-Jun-06 22:12
vikramlinux11-Jun-06 22:12 
AnswerRe: Active directory and user login names/groups Pin
Viorel.11-Jun-06 23:49
Viorel.11-Jun-06 23:49 
Questionremoving spaces-newbie Pin
antonaras11-Jun-06 21:41
antonaras11-Jun-06 21:41 
AnswerRe: removing spaces-newbie [modified] Pin
Viorel.11-Jun-06 21:52
Viorel.11-Jun-06 21:52 
GeneralRe: removing spaces-newbie Pin
antonaras11-Jun-06 21:59
antonaras11-Jun-06 21:59 
GeneralRe: removing spaces-newbie Pin
Sarath C11-Jun-06 22:08
Sarath C11-Jun-06 22:08 
GeneralRe: removing spaces-newbie Pin
antonaras11-Jun-06 22:22
antonaras11-Jun-06 22:22 
GeneralRe: removing spaces-newbie Pin
toxcct11-Jun-06 22:55
toxcct11-Jun-06 22:55 
GeneralRe: removing spaces-newbie Pin
toxcct11-Jun-06 22:12
toxcct11-Jun-06 22:12 
GeneralRe: removing spaces-newbie Pin
Sarath C11-Jun-06 22:16
Sarath C11-Jun-06 22:16 
GeneralRe: removing spaces-newbie Pin
Viorel.11-Jun-06 22:19
Viorel.11-Jun-06 22:19 
GeneralRe: removing spaces-newbie Pin
antonaras11-Jun-06 22:31
antonaras11-Jun-06 22:31 
GeneralRe: removing spaces-newbie Pin
David Crow12-Jun-06 3:08
David Crow12-Jun-06 3:08 
GeneralRe: removing spaces-newbie Pin
Viorel.12-Jun-06 3:20
Viorel.12-Jun-06 3:20 
GeneralRe: removing spaces-newbie Pin
David Crow12-Jun-06 3:29
David Crow12-Jun-06 3:29 
QuestionSeparate actions on Button click and button release Pin
Larssen2511-Jun-06 21:37
Larssen2511-Jun-06 21:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.