Hi, I have 2 windows, one window called MainOptions, and the other window called Option1.
Now basically All I am trying to do is to disable my MainOptions window if the Option1 window is open.
A good example would be a save dialog box. You cannot really interact with the other window until you save the file.
Does anyone know how I could achieve this with my 2 windows?
Thanks.