Sorry for my bad English.
WM_NOTIFY message is often used for in-place "tooltips" (message balloon). For example: http://www.tmssoftware.com/site/asg76.asp.
But if i place control to a TFrame, then WM_NOTIFY message never occur for controls placed within TFrame. I need dynamically create more TFrames within in mainform. But controls placed within TFrame works without WM_NOTIFY functionality.
Any solution?