How to use MFC controls in ATL add-ins

K

Kim, KiSong

Hi

When you hit the Outlook->Tools->Options, each pages has group-box like
sepeartors.

I have a MFC class which draw those seperators (seperatos drawing in OnPain
func), in my add-ins compile and link
just OK, but Add-ins send WM_PAINT message to class it is not work

Is possible to use MFC controls in ATL add-ins ?
 
Top