Jump to content

Set the AutoIT GUI Dialog Window to other Window handle


paule22
 Share

Recommended Posts

Hello,

how can I set the self made GUI window to an external Window Handle?

thanks for helping

paule

All windows, including the AutoIt windows, have hadles already. The handle to the GUI is returned from GuiCreate().

If that is not what you meant, please explain "external Window Handle".

:)

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
Link to comment
Share on other sites

@PSaltyDS

I dont understand too but there is two solutions :

-He want to change class of gui (by default Autoit3window or something like that)

And if it is then I want to know too.

-He want to create child of gave parent window handle

An example :

$hwnd = WinGetHandle("[CLASS:CabinetWClass]");folder wnd

GuiCreate("My Child GUI",300,300,-1,-1,-1,-1,$hwnd)

Cheers, FireFox.

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