Tagged Questions
2
votes
2answers
137 views
Exception with type System:Char
I am trying to create a reusable System:Char value in my xaml resources.
I have:
xmlns:s="clr-namespace:System;assembly=mscorlib"
Then:
<s:Char x:Key="MaskPromptChar">#</s:Char>
I ...
1
vote
1answer
496 views
How to use App.Xaml's ResourseDictionaries with own entry point
I created some logic for singleInstance application and I must to use my own entry point (not App.xaml) for Application. I have some styles in App.xaml which now is not working. How can I use this ...
0
votes
3answers
51 views
How to open window directly after main application window
My app's main UI is in MainWindow.xaml.
Firstly - what is causing this to be the window the application opens on startup. It does not appear to be defined as a "starup object" and there does not ...
0
votes
1answer
332 views
WPF App.xaml in different Assembly
I want to setup a WPF Application. But instead of using the entry point of the application to a App.xaml itself, I've to projects.
The first projects is a Windows Application and has a normale Main ...
0
votes
1answer
678 views
How get this xaml to work from app.xaml
I made this UpButton.xaml file by converting it from an .ai-file that our graphics guys made but i just can't get it to work.
I was thinking of making this some sort of template/style for buttons, but ...