Jump to content

Search the Community

Showing results for tags 'hide window'.

  • 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. Hi all programmers! Very much in need of your help. Tell me how to make a window invisible to the projector? I got to do the following: Opt("GUIOnEventMode", 1) $Form = GUICreate("Control Panel", 300, 200, -1, -1) $Button1 = GUICtrlCreateButton("Start",10,10,60,20) GUICtrlSetOnEvent(-1,"Start") $Button2 = GUICtrlCreateButton("Exit",80,10,60,20) GUICtrlSetOnEvent(-1,"Quit")GUISetState(@SW_SHOW) Sleep(3000)GUISetStyle(0x94000003) While 1 Sleep(1000) WEndFunc Start() MsgBox(0,0,"Starting!") EndFunc Func Quit() Exit EndFunc But in this case, is not functioning and highly variable interface! ( I will be very grateful for any tips and help - really need to solve this problem! And I think it is solvable times can hide tooltips and windows.
×
×
  • Create New...