Hello, everyone
C# Press button in WPF program
I want to make the window smaller.
Make a button to press.
private void button1_Click(object sender, RoutedEventArgs e) { }
I don't know, I don't think I should put something in this function.
private void button_Click(object sender, RoutedEventArgs e) { Application.Current.MainWindow.Height = 150; }
This makes the size smaller.
581 PHP ssh2_scp_send fails to send files as intended
572 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
1022 In Java servlet, when SHA-256 sends WW-Authenticate header for digest authentication, the client does not return the result.
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2024 OneMinuteCode. All rights reserved.