BrettW Posted November 15, 2009 Posted November 15, 2009 I have a program that uses a picture for the bar at the top of the window. (FormBorderStyle = None) I want to know how to make it so you can move the window around?:confused: Quote
Leaders snarfblam Posted November 16, 2009 Leaders Posted November 16, 2009 There are two ways you could do this. This first is to handle the MouseDown/Move/Up events and react to those. This is method is pretty simple. You can also skin the border "the right way", which is much more work but makes your skinned title bar/border 100% in tune with standard Windows behavior. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.