ok what i have now. a form without borders through this:
what is happening now: i click the area in the taskbar which "belongs" to my form, while it is being shown, the form remains "shown"Code:Me.FormBorderStyle = FormBorderStyle.None
what i hope to get done: if the form is "shown" and i click the taskbar of my form, i want it hidden
questions:
could we detect click event of the form's area in the taskbar?




Reply With Quote