Re: Controls

From: Alexander Nickolov (agnickolov_at_mvps.org)
Date: 03/08/04


Date: Mon, 8 Mar 2004 11:05:29 -0800

Where exactly did you read me mentioning ANYTHING about
ActiveX Controls???

Here's my post again:

=====================================
If you want to use MFC, why bother with ATL in the first place?

To answer your question, ATL does not provide wrappers
for Windows and Common Controls. You can get the ATLCON
sample that provides atlcontrols.h, or you can start using WTL
(the Windows Template Library). Even then, there is no
wizard support, so you'll need to manually add control members
to your class and manually call their Attach methods within
your WM_INITDIALOG handler...
=====================================

-- 
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@mvps.org
MVP VC FAQ: http://www.mvps.org/vcfaq
=====================================
"Chakkaradeep" <anonymous@discussions.microsoft.com> wrote in message news:35B732F5-B9E9-437E-ADC6-99E0DC00D600@microsoft.com...
> hi,
> 
> the  thing am working in Outlook COM Addins and not working in ActiveX controls..so i asked how to use member variables as we use in MFC....am using a Dialog Box instead of composite control which will be shown when i press a button in Outlook...
> 
> with regards,
> chakkaradeep.c.c


Relevant Pages

  • Re: What does an Active X control mean by Accelerator?
    ... titled something about extending ATL ... >> and after creating the control to subclass the child window using a ... > keys. ...
    (microsoft.public.win32.programmer.ole)
  • Re: CWindowImpl-derived classes in dialog boxes
    ... Now I remember what was the principle problem with ATL ... for User Controls - its startup windowproc does not allocate ... the actual class instance is not even allocated); ...
    (microsoft.public.vc.atl)
  • Re: Quest: Creating an ActiveX panel control...
    ... I think you need to start from the basics on creating ActiveX controls. ... always prefer using ATL rather than MFC, ...
    (microsoft.public.vc.mfc)
  • Re: ocx creation
    ... There are two options - ATL and MFC. ... framework and it offers extensive support for writing ActiveX ... Controls. ...
    (microsoft.public.win32.programmer.ole)
  • Re: Newbie to C#
    ... >>> versus a lot of programming time. ... >> Secondly, third-party controls are not necessarily reliable, but they ARE ... >> Microsoft MVP ... >> A watched clock never boils. ...
    (microsoft.public.dotnet.languages.csharp)