Jump to content

Help me make the windows were stiff


DuyAnh
 Share

Recommended Posts

what is "the window trimmer" ?

My video tutorials : ( In construction )  || My Discord : https://discord.gg/S9AnwHw

How to Ask Help ||  UIAutomation From Junkew || WebDriver From Danp2 || And Water's UDFs in the Quote

Spoiler

 Water's UDFs:
Active Directory (NEW 2018-10-19 - Version 1.4.10.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
PowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & Support
Excel - Example Scripts - Wiki
Word - Wiki
 
Tutorials:

ADO - Wiki

 

Link to comment
Share on other sites

  • Moderators

Still don't understand what you're trying to accomplish. Window stiffness doesn't mean much in English. How about explaining in detail (something more than 5 words) what you want to do, in your native language, and then translating via Google Translate?

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Still don't understand what you're trying to accomplish. Window stiffness doesn't mean much in English. How about explaining in detail (something more than 5 words) what you want to do, in your native language, and then translating via Google Translate?

I want to make a window can not be used anymore, cannot click, send to the window again

sorry for my english not good

Link to comment
Share on other sites

That is exactly what it does.

$pid = Run("notepad")
ProcessWait($pid)

WinSetState("Untitled - Notepad", "", @SW_DISABLE)

Sleep(10000)

ProcessClose($pid)

Try using Notepad, it is disabled.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

@SW_DISABLE is the exact description you've described. If it is not this, then we'll need more explanation.

Snips & Scripts


My Snips: graphCPUTemp ~ getENVvars
My Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4

Feel free to use any of my code for your own use.                                                                                                                                                           Forum FAQ

 

Link to comment
Share on other sites

Write in your native language a detailed explanation of your goal, an example window to work with and anything else you can think of relating to your problem.

Your pissy little requests do not make any sense in English.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...