Programmable Physics
Member
- Joined
- Sep 26, 2022
- Messages
- 16
- Programming Experience
- 1-3
Here are the code snippeds, form1.cs:
And, here is the Designer ERROR :
If I pass a form object as an parameter into a normal method argument, it works fine this way, no designer & eventhandler error occurs.
However if I use events like RadioButton Checked Changed, then I get this EVENT HANDLER & DESIGNER ERROR.
How do I fix it? I want to use form objects and their events together at the same time here, but there is an error.
And, here is the Designer ERROR :
If I pass a form object as an parameter into a normal method argument, it works fine this way, no designer & eventhandler error occurs.
However if I use events like RadioButton Checked Changed, then I get this EVENT HANDLER & DESIGNER ERROR.
How do I fix it? I want to use form objects and their events together at the same time here, but there is an error.
Attachments
Last edited: