realivanjxツ
❔ OOM well below GCHeapLimit (Could not do a full GC) since .NET7
are you using this? https://learn.microsoft.com/en-us/dotnet/core/runtime-config/garbage-collector#heap-limit-percent
18 replies
❔ question about this article
if you take a look in this video, the textbox control has the new win 11 style where if you were to use wpf it will still look the old way
https://youtu.be/hcmeODry_QU?t=183
25 replies
❔ Watch on screen area and react
might help https://codereview.stackexchange.com/questions/3053/checking-to-see-if-an-area-of-the-screen-changes
12 replies
❔ Default behavior of ComVisible attribute
The default is true, which indicates that the managed type is visible to COM. This attribute is not needed to make public managed assemblies and types visible; they are visible to COM by default. Only public types can be made visible. The attribute cannot be used to make an otherwise internal or protected type visible to COM or to make members of a nonvisible type visible.
8 replies