Runwin modal and hidden (OpenInsight 32-Bit)
At 26 JAN 2011 08:57:29AM Bill North wrote:
Is there a way to run a command line command both modal and hidden?
At 26 JAN 2011 01:14PM Barry Stevens wrote:
once launched you could change the VISIBLE property:
set_property("TCL","VISIBLE",0)
At 26 JAN 2011 03:34PM Warren Auyong wrote:
The docs says a negative number runs it as modal. I'm guessing a negative sign sets any of the window modes as modal. I would try -0 and see if that works.