✅ ParentControlDesigner not creating Verbs on UserControl/Winforms
Not sure what's wrong with the below. It's meant to create two verbs (i.e. links/controls in the propertyGrid in VS2022) on the custom control "Wizard" - however, these are not showing up. Code:
There's nothing in
BaseUserControl
that will be confounding it - any ideas?8 Replies
Urgh - recently upgraded this project to .net 9. I think it might be that - thanks a bunch MS....
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Solution found. Buried in the deep dark depths of the interweb: https://learn.microsoft.com/en-us/dotnet/desktop/winforms/controls-design/designer-differences-framework#custom-type-editors
Designers changes from .NET Framework - Windows Forms
Learn about the Windows Forms designer changes from .NET Framework to .NET.
/resolved
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered
Thanks for your really helpful and constructive views, ToBeCo. You da man.
[what a Richard Cranium]