how to get event when click on form title bar
Hello is there a way that I could make this when trying to click on title bar of form, co'z I have a procedure that for a certain of period it will auto blink the title bar.
But I've try to load this on form got_focus or activate still not working... my last option is that if it possible when I click on title bar of the form it will execute to set the timer to false.
frmMain.tmrTitle.Enabled = False
Re: how to get event when click on form title bar
Hi
If you are talking about flashing the title bar then here is a link from Microsoft which will help you accomplish the same...
http://support.microsoft.com/kb/147815
Hope this helps...