DuyAnh Posted September 25, 2014 Share Posted September 25, 2014 (edited) Hi everyone I want to make the window stiffness, anyone can help me? Edited September 25, 2014 by DuyAnh Link to comment Share on other sites More sharing options...
caramen Posted September 25, 2014 Share Posted September 25, 2014 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 - WikiOutlookEX (2018-10-31 - Version 1.3.4.1) - Download - General Help & Support - Example Scripts - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - Wiki Tutorials:ADO - Wiki Link to comment Share on other sites More sharing options...
DuyAnh Posted September 25, 2014 Author Share Posted September 25, 2014 what is "the window trimmer" ? sory, i'm not good at english stiffness Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted September 25, 2014 Moderators Share Posted September 25, 2014 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 More sharing options...
DuyAnh Posted September 25, 2014 Author Share Posted September 25, 2014 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 More sharing options...
JohnOne Posted September 25, 2014 Share Posted September 25, 2014 GUISetState ( @SW_DISABLE) 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 More sharing options...
trancexx Posted September 25, 2014 Share Posted September 25, 2014 ^^ @SW_STIFF Maybe try @SW_LOCK. ♡♡♡ . eMyvnE Link to comment Share on other sites More sharing options...
DuyAnh Posted September 25, 2014 Author Share Posted September 25, 2014 GUISetState ( @SW_DISABLE) No, I want the window does not work anymore ^^ @SW_STIFF Maybe try @SW_LOCK. Thank you, but it seems that is not what I'm looking for Link to comment Share on other sites More sharing options...
JohnOne Posted September 25, 2014 Share Posted September 25, 2014 GUIDelete Or make yourself more clear. 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 More sharing options...
DuyAnh Posted September 25, 2014 Author Share Posted September 25, 2014 GUIDelete Or make yourself more clear. want to do another window, not GUI Link to comment Share on other sites More sharing options...
Bert Posted September 25, 2014 Share Posted September 25, 2014 Use SplashImageOn() now if you want to do this to an existing window, I would suggest taking a screenshot of it, save it as a jpg, then use SplashImageOn(). The Vollatran project My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
JohnOne Posted September 25, 2014 Share Posted September 25, 2014 want to do another window, not GUI A window is a GUI 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 More sharing options...
DuyAnh Posted September 25, 2014 Author Share Posted September 25, 2014 Use SplashImageOn() now if you want to do this to an existing window, I would suggest taking a screenshot of it, save it as a jpg, then use SplashImageOn(). hix. I want to stop all activities of window Link to comment Share on other sites More sharing options...
JohnOne Posted September 25, 2014 Share Posted September 25, 2014 If you want to disable a third party window. WinSetState ( "title", "text", @SW_DISABLE ) 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 More sharing options...
DuyAnh Posted September 25, 2014 Author Share Posted September 25, 2014 If you want to disable a third party window. WinSetState ( "title", "text", @SW_DISABLE ) Still active window but I did not click and send it. Then I want the window to stop all activities, always stiff back Link to comment Share on other sites More sharing options...
JohnOne Posted September 25, 2014 Share Posted September 25, 2014 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 More sharing options...
DuyAnh Posted September 25, 2014 Author Share Posted September 25, 2014 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. @SW_DISABLE Is not what I need Link to comment Share on other sites More sharing options...
MikahS Posted September 25, 2014 Share Posted September 25, 2014 @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 ~ getENVvarsMy 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 More sharing options...
DuyAnh Posted September 25, 2014 Author Share Posted September 25, 2014 @SW_DISABLE is the exact description you've described. If it is not this, then we'll need more explanation. I want it to stop all activities which are carried out to Link to comment Share on other sites More sharing options...
JohnOne Posted September 25, 2014 Share Posted September 25, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now