Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial publish of custom controls and designers #1631

Merged
merged 17 commits into from
Jun 2, 2023
Merged

Conversation

adegeo
Copy link
Contributor

@adegeo adegeo commented May 3, 2023

Fixes #1632

This PR is for an initial publish of content. The content here can be linked to from blogs/old articles/redirects. The next push on this content will be to finish it.

@KlausLoeffelmann I probably made a few mistakes in the .NET Framework diff article and the VS Designer Overview article. Please add any suggestions you want to rewrite areas, reexplain things, etc. I'm working from limited experience in this area and it took me a bit of time, blog reading, book reading, and thinking, to get up-to-speed on this.

  • Custom controls
    • Overview
    • Extend an existing control
    • User controls
      • Overview
    • Visual Studio designer support
      • Overview
      • Designer changes from .NET Framework

Todo


Internal previews

📄 File 🔗 Preview link
dotnet-desktop-guide/net/winforms/controls-design/designer-differences-framework.md dotnet-desktop-guide/net/winforms/controls-design/designer-differences-framework
dotnet-desktop-guide/net/winforms/controls-design/designer-overview.md dotnet-desktop-guide/net/winforms/controls-design/designer-overview
dotnet-desktop-guide/net/winforms/controls-design/extend-existing.md dotnet-desktop-guide/net/winforms/controls-design/extend-existing
dotnet-desktop-guide/net/winforms/controls-design/overview.md dotnet-desktop-guide/net/winforms/controls-design/overview
dotnet-desktop-guide/net/winforms/controls-design/usercontrol-overview.md dotnet-desktop-guide/net/winforms/controls-design/usercontrol-overview
dotnet-desktop-guide/net/winforms/controls/custom-painting-drawing.md Painting and drawing on controls (Windows Forms .NET)

Copy link
Member

@KlausLoeffelmann KlausLoeffelmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, thanks for that, and sorry for the delay.
Had a couple of thoughts and questions, but it's REALLY impressive what you did in such a short time. Glad also talk to about with you in person, if you like!
Really appreciate your work!!

adegeo and others added 2 commits May 30, 2023 13:58
@adegeo adegeo merged commit f814f30 into main Jun 2, 2023
@adegeo adegeo deleted the adegeo-controls branch June 2, 2023 03:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port initial custom controls docs
4 participants