wpf tag

43 questions


1 answers
65 views
0
Failed to merge DLLs for WPF applications referencing MahApps.Metro in Prism environment

In a Prism environment, for WPF applications referencing MahApps.Metro, when I try to combine DLLs and applications using this site, the build fails with the following error:Error Code CS1508The descr...

2 years ago

1 answers
84 views
0
Want to move InkCanvas in the background

while the application (currently the application you want to create) is starting.I want to keep drawing lines in the application window while I'm using other apps (game and browser), but I don't know ...

2 years ago

1 answers
104 views
0
I want to get the slider value when it changes.

I would like to write a code for receiving volume from the screen as an event handler on C#.I would like to get the volume from the slide bar as shown in the image below.This is a system that uses a s...

2 years ago

1 answers
132 views
0
I want to make my own GUI components

Currently, I am trying to create a GUI-powered software with a timeline like AviUtl.However, UI components such as timelines are not existing, so I'm thinking of making my own.I would like to be able ...

2 years ago

1 answers
99 views
0
How to not flicker in screen transitions in Livet

The screen transition is done with the following coding, but it will be done after window.Hide(), so In order to hide the current window, it becomes empty and the transition destination window opens.T...

2 years ago

1 answers
72 views
0
How do I control the combo box event when I release the mouse cursor on the combo box?(Event is IsMouseDirectlyOverChanged)

This is a question on wpf(C#).I would like to close the drop-down of the open combo box when I release the mouse cursor in the combo box, so I don't know how to close the drop-down only for the action...

2 years ago

1 answers
97 views
0

1 answers
85 views
0
Blend SDK for WPF action does not work

We have deployed Liveet 1.3 in .NET Framework 4.5.2 to create client applications for WPF.While studying triggers, I have created a custom trigger that has the same functionality as Livet's Interactio...

2 years ago

3 answers
104 views
0
How do I display rubi (furigana) in WPF?

As the title suggests, I don't know how to ruby text in WPF.I can do it if I draw it around Canvas with a behind-the-scenes code... I think so, but I would appreciate it if you could find a way to cre...

wpf
2 years ago

1 answers
107 views
0
If you do ShowDialog() in the PreviewMouseDown event of TextBox, the cursor does not fit when you click TextBox.

In WPF, if you do ShowDialog() in the PreviewMouseDown event of TextBox, the cursor will not fit when you click TextBox.We also confirmed that the PreviewMouseUp event does not occur after ShowDialog(...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.