Jump to content

[solved] how to get window name from taskbar only?


Recommended Posts

Hi

I want to make a script that will allow me fast & easy activate windows, so I wont need to waist my time moving my mouse to taskbar & click the window name. So instead i do middle mouse click & a gui will pop up near my mouse & then i just click the window from the list.

My only problem is that if I use winlist, it will return all windows, hidden or not. But I need only windows that are not hidden & displayed in the taskbar.

Is there any way to tell if the window is located in taskbar? or do I need to research memory scanning or something?

Edited by goldenix
My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Link to comment
Share on other sites

Once you got your list of windows use WinGetState() to find the states you want, scripting aside , manually holding down alt and then tabbing through can be quick if you dont have an extreme amount open.

GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
Link to comment
Share on other sites

Once you got your list of windows use WinGetState() to find the states you want, scripting aside , manually holding down alt and then tabbing through can be quick if you dont have an extreme amount open.

alt tab is slow, not practical, no window names, etc, etc, I know how to do states. states dont tell me if the window is located in a taskbar.

My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Link to comment
Share on other sites

GDIPlusDispose - A modified version of GDIPlus that auto disposes of its own objects before shutdown of the Dll using the same function Syntax as the original.EzMySql UDF - Use MySql Databases with autoit with syntax similar to SQLite UDF.
Link to comment
Share on other sites

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...