Richard L King

Results 23 comments of Richard L King

@GrahamTheCoder Can you update us on where you are with this (VB -> C#), as I use `#Region` constructs frequently in my VB codebase, and putting them all back in...

@kathleenwest Thanks for that, though it's the opposite direction I'm concerned with VB to C#. But you're right: I should just comment out all the #Region and #End Region directives...

Ok, thanks for that. I was already aware of this manifest setting, but what I need a better understanding of is exactly what happens 'under the hood'.

Well, I'm baffled here. I don't have a high DPI monitor, but I do have two Surface Pro's with native resolutions of 1920x1080 and 2160x1440. Their screens are presumably192dpi, so...

Sorry for the long delay in getting back to this. Actually I've spent quite a bit of time looking at this, and my problem is that on my systems I...

Can you please provide some justification for this? For example, one or more specific use cases.

Sorry for not responding to this when it was first raised. I'm not able to envisage a situation where I would find this an acceptable UI design. So I'd still...

Interesting suggestion, but does anybody need or want it? Everywhere I find tabs with closers, they always seem to be the same size: Edge, Firefox, Chrome, Visual Studio, NotePad++, etc....

Ok, I understand the problem now, but it may not be a trivial thing to fix. I need to get a better understanding first of how the autoscaling works, and...

Thank you, well spotted. But is there a reason not to simply use: ``` var mousePosition = this.PointToClient(new Point(drgevent.X, drgevent.Y)); if (this.GetActiveTab(mousePosition) == dragTab) { return; } int insertPoint =...