quote:
Originally posted by WarPenguin
Thats what I thought first but I've played around with it, and Im sure thats not the problem.
Then before the if statement that you posted above put in
Debug.Trace(typeof optionsWnd);
Debug.Trace(optionsWnd.Handle);
Post with the debug results from that.