Title: Bring an App to the front
HI !
 
I build a component that have the properties ImageList and ImageIndex. The ImageIndex property is of TImageIndex type,
but when I set his value by object inspector its don´t show the Image combobox like ImageIndex on TMenuItem.
How I can do this ?
 
Thanks in advance ! 
 
-----Mensagem original-----
De: Patrick Dunford <[EMAIL PROTECTED]>
Para: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Data: Terça-feira, 31 de Outubro de 2000 8:30
Assunto: RE: [DUG]: Bring an App to the front

SetForegroundWindow is the call that you make. Note this may not work as expected in Windows 98/2000/ME because in the later versions of Windows, the window currently receiving input cannot be interrupted.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Coley
Sent: Tuesday, 31 October 2000 16:48
To: Multiple recipients of list delphi
Subject: [DUG]: Bring an App to the front

Is there a way to bring an Apps window to the front, I have an OLE handle to a window (Word) and I want to bring that window to the front, what’s the best way to do this?

Jason Coley

Reply via email to