| |
|
|
Michael Wodrich | Messages for buttons, Check boxes and Radiobuttons Button-Messages
These messages are for all types of Buttons (Button) einzusetzen; moreover count too The Radiobuttons and Check boxes.
scheduler:
worth | Constant | Description | $00F0 | bm_GetCheck | - determined, whether a Radiobutton or a Ckeckbox markiert or not.
P:L3 = 0 P:L4 = 0
Return Value: 0 = not markiert; >0 = markiert ----- | $00F1 | bm_SetCheck | - Markiert a Radiobutton or a Checkbox.
P:L3 - 0 = not Mark (BST_UNCHECKED) 1 = Mark (BST_CHECKED) P:L4 - 0 ----- | $00F2 | bm_GetState | - determined whom Status Buttons.
P:L3 = 0 P:L4 = 0
Return Value: 0 = not gedrückt; >0 = pressed ----- | $00F3 | bm_SetState | - setting whom Status Buttons.
P:L3 - 0 = normal, 1 = highlighted P:L4 - 0 ----- | $00F4 | bm_SetStyle | - setting whom Style one Buttons.
P:L3 : Style (z.B. BS_3STATE, BS_CENTER ...) P:L4 : signal to that Repaint True = Button becomes neugezeichnet False = Button won't neugezeichnet ----- | $00F5 | bm_Click | - simulate The process one Buttons.
P:L3 = 0 P:L4 = 0 ----- | $00F6 | bm_GetImage | - it'll the lever the Bildes on the Button determined.
P:L3 - Bildtyp (IMAGE_BITMAP or IMAGE_ICON) P:L4 - 0
Return Value: lever the Bildes with success otherwise NULL ----- | $00F7 | bm_SetImage | - joins one Button with a Image.
P:L3 - Bildtyp (IMAGE_BITMAP or IMAGE_ICON) P:L4 - lever the Bildes
Return Value: lever the Bildes with success otherwise NULL
| deference: These Messages Please not others Windowsobjekten bring into action, there there The equal Botschaftsnummern another weight having!
|
|
|
| Programmieren, das spannendste Detektivspiel der Welt. | 06/28/05 ▲ |
|
|
|