windows commands

Blitz3D Forums/Blitz3D Beginners Area/windows commands

what api commands can I use to minimize the blitz window? I have tried multiple things, but none of them seem to work very effectively.

I think theres something in the user32 decals in the code arcs

api_ShowWindow(SW_MINIMIZE)

What is the constant SW_MINIMIZE?
Thanks.

edit: found it!
Const SW_MINIMIZE = 6