Getting a gadget Hwnd?

BlitzMax Forums/BlitzMax Programming/Getting a gadget Hwnd?

Perturbatio(Posted 2005) [#1]
Does anyone know how I can either Send a WM_VSCROLL message to a textarea gadget without the gadget handle or get the hwnd for the gadget?


BlitzSupport(Posted 2005) [#2]
The Query () function will do this for you.


Perturbatio(Posted 2005) [#3]
Much thankings :)

That's solved it.