Jump to content

Recommended Posts

Posted

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
Posted

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

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
×
×
  • Create New...