Moving a window

  • Thread starter Thread starter Cameron
  • Start date Start date
C

Cameron

I stripped off the frame from a window but I still want the user to be
able to move it. If the user click on the background and moves the mouse
around I have some code that hooks into that and does the move but the
window keeps trying to redraw itself and it greats really crazy. Is
there an nice way to do this? Hook into the default moving stuff without
any custom code type thing?

Thanks

-Cam
 
Excellent. That worked like a charm once I found the number for the
double click.

Thanks!

-Cam
 
Back
Top