Lets say we have frmOne and frmTwo. frmOne loads up and when in the main menu the user clicks something frmTwo opens. frmTwo has a bunch of check boxes, ok and cancel buttons. User checks/unchecks the check boxes and clicks ok. frmOne now needs to know what check boxes were checked on frmTwo.
The huge problem that I have is that when frmOne tries to see if the check boxes are checked or not they always return a value that was set in the properties window. If it was set as checked, it will return as checked no matter if the user unchecks it.
Any thoughts would be appreciated. Lemme know if you need code snippets. Solution is being compiled in VB.NET 2008 using 2.0 framework.