Super Christian! :=)
Habe übrigens gerade das ganze jetzt mit einem Programm hier aus dem Forum getestet (Spy++)
Jetzt wird mir von den 4 Styles (weiter oben im Thread) jeder bis auf WS_GROUP angezeigt.
Zitat:
WS_GROUP
Specifies the first control of a group of controls. The group consists of this first control and all controls defined after it, up to the next control with the WS_GROUP style. The first control in each group usually has the WS_TABSTOP style so that the user can move from group to group. The user can subsequently change the keyboard focus from one control in the group to the next control in the group by using the direction keys.
You can turn this style on and off to change dialog box navigation. To change this style after a window has been created, use SetWindowLong.
So wie's aber in der
MSDN-Hilfe ausschaut besteht dieser Style immer, wenn mindestens eine Komponente auf dem Formular sitzt.
Deswegen blended Spy++ diesen Style aus, oder?