Ver Mensaje Individual
  #2  
Antiguo 11-03-2007
Avatar de droguerman
droguerman droguerman is offline
Miembro
 
Registrado: abr 2005
Ubicación: tierra
Posts: 999
Reputación: 20
droguerman Va por buen camino
Podrías usar un TPanel y un código como este
Código Delphi [-]
SetWindowPos(
    panel.handle, HWND_TOPMOST, 0,0,0,0, 
   SWP_NOSIZE or SWP_NOMOVE);

saludos
__________________
self.free;
Responder Con Cita