Project Update: Version 9.4
(Note: 9.3 R3 was just released a couple days ago and contained critical updates, so if you missed it make sure to grab 9.4 even if you don't care about this change to make sure you cover the bugs. Sorry, I've been working on this problem on and off since Version 1.0, finally solved it, and wanted to share immediately instead of whenever there's a big batch of changes)
It's finally nice to have an immediate update because something **GOOD** has occured: I have finally solved implementing IOleInPlaceActiveObject based keyboard focus control for UserControls with multiple subcontrols on them. Previously this technique was limited to single-control UserControls. What this means: Arrow keys work EVERYWHERE in the RIGHT WAY. As soon as you click a control, it doesn't matter what the last control was, the arrow keys will now work as they're supposed to, instead of being sent to the wrong control! (This was a problem far harder than you'd ever imagine).
That's the only change. Wanted it out immediately
Code:'New in v9.4 (Released 13 Mar 2021) ' '-I was finally able to figure out how to implement IOleInPlaceActiveObject-based ' keyboard focus control. The arrow keys work the first time in almost all ' circumstances now; the FilterBars on ListViews don't seem to support them? But ' besides that, they're working everywhere; ListView, Combo edit, search box, file ' properties in the Details Bar, all controls on the Column Select and Search Ops/ ' Advanced Search popups.





Reply With Quote
