python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I remove a character from a C#.net WPF textbox before it's shown?
I have a project in C#.net using a WPF textbox that validates a character like * as the first character entered. If this character is entered, the rest of the text is good but I cannot show nor use th...
Pendonep
Votes: 0
Answers: 2
How can I fill up my page with data located in PostgreSQL as opposed from the hardcoded dummy/template info found in my ViewModel?
In my application, I am trying to practice the MVVM format (although I probably violated it at a few points and I’m refactoring as I catch it). I have a UserControl where it is a “recipe screen” that ...
TM2020
Votes: 0
Answers: 1
Controlling text formatting, linebreaks, and colors of custom button with template
I've been asked to build a relatively simple application launcher program (to replace an old DOS-based menu system). I've built the application in WPF and created a custom class derived from Button c...
CEhret
Votes: 0
Answers: 1