Nein, es gibt keine Anchors in der
WinAPI. Dies ist ein Feature der
VCL. Wenn du dein Fenster mit CreateWindows(Ex) erstelllst, gibst du die Position relativ zur Clientarea links oben an. Soll sich dein Clientfenster der Parent anpassen, musst du auf die Nachricht WM_SIZE reagieren, wo du im lParam die neuen Maße der Clientarea bekommst:
Zitat:
lParam
The low-order word of lParam specifies the new width of the client area.
The high-order word of lParam specifies the new height of the client area.