Guru's,
I am brand spanking new to c#. I am using VS 2005 and trying to modify a console app to a windows app.
I added a form with a couple of textbox and got the main proc in program.cs to update the textboxes in the form. I changed the properties and got it to build etc.
Miraculously it also works. But the issue I am having is anytime the form looses focus, the program stops working. It will not work even when the window gets focus back.
Any help will be much appreciated.
Thanks.