Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem: ATL made composite control does not send Paint messages to co

Status
Not open for further replies.

6142

Programmer
Oct 18, 2000
18
CA
Hello !

I'm working on VC++ 6 on Windows NT Platform.
I have a problem.
I have built an ATL composite control which contains an MFC control.
I have placed it (the compsoite) into an MFC dialog.

My problem is that the contained control does not get any WM_PAINT messages.
I tried even SendMessage() .... From the compsite control.

Does anybody have an idea ?
 
For controls exists an other protocol to make them to repaint. I don't know exactly, but there should be some COM events instead of messages. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top