Quantcast
Channel: Buton Sürükleme
Browsing all 4 articles
Browse latest View live

Buton Sürükleme

[XAML]<Window x:Class="WpfApplication2.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"...

View Article



Buton Sürükleme

e.X ve e.Y ler hata vermekte buyüzden formdaki uygulamayı yapamadım ...X ve Y tanımı hata veriyo

View Article

Buton Sürükleme

private int x = 0; private int y = 0; public Form1() { InitializeComponent(); } private void button1_MouseDown(object sender, MouseEventArgs e) { x = e.X; y = e.Y; } private void...

View Article

Buton Sürükleme

Merhabalar WinFormda yaptığım buton sürükleme olayı WPF de hata nedeni ve çözümü hakkında yardımcı olurmusunuz.Form kodları public Form1() { InitializeComponent(); } bool suruklenmedurumu = false;...

View Article
Browsing all 4 articles
Browse latest View live