27
Aug
07

delphi stay on top, TOUJOURS !

begin 

  SetWindowPos(Handle, HWND_TOPMOST, Left, Top, Width, Height,
    SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
  //  Desktop
  SetWindowLong(Handle, GWL_HWNDPARENT, 0);
  // fenetre 
  SetWindowLong(Handle, GWL_EXSTYLE,
    GetWindowLong(Handle, GWL_EXSTYLE) or
    WS_EX_TOOLWINDOW and not WS_EX_APPWINDOW);
end;


0 Responses to “easyphp et url rewriting”


  1. No Comments

Leave a Reply