Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: On vertical and horizontal scroll Pin
SandipG 28-May-08 1:10
SandipG 28-May-08 1:10 
AnswerRe: On vertical and horizontal scroll Pin
Hamid_RT28-May-08 1:12
Hamid_RT28-May-08 1:12 
GeneralRe: On vertical and horizontal scroll Pin
vandana728-May-08 5:30
vandana728-May-08 5:30 
AnswerRe: On vertical and horizontal scroll Pin
Alan Balkany28-May-08 8:13
Alan Balkany28-May-08 8:13 
QuestionChange the name of MFC application Pin
vandana728-May-08 0:52
vandana728-May-08 0:52 
AnswerRe: Change the name of MFC application Pin
SandipG 28-May-08 1:14
SandipG 28-May-08 1:14 
GeneralRe: Change the name of MFC application Pin
vandana728-May-08 6:04
vandana728-May-08 6:04 
AnswerRe: Change the name of MFC application Pin
_AnsHUMAN_ 28-May-08 1:26
_AnsHUMAN_ 28-May-08 1:26 
In CMainFrame::PreCreateWindow add this.
cs.style &= ~FWS_ADDTOTITLE ;
This would remove the "untitled" string form the title and then you can use SetWindowText to show what you want.

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

QuestionMaximize Window Pin
vandana728-May-08 0:50
vandana728-May-08 0:50 
AnswerRe: Maximize Window Pin
Hamid_RT28-May-08 1:09
Hamid_RT28-May-08 1:09 
GeneralRe: Maximize Window Pin
vandana728-May-08 6:14
vandana728-May-08 6:14 
GeneralRe: Maximize Window Pin
Hamid_RT28-May-08 18:24
Hamid_RT28-May-08 18:24 
AnswerRe: Maximize Window Pin
SandipG 28-May-08 1:16
SandipG 28-May-08 1:16 
QuestionParent and Child in separate UI Threads Pin
Denis Adamchuk28-May-08 0:30
Denis Adamchuk28-May-08 0:30 
QuestionCan I download any file from any website automaticlly? Pin
sumit.durg27-May-08 23:55
sumit.durg27-May-08 23:55 
AnswerRe: Can I download any file from any website automaticlly? Pin
Nibu babu thomas28-May-08 0:17
Nibu babu thomas28-May-08 0:17 
GeneralRe: Can I download any file from any website automaticlly? Pin
sumit.durg28-May-08 1:03
sumit.durg28-May-08 1:03 
GeneralRe: Can I download any file from any website automaticlly? Pin
Nibu babu thomas28-May-08 1:07
Nibu babu thomas28-May-08 1:07 
QuestionHorizontal Scrollbar in Workspace? Pin
Le@rner27-May-08 23:39
Le@rner27-May-08 23:39 
QuestionRegarding Reference variable Pin
kuttiam27-May-08 22:47
kuttiam27-May-08 22:47 
AnswerRe: Regarding Reference variable Pin
CPallini27-May-08 22:55
mveCPallini27-May-08 22:55 
AnswerRe: Regarding Reference variable Pin
Jijo.Raj27-May-08 22:56
Jijo.Raj27-May-08 22:56 
AnswerRe: Regarding Reference variable [modified] Pin
Nibu babu thomas27-May-08 22:57
Nibu babu thomas27-May-08 22:57 
Questioncannot add icon to tree control [modified] Pin
tataxin27-May-08 21:06
tataxin27-May-08 21:06 
AnswerRe: cannot add icon to tree control Pin
SandipG 27-May-08 21:18
SandipG 27-May-08 21:18 

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.