AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Fensterreihenfolge

Ein Thema von Valle · begonnen am 4. Jun 2006 · letzter Beitrag vom 13. Feb 2007
 
Vjay

Registriert seit: 2. Dez 2003
Ort: Berlin/Eschede
481 Beiträge
 
Delphi 7 Professional
 
#10

Re: Fensterreihenfolge

  Alt 7. Jun 2006, 17:03
Schau dir mal die WM_WINDOWPOSCHANGING an, dort kannst du in aller Ruhe die Z-Position des Fensters manipulieren.

Delphi-Quellcode:
typedef struct _WINDOWPOS { // wp 
    HWND hwnd;                   
    HWND hwndInsertAfter;         
    int  x;                       
    int  y;                       
    int  cx;                     
    int  cy;                     
    UINT flags;                   
}
 WINDOWPOS;
Zitat:
hwndInsertAfter

Specifies the position of the window in Z order (front-to-back position). This member can be the handle of the window behind which this window is placed, or can be one of the special values listed with the SetWindowPos function.
Wer später bremst ist eher tot.
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:03 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz