How hide Dialog Box?
Printable View
How hide Dialog Box?
ShowWindow(FALSE)
?
ShowWindow(SW_HIDE);
and then to show it:
ShowWindow(SW_SHOW);
SW_HIDE is defined as 0 so FALSE should have worked, even though it's not the right parameter to use. Where did you try making the call... show us a li'l code.
Rail
Recording Engineer/Software Developer
Rail Jon Rogut Software
[email protected]
http://home.earthlink.net/~railro/