Shock
WPF local: when using Dependency Injection
That's where I ended up as well. It's probably not "needed" but because of the UI customization that WPF allows I wanted to dive into that instead of Winforms - however it seems like winforms would have probably been the better choice here
14 replies
WPF local: when using Dependency Injection
In my earlier attempts before reseraching MVVM I was taking the result of the Radio Button selection and parsing the string in order to set a variable, but it appears Data Binding is the best practice for that
14 replies
WPF local: when using Dependency Injection
I have not which is probably why I should stop trying to run before crawl. I'm repurposing an old VB program and WPF looked like a great design upgrade as the prior file is just an exe that runs based on the current window. I'm attempting to make the user select their functionality instead of reading the active window
14 replies
Out Parameter Question
Ahh - I see. I left a lot of context out in my example, but in my program I'm using a custom dll wrapper that I'm unable to adjust the parameters that are requried to be passed. By nature of usage, there should alwyas be a string output else we won't even get to call this method
16 replies