katonaut
katonaut
CC#
Created by katonaut on 2/4/2024 in #help
WPF how do I get Uri from a image in a button
get null at first line ... but I have already changed the code now Im trying other way
3 replies
CC#
Created by katonaut on 1/11/2024 in #help
Starting Code in C# in the main window after clicking a button?
or maybe tricking with show hide close window 😁
15 replies
CC#
Created by katonaut on 1/11/2024 in #help
Starting Code in C# in the main window after clicking a button?
I found some user controls tutorials - I think I start there - thank you
15 replies
CC#
Created by katonaut on 1/11/2024 in #help
Starting Code in C# in the main window after clicking a button?
arg Viewnodel etc. hope there is a easier solution 😣
15 replies
CC#
Created by katonaut on 1/11/2024 in #help
Starting Code in C# in the main window after clicking a button?
how to achieve this
15 replies
CC#
Created by katonaut on 1/11/2024 in #help
Starting Code in C# in the main window after clicking a button?
No description
15 replies
CC#
Created by katonaut on 1/11/2024 in #help
Starting Code in C# in the main window after clicking a button?
and it opens a another form (window) now I would like to see the same in the main window
15 replies
CC#
Created by katonaut on 1/11/2024 in #help
Starting Code in C# in the main window after clicking a button?
private void btnEditor_Click(object sender, RoutedEventArgs e) { EditWin EditForm = new EditWin(); EditForm.Show(); }
15 replies
CC#
Created by katonaut on 1/11/2024 in #help
Starting Code in C# in the main window after clicking a button?
I read it but I did not see the point where to start - yes I have a user control in my main window - a button e.g
15 replies