What's the best way to test whether an EXTERIOR panel exists? I seem to be able to use DoWindow or GetWindow with ordinary panels, but with EXTERIOR panels,
they don't seem to work. Do I need to use names with subwindow syntax, or is there any way using a title?
if(WinType("basewindow#extpanel") == 7) ..
May 21, 2015 at 10:58 pm - Permalink
May 22, 2015 at 12:27 am - Permalink