Date: Mon, 7 May 2001 16:58:31 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Tim Van Holder cc: djgpp AT delorie DOT com Subject: Re: program without window In-Reply-To: <3AF68D27.68C4D9D6@falconsoft.be> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 7 May 2001, Tim Van Holder wrote: > > It's true that you can put "Minimized" in the "Run" property, but that > > still doesn't prevent the window from being maximized by the user, > > which is what I believe Michelle was looking for. > > Maybe you could use the VXD call mechanism to call a Windows API > function to either disable maximization or hide the window (which I > expect would be equally acceptable). It's possible that this could be done, but I've never seen a description how. And the back-door of calling VxDs is a moving target anyway, and is also notoriously undocumented. So... As for hiding the window--what exactly did you mean by that?