A repository with my "recurse" projects
Find a file
2021-02-08 18:39:00 +04:00
RecurseButtonsTest All recurse projects 2021-02-08 18:22:39 +04:00
RecurseWindowTest All recurse projects 2021-02-08 18:22:39 +04:00
README.md Update README.md 2021-02-08 18:39:00 +04:00
RecurseButtonsTest.sln All recurse projects 2021-02-08 18:22:39 +04:00
RecurseWindowTest.sln Add files via upload 2021-02-08 17:44:09 +04:00

RecurseWinFormsTest

A repository with my "recurse" projects. Have fun!

Recurse Buttons

Click on a button and it will create one more! Screenshot

Recurse Windows

Click on the picture and it will create a new same smaller window. You can change mode in code: Program.cs > static void Main() > change the second parameter in constructor call (new Form1(1, 0), change 0 to other mode).

  • 0 = program closes, when you press "Close" (red button with cross) in a small window (Width < 250).
  • 1 = use taskkill.exe to close the program.
  • 2 = automated creating new forms, can break your system; use taskkill.exe to close the program. Screenshot