June 24th, 1999, 10:02 AM
How hide Dialog Box?
|
Click to See Complete Forum and Search --> : How hide Dialog Box? June 24th, 1999, 10:02 AM How hide Dialog Box? muscicapa June 24th, 1999, 10:04 AM ShowWindow(FALSE) June 24th, 1999, 10:20 AM ? Rail Jon Rogut June 24th, 1999, 01:10 PM 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 railro@earthlink.net http://home.earthlink.net/~railro/ codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |