Hello,
I made an application that has up to 15 forms. normally the application has only the notifyicon visible, it collects datas from an external hardware with the serial port.
when it's receiving datas, the app shows forms from 1 to 10, which has independent indicators, gauges etc.
another form is the "options" form, viewable by clicking on the notify icon.
I made separate forms because that's the best way i found to have transparent background, independent sizeable indicators, etc
my problem is that in the task manager it shows a "task" for every form i have, but i prefer to show only one task for the application
how can i do it?
thanks everybody!