Re: Numeric spin control,
- From: "Doug Harrison [MVP]" <dsh@xxxxxxxx>
- Date: Thu, 13 Jul 2006 10:41:25 -0500
What I meant was, how would a non-brain-damaged MFC designer have addressed
the problem when designing MFC, the problem being the inability to reliably
call base class message handler functions using different parameters?
Doug
On Thu, 13 Jul 2006 11:09:25 -0400, Joseph M. Newcomer
<newcomer@xxxxxxxxxxxx> wrote:
See my previous post..
joe
On Wed, 12 Jul 2006 23:47:20 -0500, "Doug Harrison [MVP]" <dsh@xxxxxxxx> wrote:
On Wed, 12 Jul 2006 18:57:02 -0400, Joseph M. NewcomerJoseph M. Newcomer [MVP]
<newcomer@xxxxxxxxxxxx> wrote:
LRESULT CMyControl::OnSetText(WPARAM, LPARAM lParam)
{
CString s;
// format s for the desired state
return CMyParent::OnSetText(0, (LPARAM)(LPCTSTR)s);
}
This is what I should be able to write. But of course, due to terminal brain death of
some MFC designer, this cannot possibly work.
I agree it's unfortunate that this doesn't work as everyone would like it
to, but how would you propose fixing it?
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
- References:
- Numeric spin control,
- From: vsgdp
- Re: Numeric spin control,
- From: Joseph M . Newcomer
- Re: Numeric spin control,
- From: Jeff Partch
- Re: Numeric spin control,
- From: Joseph M . Newcomer
- Re: Numeric spin control,
- From: Jeff Partch
- Re: Numeric spin control,
- From: Joseph M . Newcomer
- Re: Numeric spin control,
- From: Jeff Partch
- Re: Numeric spin control,
- From: Joseph M . Newcomer
- Re: Numeric spin control,
- From: Doug Harrison [MVP]
- Re: Numeric spin control,
- From: Joseph M . Newcomer
- Numeric spin control,
- Prev by Date: WM_COPY,WM_PASTER override in CEdit
- Next by Date: Re: How can I add a button by the side of Menu bar (or On Menu bar)
- Previous by thread: Re: Numeric spin control,
- Next by thread: Re: Numeric spin control,
- Index(es):