Click on Title Bar

  • Thread starter Thread starter KillerCode
  • Start date Start date
K

KillerCode

Hi

I have a busy dialog (i.e. a form with a progress bar with the
description
of what is happening in the moment) but when I have a counter on it to
show
how many events have been processed until now and I click and hold the
mouse
on title bar of the form the counter stops until I release it or move
the
mouse....

I've tryed something like OnMouseDown -> return... but it still has no
effect...

What can I do to prevent this to happen!!!

Best Regards
 
KillerCode said:
Hi

I have a busy dialog (i.e. a form with a progress bar with the
description
of what is happening in the moment) but when I have a counter on it to
show
how many events have been processed until now and I click and hold the
mouse
on title bar of the form the counter stops until I release it or move
the
mouse....

I've tryed something like OnMouseDown -> return... but it still has no
effect...

What can I do to prevent this to happen!!!

Best Regards

Not sure, but perhaps in the mouse down event you can add
Application.DoEvents?

B.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top