Click here to Skip to main content
15,922,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: LZ algorithm Pin
Joe Woodbury13-Jul-05 7:41
professionalJoe Woodbury13-Jul-05 7:41 
GeneralRe: LZ algorithm Pin
Chris Losinger13-Jul-05 15:05
professionalChris Losinger13-Jul-05 15:05 
GeneralRe: LZ algorithm Pin
Joe Woodbury13-Jul-05 17:49
professionalJoe Woodbury13-Jul-05 17:49 
General"Debug Assertion Failed!" Pin
Halawlaws13-Jul-05 4:11
Halawlaws13-Jul-05 4:11 
GeneralRe: "Debug Assertion Failed!" Pin
David Crow13-Jul-05 5:35
David Crow13-Jul-05 5:35 
GeneralRe: "Debug Assertion Failed!" Pin
bugDanny13-Jul-05 5:55
bugDanny13-Jul-05 5:55 
GeneralRe: "Debug Assertion Failed!" Pin
Halawlaws13-Jul-05 20:16
Halawlaws13-Jul-05 20:16 
QuestionHow to set different titles for views of the same document Pin
Yaron Abershitz13-Jul-05 4:03
Yaron Abershitz13-Jul-05 4:03 
Hi there,
I have in my application a window in which I open files for edit. I present them in a tab style when there is more than one window open (similar to the source browser window in Visual Studio). what I'm trying to do is changing the name of the tab for views which are of the same document. Unfortunatly, I have no success till now.
First I try SetTitle() but ofcaurse that causes to all of the tab titles related to the same document to be changed.
Then I tried to do the following steps:
I add in
1. CChildFrame::PreCreateWindow(CREATESTRUCT &cs) :
cs.style&=~(LONG)FWS_ADDTOTITLE;
2. CMyView::OnInitialUpdate() :
GetParent()->SetWindowText("temp");
but it made no effect on the title.

How can I change the title of those tabs ? From where those tabs take the data for the title ?

I really need your help here,
thanks,
yaron.
AnswerRe: How to set different titles for views of the same document Pin
Jose Lamas Rios13-Jul-05 7:42
Jose Lamas Rios13-Jul-05 7:42 
GeneralProblem With Date Conversion Pin
astien13-Jul-05 4:00
astien13-Jul-05 4:00 
GeneralRe: Problem With Date Conversion Pin
basementman13-Jul-05 4:50
basementman13-Jul-05 4:50 
GeneralRe: Problem With Date Conversion Pin
David Crow13-Jul-05 5:39
David Crow13-Jul-05 5:39 
QuestionHow to avoid from ListCtrl flickering??? Pin
eli1502197912-Jul-05 23:17
eli1502197912-Jul-05 23:17 
AnswerRe: How to avoid from ListCtrl flickering??? Pin
Neelesh K J Jain13-Jul-05 1:29
Neelesh K J Jain13-Jul-05 1:29 
GeneralRe: How to avoid from ListCtrl flickering??? Pin
eli1502197913-Jul-05 2:02
eli1502197913-Jul-05 2:02 
GeneralRe: How to avoid from ListCtrl flickering??? Pin
Neelesh K J Jain13-Jul-05 2:09
Neelesh K J Jain13-Jul-05 2:09 
AnswerRe: How to avoid from ListCtrl flickering??? Pin
David Crow13-Jul-05 2:59
David Crow13-Jul-05 2:59 
AnswerRe: How to avoid from ListCtrl flickering??? Pin
Jack Puppy13-Jul-05 2:59
Jack Puppy13-Jul-05 2:59 
AnswerRe: How to avoid from ListCtrl flickering??? Pin
Bert [Otherside82] Derijckere13-Jul-05 3:04
Bert [Otherside82] Derijckere13-Jul-05 3:04 
Questionhow to make the application starts with the system? Pin
zhaopi12-Jul-05 23:13
zhaopi12-Jul-05 23:13 
AnswerRe: how to make the application starts with the system? Pin
Andrew Kirillov12-Jul-05 23:21
Andrew Kirillov12-Jul-05 23:21 
AnswerRe: how to make the application starts with the system? Pin
AntonlioX13-Jul-05 21:16
AntonlioX13-Jul-05 21:16 
Questionicon in task bar??? Pin
wasife12-Jul-05 19:57
wasife12-Jul-05 19:57 
AnswerRe: icon in task bar??? Pin
khan++12-Jul-05 20:15
khan++12-Jul-05 20:15 
AnswerRe: icon in task bar??? Pin
David Crow13-Jul-05 3:00
David Crow13-Jul-05 3:00 

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.