[jawsscripts] minimizing the window
- From: Jitendra <jeet.invincible@xxxxxxxxx>
- To: jawsscripts@xxxxxxxxxxxxx
- Date: Tue, 01 Sep 2009 02:45:30 +0530
Hello friends, I tried the post and send message functions, but unable to minimize the window, so what could be the problem? Int Function WindowMinimize(Handle h) Var Int iMessage, Int iParam If !h Then Let h = GetFocus() EndIf Let iMessage = 0x0112 Let iParam = 0xF020 Return PostMessage(h, iMessage, iParam, 0) EndFunction Then I called it in a script with getfocus as hwnd parameter. Thank you, Jitendra. __________ Visit and contribute to The JAWS Script Repository http://jawsscripts.com View the list's information and change your settings at http://www.freelists.org/list/jawsscripts
- Follow-Ups:
- [jawsscripts] Re: minimizing the window
- From: Martin Slack
- Re: [jawsscripts] Re: minimizing the window
- From: Michael W Moran
- unsubscribe at once Re: [jawsscripts] minimizing the window
- From: Michael W Moran
- Re: [jawsscripts] minimizing the window
- From: Michael W Moran
- Re: [jawsscripts] minimizing the window
- From: Michael W Moran
- Re: [jawsscripts] minimizing the window
- From: Michael W Moran
- [jawsscripts] Re: minimizing the window
Other related posts:
- » [jawsscripts] minimizing the window - Jitendra
- » [jawsscripts] Re: minimizing the window - Martin Slack
- » [jawsscripts] Re: minimizing the window - Jitendra
- » [jawsscripts] Re: minimizing the window - Jacob Kruger
- » [jawsscripts] Re: minimizing the window - Martin Slack
- » [jawsscripts] Re: minimizing the window - Jitendra
- » [jawsscripts] Re: minimizing the window - Jitendra
- » [jawsscripts] Re: minimizing the window - Martin Slack