Click here to Skip to main content
16,005,065 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Force wnd update Pin
Hans Ruck28-Feb-03 1:39
Hans Ruck28-Feb-03 1:39 
GeneralListCtrl Custom Draw Pin
ROK_RShadow28-Feb-03 1:20
ROK_RShadow28-Feb-03 1:20 
GeneralRe: ListCtrl Custom Draw Pin
Roger Allen28-Feb-03 1:37
Roger Allen28-Feb-03 1:37 
GeneralRe: ListCtrl Custom Draw Pin
ROK_RShadow28-Feb-03 2:02
ROK_RShadow28-Feb-03 2:02 
GeneralCreating owner draw component in MFC Pin
Dennis Kuppens28-Feb-03 1:02
Dennis Kuppens28-Feb-03 1:02 
GeneralRe: Creating owner draw component in MFC Pin
Joan M28-Feb-03 1:11
professionalJoan M28-Feb-03 1:11 
GeneralRe: Creating owner draw component in MFC Pin
Dennis Kuppens9-Mar-03 20:13
Dennis Kuppens9-Mar-03 20:13 
GeneralRe: Creating owner draw component in MFC Pin
Big Art1-Mar-03 5:12
Big Art1-Mar-03 5:12 
1) Yes you could create an ActiveX control. Just follow the documentation in any MFC book for creating an ActiveX control.

2) However I suggest you just take the easy way out: Put 20 instances of the CAnimateCtrl on your dialog, add the check boxes and you done. Or you could create them at run time in a for loop specifying the positioning if you want to. The whole thing should be up and running in 2 hours at the most. It sounds like a fun little project. Just remember if you use the CAnimateCtrl you must provide an AVI of RLE-8 format. But that's easy.

3) As an alternative and if you are using MFC 7 you could derive your Dialog from CDHTMLDialog instead of CDialog and build up an HTML page to display. MFC 7 support allows a very smooth interface with the HTML page and your code: far easier than manually embedding a Webbrowser control in the dialog as is done in MFC 6.

I wish I had your job.

Art
GeneralHHEEELLLPPPP: global integer! Pin
Sunnygirl28-Feb-03 0:20
Sunnygirl28-Feb-03 0:20 
GeneralRe: HHEEELLLPPPP: global integer! Pin
João Paulo Figueira28-Feb-03 0:40
professionalJoão Paulo Figueira28-Feb-03 0:40 
GeneralRe: HHEEELLLPPPP: global integer! Pin
Sunnygirl28-Feb-03 1:22
Sunnygirl28-Feb-03 1:22 
GeneralRe: HHEEELLLPPPP: global integer! Pin
João Paulo Figueira28-Feb-03 1:29
professionalJoão Paulo Figueira28-Feb-03 1:29 
GeneralRe: HHEEELLLPPPP: global integer! Pin
Sunnygirl28-Feb-03 1:45
Sunnygirl28-Feb-03 1:45 
GeneralRe: HHEEELLLPPPP: global integer! Pin
berndg28-Feb-03 0:45
berndg28-Feb-03 0:45 
GeneralRe: HHEEELLLPPPP: global integer! Pin
Sunnygirl28-Feb-03 1:21
Sunnygirl28-Feb-03 1:21 
GeneralRe: HHEEELLLPPPP: global integer! Pin
berndg28-Feb-03 1:41
berndg28-Feb-03 1:41 
GeneralRe: HHEEELLLPPPP: global integer! Pin
Joan M28-Feb-03 0:48
professionalJoan M28-Feb-03 0:48 
GeneralOpenOffice - API (MailMerging) Pin
MrEyes28-Feb-03 0:02
MrEyes28-Feb-03 0:02 
GeneralRe: OpenOffice - API (MailMerging) Pin
Daniel Turini28-Feb-03 1:45
Daniel Turini28-Feb-03 1:45 
GeneralRe: OpenOffice - API (MailMerging) Pin
MrEyes28-Feb-03 6:22
MrEyes28-Feb-03 6:22 
GeneralDynamically Setting Tab Title on Propertysheet Pin
John Clump27-Feb-03 22:48
John Clump27-Feb-03 22:48 
GeneralRe: Dynamically Setting Tab Title on Propertysheet Pin
Joan M27-Feb-03 23:09
professionalJoan M27-Feb-03 23:09 
GeneralRe: Dynamically Setting Tab Title on Propertysheet Pin
vikramlinux28-Feb-03 0:30
vikramlinux28-Feb-03 0:30 
GeneralSome brain storming. Pin
Tili27-Feb-03 19:49
Tili27-Feb-03 19:49 
GeneralRe: Some brain storming. Pin
Daniel Turini28-Feb-03 1:42
Daniel Turini28-Feb-03 1:42 

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.