Ver Mensaje Individual
  #2  
Antiguo 05-02-2009
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 22
cHackAll Va por buen camino
Cita:
Empezado por WS_EX_TOOLWINDOW
A tool window does not appear in the taskbar or in the dialog that appears when the user presses ALT+TAB.
Código Delphi [-]
procedure TForm1.FormCreate(Sender: TObject);
begin
 BorderStyle := bsToolWindow; // Design time
 SetWindowLong(Application.Handle, GWL_EXSTYLE, WS_EX_TOOLWINDOW);
end;
__________________
RTFM > STFW > Foro > Truco > Post > cHackAll > KeBugCheckEx
Responder Con Cita