Hey hello,

This is my first post so I am not sure if this is the right place for this or not but anyways...

I am trying to read a serial modem..in C#.net..and I am thinking of making a new thread for reading modem apart from the main thread which is GUI. now...I am trying to add the new thread in my form1.cs file...the code is as follows which gives me errors:

namespace WindowsApplicat ion2
{...