Jump to content

Recommended Posts

Posted

  On 3/30/2010 at 9:32 PM, 'PsaltyDS said:

Please don't double post.

:(

I agree but in all fairness, judging by the post times, it looks like he clicked the Post button twice. New poster and I'm sure he will take greater care in the future. If not then we know what to do.

George

  Reveal hidden contents
Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Posted

  On 3/31/2010 at 12:43 AM, 'PsaltyDS said:

Well, don't act like I bit his head off. I helped him in the other topic.

:(

Now would I do that to you?? <mumble> Just give me the chance.</mumble> And I had read the other thread first BTW, so I was just being kind to a new poster, just like I may even be nice to you someday. <mumble don't hold your breath.</mumble>

George

  Reveal hidden contents
Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Posted

Start with

$aArray = WinList("[class:32770]")

That should return an array of all the existing Dialog Windows and their handles. You should be able to process them from there.

George

  Reveal hidden contents
Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Posted

  On 4/1/2010 at 4:26 AM, 'Danyiel92 said:

Nothing happen.

Did yu have any dialo windows open? Did you test $aArray with _ArrayDisplay() to see if any Dialog windows showed up?

George

  Reveal hidden contents
Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

Posted (edited)

Did you mean

#include <Array.au3>

$avArray = WinList("[CLASS:#32770]")

_ArrayDisplay($avArray, "$avArray as a list classes in window")

It show classes in window.

And how to ProcessClose them with Winkill function?

Edited by Danyiel92
Posted

  On 4/9/2010 at 1:18 PM, 'Danyiel92 said:

I got the solution.

Close it

Thx

That's not the most polite method to end a topic, as we want the topics to be useful for future searching:

What solution worked for you?

:(

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law

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
  • Recently Browsing   0 members

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