windows commands

Blitz3D Forums/Blitz3D Beginners Area/windows commands

mindstorms(Posted 2007) [#1]
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.


D4NM4N(Posted 2007) [#2]
I think theres something in the user32 decals in the code arcs


kfprimm(Posted 2007) [#3]
api_ShowWindow(SW_MINIMIZE)


mindstorms(Posted 2007) [#4]
What is the constant SW_MINIMIZE?
Thanks.

edit: found it!
Const SW_MINIMIZE = 6