I am starting my first C # project, and I want to create a “form constructor” (for example, the one that is in VS).
The idea is that a visual form designer will appear with a limited set of tools that will generate Python code (later more) to create the same form.
The problem is that I don’t even know how to get started. First of all, I have a form constructor in VS: how do I create a form "inside the form?"
Further ... I have no idea how difficult it will be. I believe that I could just create small rectangles next to each control created in the form when it is clicked, to resize and create a text box when double-clicked or something in it to change the text in it ... Such things.
So, one more thing I would like to know is: I have experience programming in C and C ++, I have done PHP for several years and start with Python. I dynamically generated forms in VB6. Given this experience, am I on my way with this project?
c # forms
Carson myers
source share