Hi everyone,
I have four forms. Form1 is the main form and needs to be kept open and visible at all times but cannot be clicked while the other forms are open. For example, the main form is open and after a certain amount of time the second form opens in front of it (and the main form is still visible). Then I click on a button on the second form to open a third form and the main form minimises and is not visible to the user while the third form only is visible to the user. I need the main form to remain open and visible in the background when the user is using the other forms. I have tried using this.visible = true but I cannot get the main form to stay visible.
Does anyone have any ideas as to how I might be able to overcome this problem? thanks in advance.
SubProf