Hey guys. Is it possible for when you double click the top of the form, something happens? I mean the blue part.. I have this:
Not really working though.. It also may be good if there was a code for changing what the Maximize Box does. If it is to any help, I am trying to do a rollup. Either when you click the blue part of form or clicking the maximize box, it rolls up and when you click it again, it goes back to the normal sizeCode:if (e.Location.Y <= 24) { MessageBox.Show("Works!"); }
Thanks!




Reply With Quote