Obtain CL Window Handle?

BlitzPlus Forums/BlitzPlus Beginners Area/Obtain CL Window Handle?

_PJ_(Posted 2015) [#1]
Is there an equivalent to the B3D

SystemProperty$("AppHWND")

to return a client window handle?

It's not possible to use the QueryObject(child,2) of course, because without the handle of the parent to attach the child to, then it's not possible to create a child of that parent.

I believe that user32.dll may contain the necessary funcitonality - GetWindowA or somesuch?
But I am unsure of the precise syntax etc. required to obtain a useable handle from this.
If anyone knows the declararation necessary I would greatly appreciate it, thanks! :)