COleControl and CWnd Using both Newbie
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 10 articles for 0.073 sec
Re: COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: Ajay Kalra
Date: Aug 26, 2007 14:13

......@remove-this.dcsoft.com> wrote: "Ajay Kalra" <ajayka...@yahoo.com> wrote in message news:1188078902.389301.278000@22g2000hsm.googlegroups.com... Nothing specfic about your issue but you should not be using MFC to develop activex controls which are deployed over the web. ATL is significantly better as its lightweight. Frankly a 300 KB ActiveX control written in ...
Show full article (0.83Kb) · Show article thread
Re: COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: Giovanni Dicanio
Date: Aug 26, 2007 11:57

...ha scritto nel messaggio news:1188078902.389301.278000@22g2000hsm.googlegroups.com... Nothing specfic about your issue but you should not be using MFC to develop activex controls which are deployed over the web. ATL is .... IMHO, ATL (and WTL) is more complex than MFC. One can be a good C++ programmer and use MFC proficiently; OTOH, ATL and WTL are heavily based on templates, and ...
Show full article (0.95Kb) · Show article thread
Re: COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: Nobody
Date: Aug 26, 2007 10:19

...a windowless control, you should always use the COleControl member functions instead of the corresponding CWnd member functions ...OnDraw(CDC* pDC); So, In order for me to keep developing both controls, I suppose I have to do something like this. CMyControl::OnDraw(... a different sort of registration. Is that generally how developing both kind of controls is done, before I jump ...
Show full article (4.28Kb) · Show article thread
Re: COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: David Ching
Date: Aug 26, 2007 06:27

"Ajay Kalra" <ajaykalra@yahoo.com> wrote in message news:1188078902.389301.278000@22g2000hsm.googlegroups.com... Nothing specfic about your issue but you should not be using MFC to develop activex controls which are deployed over the web. ATL is significantly better as its lightweight. Frankly a 300 KB ActiveX control written in MFC is no big deal anymore? -- David
Show full article (0.38Kb) · Show article thread
Re: COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: Ajay Kalra
Date: Aug 25, 2007 23:55

...windowless control, you should always use the COleControl member functions instead of the corresponding CWnd member functions ...(CDC* pDC); So, In order for me to keep developing both controls, I suppose I have to do something like this. CMyControl::OnDraw(... Thanks, Nothing specfic about your issue but you should not be using MFC to develop activex controls which are deployed ...
Show full article (3.28Kb) · Show article thread
COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: Nobody
Date: Aug 25, 2007 15:03

... windowless control, you should always use the COleControl member functions instead of the corresponding CWnd member functions or...::OnDraw(CDC* pDC); So, In order for me to keep developing both controls, I suppose I have to do something like this. CMyControl::OnDraw(CDC... uses a different sort of registration. Is that generally how developing both kind of controls is done, before I jump head...
Show full article (2.92Kb)
Re: COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: Ajay Kalra
Date: Aug 26, 2007 16:46

> statically linked of course! :-) --- Ajay
Show full article (0.06Kb) · Show article thread
Re: COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: Giovanni Dicanio
Date: Aug 26, 2007 16:41

...com... IMHO, ATL (and WTL) is more complex than MFC. One can be a good C++ programmer and use MFC proficiently; OTOH, ATL and WTL are heavily based on templates, and other...judge OPs skills in this area. You are correct. Besides the right answer is still not to use MFC for this unless you have a reason for it. ATL was developed for this purpose only and it continues to...
Show full article (0.79Kb) · Show article thread
Re: COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: David Ching
Date: Aug 26, 2007 14:45

... shortcomings as to what it offers to develop COM components compared to ATL. It stops well short of what a COM component can deliver. I agree. But the main disadvantage of MFC that I remember is it only uses IDispatch and not dual interface. Maybe that doesn't matter. I still kind of disagree with lightweight argument though. Also IIRC,, MFC is almost 1MB in release build and...
Show full article (0.71Kb) · Show article thread
Re: COleControl and CWnd - Using both - Newbie     

Group: microsoft.public.vc.mfc · Group Profile · Search for COleControl and CWnd Using both Newbie in microsoft.public.vc.mfc
Author: Ajay Kalra
Date: Aug 26, 2007 14:10

> IMHO, ATL (and WTL) is more complex than MFC. One can be a good C++ programmer and use MFC proficiently; OTOH, ATL and WTL are heavily based on templates, and other C++ advanced... no way for us to judge OPs skills in this area. Besides the right answer is still not to use MFC for this unless you have a reason for it. ATL was developed for this purpose only and it continues to be leader in...
Show full article (0.54Kb) · Show article thread