blah blah blah is here! blah blah » Close

0
votes
2 answers

show the cursor in a readonly WPF textbox

hello, I'm learning development in WPF for my applications as some of the programs I design are used by disabled people who use alternative access technology, and WPF/UIA are supposed to really help this along. I've come across one major s ...

0
votes
1 answers

don't understand some syntax

I've got some code which doesn't make sense to me. I would appreciate some help as I am still new to c# The code is: private class VolumeBuilder : IDisposable { #region Private fields private r ...

Feedback