Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

how to make a button open window in wpf

private void Button_Click(object sender, RoutedEventArgs e)
{
    window2 win2 = new window2();
    win2.Show();
    this.Close();
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: taking input in single line c# 
Csharp :: system.text.json DeserializeAsync when to use 
Csharp :: untiy delet ke 
Csharp :: messagebox.show c# error 
Csharp :: unity ui change sprite 
Csharp :: how to choose a random child in a gameobject unuity 
Csharp :: c# int to byte array 
Csharp :: unity c# reference link url 
Csharp :: unity conditional field 
Csharp :: c# string to char 
Csharp :: how to insert qoutation marks into string c# 
Csharp :: how to unset passwordchar in c# windows application 
Csharp :: how to make a game 
Csharp :: Use tuple to swap values c# 
Csharp :: C# multiple button click event to password textbox 
Csharp :: print unity 
Csharp :: C# inline question mark on object 
Csharp :: net.core "a path base can only be configured using iapplicationbuilder.usepathbase()" 
Csharp :: revitapi 
Csharp :: c# convert enum to list 
Csharp :: mvc input type file 
Csharp :: unity destroy self 
Csharp :: unity unparent 
Csharp :: how to convert iformfile to byte array c# 
Csharp :: c# sort array string by length 
Csharp :: create models from database ef core 
Csharp :: Editor log location unity 
Csharp :: c# getforegroundwindow 
Csharp :: c# how to use inovke 
Csharp :: excute bash and other linux scripts from c# 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =