Welcome to WindowsClient.net | Sign in | Join

The Control Gallery is a directory of controls that you can use in your applications. The number in parenthesis indicates how many controls are available in the category.

Click Whitespace & Drag Window

Control Author:

Posted: 05-10-2007

Views: 1,102

Downloads: 568

 
File Details

Window1.xaml

<Window… MouseLeftButtonDown="MyMouseLeftButtonDown">

 

Window1.xaml.cs

void MyMouseLeftButtonDown(object sender, MouseButtonEventArgs e)

{

  this.DragMove();

}

 

Simple!




Page view counter