<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [fpc-pascal]win32 activate/close windows</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>You have to send special messages to dialog main procedures (you can also control other applications) using standard Win32 API functions...</FONT></P>
<P><FONT SIZE=2>Just look at Win32 API docs</FONT>
</P>
<P><FONT SIZE=2>Pavel Kanzelsberger</FONT>
</P>
<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Lee, John [<A HREF="mailto:LeeJ@logica.com">mailto:LeeJ@logica.com</A>] </FONT>
<BR><FONT SIZE=2>Sent: Monday, September 03, 2001 1:42 PM</FONT>
<BR><FONT SIZE=2>To: 'fpc-pascal@deadlock.et.tudelft.nl'</FONT>
<BR><FONT SIZE=2>Subject: [fpc-pascal]win32 activate/close windows</FONT>
</P>
<BR>
<P><FONT SIZE=2>Does anyone have any working code or code snippets to activate/close/restore/iconise named windows in win32? (win95) - sorry if I asked this before- If not what is the general method/ algorithm? J</FONT></P>
<P><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>fpc-pascal maillist - fpc-pascal@lists.freepascal.org <A HREF="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" TARGET="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</A></FONT>
</P>
</BODY>
</HTML>