Click here to Skip to main content
16,018,460 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHiding the column header in a CListCtrl Pin
maycockt8-Jan-10 1:24
maycockt8-Jan-10 1:24 
AnswerRe: Hiding the column header in a CListCtrl Pin
Abhi Lahare8-Jan-10 1:29
Abhi Lahare8-Jan-10 1:29 
AnswerRe: Hiding the column header in a CListCtrl Pin
maycockt8-Jan-10 1:32
maycockt8-Jan-10 1:32 
GeneralRe: Hiding the column header in a CListCtrl Pin
Abhi Lahare8-Jan-10 1:36
Abhi Lahare8-Jan-10 1:36 
GeneralRe: Hiding the column header in a CListCtrl Pin
maycockt8-Jan-10 1:42
maycockt8-Jan-10 1:42 
GeneralRe: Hiding the column header in a CListCtrl Pin
Chris Meech8-Jan-10 6:03
Chris Meech8-Jan-10 6:03 
QuestionHiding Mainframe,showing ChildFrame. Pin
Anu_Bala8-Jan-10 0:12
Anu_Bala8-Jan-10 0:12 
AnswerRe: Hiding Mainframe,showing ChildFrame. [modified] Pin
LunaticFringe8-Jan-10 3:07
LunaticFringe8-Jan-10 3:07 
You're attempting to use the framework in a way for which it wasn't intended. While you may in the end get the results you're looking for, in all likelihood you won't; you will probably keep running into issues where the framework is doing something that's incompatible with your scheme. The reason is simple - like I said, you're trying to use the framework in a way for which it wasn't intended.

Typically, when you run into a situation like this, your code will get uglier and uglier as you try to force the framework to your purpose. The ugly code is trying to tell you something - you need to rethink your approach to the problem. Why on earth do you want child windows all over the place but no mainframe? (Don't answer - I'm really not interested in debating the wisdom of your scheme.)

The bottom line is this. If you're going to use MFC, you're going to be a lot better off if you go with the flow and stop trying to force the framework to do something it wasn't designed for. You would be better off finding a framework that supports the architecture you're trying to implement.

[edit]
Grammar fixes.
[/edit]

L u n a t i c F r i n g e

modified on Friday, January 8, 2010 10:42 AM

AnswerRe: Hiding Mainframe,showing ChildFrame. Pin
Iain Clarke, Warrior Programmer8-Jan-10 10:57
Iain Clarke, Warrior Programmer8-Jan-10 10:57 
QuestionHi function with variable arguments Pin
hrishiS7-Jan-10 23:36
hrishiS7-Jan-10 23:36 
AnswerRe: Hi function with variable arguments Pin
CPallini7-Jan-10 23:55
mveCPallini7-Jan-10 23:55 
AnswerRe: Hi function with variable arguments Pin
Richard MacCutchan7-Jan-10 23:57
mveRichard MacCutchan7-Jan-10 23:57 
Questiondynamic wave creation Pin
hrishiS7-Jan-10 23:01
hrishiS7-Jan-10 23:01 
AnswerRe: dynamic wave creation Pin
Cedric Moonen7-Jan-10 23:08
Cedric Moonen7-Jan-10 23:08 
GeneralRe: dynamic wave creation Pin
hrishiS7-Jan-10 23:11
hrishiS7-Jan-10 23:11 
GeneralRe: dynamic wave creation Pin
Cedric Moonen7-Jan-10 23:29
Cedric Moonen7-Jan-10 23:29 
GeneralRe: dynamic wave creation Pin
hrishiS7-Jan-10 23:33
hrishiS7-Jan-10 23:33 
QuestionCalling php script from vc++ Pin
Ash_VCPP7-Jan-10 22:48
Ash_VCPP7-Jan-10 22:48 
AnswerRe: Calling php script from vc++ Pin
Code-o-mat8-Jan-10 1:21
Code-o-mat8-Jan-10 1:21 
GeneralRe: Calling php script from vc++ Pin
Ash_VCPP10-Jan-10 22:51
Ash_VCPP10-Jan-10 22:51 
GeneralRe: Calling php script from vc++ Pin
Code-o-mat11-Jan-10 1:28
Code-o-mat11-Jan-10 1:28 
QuestionProgramming with multiple entry points Pin
Dan Senior7-Jan-10 21:40
Dan Senior7-Jan-10 21:40 
AnswerRe: Programming with multiple entry points - updated Pin
Garth J Lancaster7-Jan-10 21:50
professionalGarth J Lancaster7-Jan-10 21:50 
AnswerRe: Programming with multiple entry points Pin
Naveen7-Jan-10 22:07
Naveen7-Jan-10 22:07 
AnswerRe: Programming with multiple entry points Pin
Rajesh R Subramanian8-Jan-10 4:55
professionalRajesh R Subramanian8-Jan-10 4:55 

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.