From: Joseph M. Newcomer on
"Trust the source, Luke" (tm)

Seriously, nearly every ASSERT has a comment that indicates why it failed, or it is
something obvious like ASSERT(pWnd != NULL) so you know where to start looking for the
failure mode. You can't just "abort" when you get an assertion failure; it is your
responsibility to go in, look at the code, track it back to the call site, etc. to find
out what went wrong.
joe

On Tue, 15 Jul 2008 17:47:27 -0700, Landon <Landon(a)discussions.microsoft.com> wrote:

>Yes, you were right and I have checked the properties and now it is working
>fine.
>
>At first, I did not know what error it was. Then I find it and I realize
>that I must do something with the control's properties.
>
>Thank you very much.
Joseph M. Newcomer [MVP]
email: newcomer(a)flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm