1. Win32Lib, close Dos window??
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET>
Sep 14, 2000
-
Last edited Sep 15, 2000
I've made some writes to a Dos window before Win32Lib stuff is done,
(relative to choosing correct version of Win32Lib to use), but I'd like to
*close* it when I'm through using it.
Presently, at best it gets minimized (or put behind the Win32Lib window, & I
never noticed it), but at worst it sometimes just sits there on top of first
window that comes up, hogging the screen space, until I click on an empty
space in the window, at which point it goes behind the window. I don't like
how that looks, so I'd like to be able to completely *close* that first Dos
window; any idea how I could do that??
Dan Moyer
2. Re: Win32Lib, close Dos window??
include dll.e
free_console()
> I've made some writes to a Dos window before Win32Lib stuff is done,
> (relative to choosing correct version of Win32Lib to use), but I'd like to
> *close* it when I'm through using it.