Jump to content

Search the Community

Showing results for tags 'hiding widows at launch'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. the current script generates windows, presently the command available in autoit does NOT do a good job at hiding windows. Sometime you may hide one window but will NOT hide the windows that have spawned from. The problem what works in window 8 to hide some of the widows may not work in win7 and win8 vice versa I was thinking of running the all application (script) on a hidden desktop therefore at the end of the script a message will pop up on the visible desktop and advise the script is completed. My question can a script can be run hidden I make significant use of WIN*, Command* and Controlsend* if so can you provide me with a demo snippet, I am attaching a snippet of one area in particular I am having problem to hide at launch Runwait(@ComSpec & " /c " & 'inetcpl.cpl', "", @SW_HIDE) ;seems to hide at launch although some flickers regardless works in win8 however will not work in win 7 or win xp Run("rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0","",@SW_HIDE) ;this does not hide at all on any windows version thanks HideWindow06-11-14.txt
×
×
  • Create New...