Blake Pell
Blake Pell
I'm trying to do a hot swap with NetCoreServer (Tcp classes). The idea is, new server program is compiled, it's loaded and the Sockets are handed off to a new...
I don't know if there was a way to do this already built in, but I end up working with lots of data whether it's in a `IDataReader`, `IEnumerable` or...
I haven't had a problem with this but the last while check looks buggy. The `while` loop at the end has a check where the control variable is never changed....
## I'm submitting a... Bug report (I searched for similar issues and did not find one) ## Current behavior When I apply a filter to an AdvancedCollectionView that's bound to...
I am trying to have a left click on the `NotifyIcon` behave like the right click does (I want it to show the context menu but do it in a...
With the update merged that added two public methods to the `TextView` for `MoveHome` and `MoveEnd` I would like to propose the following: 1. The existing `MoveUp()` and `MoveDown()` methods...
First I wanted to say thank you for sharing. It's a really cool class. I love that it's simple but also pretty powerful. Question: Is there an EventHandler leak here...
I'm currently using this as a command box in a mud client which is basically a tcp/ip app to a network server that is a text based game. The auto...
There was a black square in the upper right hand corner of this form, additionally the table layout panel was pushed down by about 33 pixels making for an awkward...
When there are a lot of entries in an archive, the pager runs off the edge of the screen on both sides. You can scroll to the right to get...