ShowWindow Tool

Discussion in 'Application Software' started by Euclid, Aug 31, 2013.

  1. Euclid

    Euclid MDL Novice

    Jul 24, 2009
    43
    17
    0
    I have found a tool that may come handy for some of you:
    hxxp://fbe.am/n4h

    Example usage:
    To hide a window (SW_HIDE):
    ShowWindow "Worker Window" 0

    To show a window (SW_SHOW):
    ShowWindow "Worker Window" 5

    The show command values can be found here:
    hxxp://msdn.microsoft.com/en-us/library/windows/desktop/ms633548(v=vs.85).aspx

    Good luck :)
     
  2. Absolut

    Absolut MDL Novice

    Aug 3, 2009
    12
    0
    0
    I will try your tool out.
    and can comeback to you.

    thx