Getting a gadget Hwnd?

BlitzMax Forums/BlitzMax Programming/Getting a gadget Hwnd?

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?

The Query () function will do this for you.

Much thankings :)

That's solved it.