M
Mike Finister
Hi there
I'm new to .NET...so still playing with some stuff.
What I am wondering is how to move around a window whose border I have
removed?
I am looking to put buttons on a background graphic with parts of it being
transparent...basically to show off what .NET can do.
However, with no window title I cannot drag it around the screen...
I have written a quick piece of code that handles the mousedown and
mousemove events and uses the X and Y co-ordinates differences to set the
Left and Top of the form.
This works...but is VERY jerky :-(
Anyone have any help here...really looking to move it smoothly around the
screen just like when you grab the title bar...
Thanks in advance
Mike
(e-mail address removed)
I'm new to .NET...so still playing with some stuff.
What I am wondering is how to move around a window whose border I have
removed?
I am looking to put buttons on a background graphic with parts of it being
transparent...basically to show off what .NET can do.
However, with no window title I cannot drag it around the screen...
I have written a quick piece of code that handles the mousedown and
mousemove events and uses the X and Y co-ordinates differences to set the
Left and Top of the form.
This works...but is VERY jerky :-(
Anyone have any help here...really looking to move it smoothly around the
screen just like when you grab the title bar...
Thanks in advance
Mike
(e-mail address removed)