Saturday, December 10, 2022

user control to study

play around with it..

  1. A Simple User Control
  2. A simple User Control for selecting a shape and entering dimensions.

  3. The Spiral TrackBar Control
  4. A track bar control which displays the track line as a spiral

  5. Following Object Inheritance
  6. This is an alternative to "Following Object Inheritance"

  7. SOLID Principles: The Liskov Principle -> What, Why and How
  8. SOLID principles: The Liskov Principle, a simple example in C#

  9. Falling Blocks Game
  10. Falling Blocks Game

  11. Falling Blocks Board and Shape Control
  12. Falling Blocks Board and Shape Control

  13. Orbital Mechanics Introduction
  14. Introduction to Orbital Mechanics - 2 Body Problem

  15. Introduction to Numerical Methods
  16. Introduction to Numerical Methods and Updated Polynomial Class

  17. 2D Drawing on Windows Forms and the Use of Transformation Matrices While Demonstrating the Trapezoid
  18. Use of the Trapezoidal Rule to integrate a function

  19. Math Function Tutor: Part 3
  20. Math Function Tutor: Part 3

    Build Action tricks

  21. How can I copy dependencies from a library project to the main project?
  22. I have an Asp.Net project (Vb.Net) that references a managed dll (library written in C#). That library project has several unmanaged dependencies dlls in a lib folder (copied into bin/Release/lib folder during build). The library is not a part of the main solution.

  23. Copying a DLL's dependencies in Visual Studio
  24. How can I set up a project in Visual Studio to copy the third-party DLLs that one of the project's references depends on?

  25. File Properties
  26. You can use file properties to indicate what actions the project system should perform on the files. For example, you can set file properties to indicate whether a file should be compiled or embedded into the build output as a resource.

  27. How to automatically copy embedded resources from class library that is referenced by another class library?
  28. How to automatically copy embedded resources from class library that is referenced by another class library?

  29. Copy non-DLL file to all output directories of other projects
  30. I have a solution consisting of three Projects, both A and B are executable and depend on C. C has some file resource that is needed by whichever of the two is executed. The file needs to be copied into the output folder of both projects. Why? Because both use a library that expects the file to be in the folder AppDomain.CurrentDomain.BaseDirectory which is where you launch the executable from. So copying it to the output folder of C has no effect. Copying it via xcopy in an after build step seems a bit too fragile, since I don't know where exactly the output folders will be (debug/x64/bin/...)

  31. Reversi in C#
  32. The game of Reversi in C#.

  33. KReversi, Learn to Implement Minimax Algorithm by Creating a Reversi Bot
  34. This game allows you to create a Minimax bot, then play reversi with it.

  35. Reversi
  36. An implementation of the popular game Reversi, written as a project for an AI course.

  37. A C# implementation of Reversi (Othello) Game for PocketPC and Windows
  38. A C# implementation of Reversi (Othello) Game for PocketPC and Windows.

  39. Circular maze
  40. An algorithm which automatically generates circular mazes.

  41. Small WinForm Pong Game - C#
  42. Simple WinForm Pong game written in C#

  43. Rapid Roll C#
  44. Rapid Roll game in C#

  45. Space Invaders in C# WinForm
  46. Simple Space Invaders

No comments:

Post a Comment