Tuesday, December 31, 2019

Layout management

  1. DockPanel Suite
  2. DockDotNET
  3. DockableForm
  4. TableLayoutPanel Class
  5. Step 4: Lay out your form with a TableLayoutPanel control
  6. Best Practices for the TableLayoutPanel Control
  7. AutoSize Behavior in the TableLayoutPanel Control
  8. .NET Layout Manager
  9. EvaLayout, Lay It Be!
  10. Drop-dead easy layout management
  11. Designing the Layout of Windows Forms using a TableLayoutPanel, with auto-expand panels
  12. Visual Studio error D8016: '/ZI' and '/Gy' command-line options are incompatible
  13. VS2017 New Install - fatal error C1083: Cannot open include file: 'new.h': No such file or directory
  14. the solution is copied from above link:

    new.h used to live in an include folder of the vc compiler and now is located in the SDK folder (for example C:\Program Files (x86)\Windows Kits\10\Include\10.0.17134.0\ucrt). Make sure to add this in your include section and it should compile fine.

  15. Visual Studio setup error: LNK1104 cannot open file 'ucrtd.lib'
  16. the solution comes from the above link:

    The file ucrtd.lib is a library from the Windows SDK and I searched it on my computer and it located in C:\Program Files (x86)\Windows Kits\10\Lib, and as far as I known, the Visual C ++ didn’t include the Windows SDK, I recommend you download the Windows SDK from the following links refer to your OS version, and use it to install or repair.

  17. BoxPlanner - Simple Layout Algorithm
  18. Fun with Physics: Implementing a Physics based layout manager
  19. Sizers: An Extendable Layout Management Library
  20. Creating a wizard layout using C#
  21. Creating a wizard layout using C#
  22. Layout Persistence for your Forms including all of their subcontrols
  23. Step 4: Lay out your form with a TableLayoutPanel control
  24. ritchiecarroll/Report.NET
  25. Layout Management in Windows Forms Diagram
  26. TableLayoutManager
  27. C# (CSharp) TlmColumnMM Examples
  28. C# (CSharp) TableLayoutManager Examples
  29. .vcxproj and .props file structure
  30. Old csproj to new csproj: Visual Studio 2017 upgrade guide
  31. I recently had to spend a lot of time with csproj files.

No comments:

Post a Comment