Thema: Delphi FormStyle

Einzelnen Beitrag anzeigen

Z32
(Gast)

n/a Beiträge
 
#8

Re: FormStyle

  Alt 5. Mai 2007, 14:08
Aja...das war ein guter Tipp...danke

jetzt gehts, ich verwende das hier:

Für Top:

Delphi-Quellcode:
 
SetWindowPos(Self.Handle ,HWND_TOPMOST,0,0,0,0,SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
Und für Normal:

SetWindowPos(Self.Handle ,HWND_NOTOPMOST,0,0,0,0,SWP_NOACTIVATE or SWP_NOMOVE or SWP_NOSIZE);
  Mit Zitat antworten Zitat