I m currently learning the ropes of C++ Cli (CLR .NET Framework) and forms, however I am having some issues that I can not seem to find the answer too.
Question: Is it possible to create my own FormBorderStyle or simply modify an existing FormBorderStyle? (i.e Sizable or Fixed3D)
Expected / Desired outcome: A FormBorderStyle similar to "None" but I would still want the form to be movable and resizable (as well as a theme etc. but I think I can manage those parts).
If anyone has any ideas or tips on how to move forward with this I would really appreciate it!
Thanks in advance!