winformsapp

  1. Antalo15

    app for reading P&ID diagrams?

    Hello everyone. I am reaching out to seek assistance with a C# Win Forms application project that involves reading P&ID (Piping and Instrumentation Diagram) diagrams. The primary goal of this application is to read the legend associated with the diagram and subsequently identify and analyze all...
  2. Programmable Physics

    WinForms : adding a form1 object as a parameter of radiobutton event causes error in the Designer

    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...
Back
Top Bottom