Click here to Skip to main content
15,902,876 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Not very Visual C++ related question Pin
Ryan Binns13-Jun-03 0:03
Ryan Binns13-Jun-03 0:03 
GeneralRe: Not very Visual C++ related question Pin
sulaxan13-Jun-03 1:45
sulaxan13-Jun-03 1:45 
GeneralRe: Not very Visual C++ related question Pin
Toni7813-Jun-03 9:31
Toni7813-Jun-03 9:31 
GeneralRe: Not very Visual C++ related question Pin
Toni7813-Jun-03 22:27
Toni7813-Jun-03 22:27 
Generalthe title of the window Pin
gucy12-Jun-03 23:26
gucy12-Jun-03 23:26 
GeneralRe: the title of the window Pin
Stlan13-Jun-03 1:25
Stlan13-Jun-03 1:25 
GeneralRe: the title of the window Pin
Anonymous13-Jun-03 3:04
Anonymous13-Jun-03 3:04 
GeneralRe: the title of the window Pin
sulaxan13-Jun-03 2:56
sulaxan13-Jun-03 2:56 
hello......

u can set the title of the application window in InitInstance() function of the SDI application class....

u'll have m_pMainWnd as member variable... all u've to do is

m_pMainWnd->SetWindowText("MyProject");

or go to string table and change IDS_APP_TITLE Caption to Myproject......

try the first one...which is better

Adi
GeneralRe: the title of the window Pin
David Crow13-Jun-03 3:21
David Crow13-Jun-03 3:21 
GeneralRe: the title of the window Pin
basementman13-Jun-03 4:41
basementman13-Jun-03 4:41 
GeneralRe: the title of the window Pin
David Crow13-Jun-03 4:48
David Crow13-Jun-03 4:48 
GeneralSetPriorityClass Pin
Jerome Conus12-Jun-03 23:24
Jerome Conus12-Jun-03 23:24 
GeneralRe: SetPriorityClass Pin
Ryan Binns12-Jun-03 23:39
Ryan Binns12-Jun-03 23:39 
Generalmemory mapped files question Pin
Niko Tanghe12-Jun-03 22:49
Niko Tanghe12-Jun-03 22:49 
GeneralDatabase Problem! Pin
vcseeker12-Jun-03 22:35
vcseeker12-Jun-03 22:35 
GeneralRe: Database Problem! Pin
Toni7812-Jun-03 23:20
Toni7812-Jun-03 23:20 
GeneralRe: Database Problem! Pin
basementman13-Jun-03 4:48
basementman13-Jun-03 4:48 
QuestionCount lines of code in a VS7 solution? Pin
Juan Miguel Venturello12-Jun-03 22:26
Juan Miguel Venturello12-Jun-03 22:26 
AnswerRe: Count lines of code in a VS7 solution? Pin
Franz Klein12-Jun-03 23:16
Franz Klein12-Jun-03 23:16 
GeneralRe: Count lines of code in a VS7 solution? Pin
Juan Miguel Venturello12-Jun-03 23:34
Juan Miguel Venturello12-Jun-03 23:34 
Generalsim printf Pin
parths12-Jun-03 21:59
parths12-Jun-03 21:59 
GeneralRe: sim printf Pin
Ryan Binns12-Jun-03 22:20
Ryan Binns12-Jun-03 22:20 
GeneralRe: sim printf Pin
parths13-Jun-03 2:12
parths13-Jun-03 2:12 
GeneralProblem with Font.Escapement Pin
Nuehli12-Jun-03 21:45
Nuehli12-Jun-03 21:45 
GeneralRe: Problem with Font.Escapement Pin
Roger Allen13-Jun-03 0:28
Roger Allen13-Jun-03 0:28 

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.