Click here to Skip to main content
15,892,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: convert double to WCHAR Pin
jkirkerx15-Nov-11 7:18
professionaljkirkerx15-Nov-11 7:18 
GeneralRe: convert double to WCHAR Pin
David Crow15-Nov-11 9:09
David Crow15-Nov-11 9:09 
GeneralRe: convert double to WCHAR Pin
Peter_in_278015-Nov-11 11:19
professionalPeter_in_278015-Nov-11 11:19 
QuestionSetOccDialogInfo linker error VC 6.0 MFC SOLVED????? Pin
Vaclav_14-Nov-11 12:18
Vaclav_14-Nov-11 12:18 
AnswerRe: SetOccDialogInfo linker error VC 6.0 MFC Pin
Richard Andrew x6414-Nov-11 13:49
professionalRichard Andrew x6414-Nov-11 13:49 
GeneralRe: SetOccDialogInfo linker error VC 6.0 MFC Pin
Vaclav_14-Nov-11 14:30
Vaclav_14-Nov-11 14:30 
QuestionDelete tab Pin
antonio34314-Nov-11 12:08
antonio34314-Nov-11 12:08 
AnswerRe: Delete tab Pin
enhzflep14-Nov-11 13:44
enhzflep14-Nov-11 13:44 
Paul DiLascia wrote:
// Copyright 1999 Paul DiLascia
// If this program works, it was written by Paul DiLascia.
// If not, I don't know who wrote it.

As read in FTab.cpp/.h
+10 Laugh | :laugh: Laugh | :laugh:


I'd guess that the 'informes' tab is created(added to the list of tabs) with CFolderTabCtrl::AddItem or perhaps they're all loaded at once from a resource, via the CFolderTabCtrl::Load method.

If you have the source, I'd simply search for 'informes' - I'd check the resources too.

Failing that - if you have a debug build, I'd get Ida Pro Advanced (you can get a free-version) and analyse the exe file, looking for either (a) references to the string 'informes' or (b) references to any/all functions in the CFolderTabCtrl class.
QuestionRe: Delete tab Pin
David Crow14-Nov-11 16:53
David Crow14-Nov-11 16:53 
AnswerRe: Delete tab Pin
antonio34314-Nov-11 23:05
antonio34314-Nov-11 23:05 
QuestionRe: Delete tab Pin
David Crow15-Nov-11 2:59
David Crow15-Nov-11 2:59 
QuestionC++ Function Alias Pin
Joschwenk66614-Nov-11 2:41
Joschwenk66614-Nov-11 2:41 
AnswerRe: C++ Function Alias Pin
Chris Meech14-Nov-11 3:13
Chris Meech14-Nov-11 3:13 
GeneralRe: C++ Function Alias Pin
Albert Holguin14-Nov-11 3:55
professionalAlbert Holguin14-Nov-11 3:55 
GeneralRe: C++ Function Alias Pin
Chris Meech14-Nov-11 4:13
Chris Meech14-Nov-11 4:13 
GeneralRe: C++ Function Alias Pin
Albert Holguin14-Nov-11 4:33
professionalAlbert Holguin14-Nov-11 4:33 
GeneralRe: C++ Function Alias Pin
Richard MacCutchan14-Nov-11 6:36
mveRichard MacCutchan14-Nov-11 6:36 
GeneralRe: C++ Function Alias Pin
Albert Holguin14-Nov-11 7:25
professionalAlbert Holguin14-Nov-11 7:25 
GeneralRe: C++ Function Alias Pin
Richard MacCutchan14-Nov-11 21:05
mveRichard MacCutchan14-Nov-11 21:05 
AnswerRe: C++ Function Alias Pin
Albert Holguin14-Nov-11 4:00
professionalAlbert Holguin14-Nov-11 4:00 
GeneralRe: C++ Function Alias Pin
Chris Meech14-Nov-11 4:27
Chris Meech14-Nov-11 4:27 
AnswerRe: C++ Function Alias Pin
Chuck O'Toole14-Nov-11 6:39
Chuck O'Toole14-Nov-11 6:39 
AnswerRe: C++ Function Alias Pin
Erudite_Eric14-Nov-11 5:18
Erudite_Eric14-Nov-11 5:18 
AnswerRe: C++ Function Alias Pin
Maximilien14-Nov-11 6:25
Maximilien14-Nov-11 6:25 
GeneralRe: C++ Function Alias Pin
Chuck O'Toole14-Nov-11 6:46
Chuck O'Toole14-Nov-11 6:46 

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.