WPF C# Professional Modern Flat UI Tutorial
Added 2021-04-03 20:06:17 +0000 UTCHere are the project files for the most recent video! :-)
Comments
Dude ur styling is so clean! Thank you for this.
Leroy
2023-09-22 14:19:10 +0000 UTCMainWindow.xaml.cs -------------- private void Window_MouseDown(object s, MouseButtonEventArgs e) { if (e.ChangedButton == MouseButton.Left) DragMove(); } MainWindow.xaml -------------- Right at the top under Window x:Class= Add another line between the others; MouseDown="Window_MouseDown"
Matthew Wilding
2021-09-09 11:48:13 +0000 UTCHow do I open another form from the small window?
Maykin Perdomo
2021-07-17 11:05:31 +0000 UTCHI
Maykin Perdomo
2021-07-17 11:04:20 +0000 UTCThe main window has no titlebar ? Cannot click and drag the main window ?
Alexandru Matei
2021-07-05 15:22:24 +0000 UTCHow do i add more Views because i just keep getting errors
Ghgbfg Vbcbv
2021-06-19 15:13:33 +0000 UTC