![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How do you set a check box in Centura when all you have is the window handle to the check box? Found the SalIsButtonChecked function, but couldn't find any equivelant for setting the check box. Using version 1.5.1-PTF2 Any help would be appreciated Thanks |
#3
| |||
| |||
|
|
Found solution in Windows SDK: Used SalSendMsg(hWnd, BM_SETCHECK, BST_CHECKED, 0) to check it Used SalSendMsg(hWnd, BM_SETCHECK, BST_UNCHECKED, 0) to uncheck it In constants defined: Number: BM_SETCHECK = 0x00F1 Number: BM_CHECKED = 0x0001 Number: BM_UNCHECKED = 0x0000 "Samuel Jackson" <alii42 (AT) nospam (DOT) com> wrote in message news:traWa.16$cf.0 (AT) lakeread04 (DOT) .. How do you set a check box in Centura when all you have is the window handle to the check box? Found the SalIsButtonChecked function, but couldn't find any equivelant for setting the check box. Using version 1.5.1-PTF2 Any help would be appreciated Thanks |
#4
| |||
| |||
|
|
Is your middle initial "L" ? "Samuel Jackson" <alii42 (AT) nospam (DOT) com> wrote in message news:PSaWa.17$cf.3 (AT) lakeread04 (DOT) .. Found solution in Windows SDK: Used SalSendMsg(hWnd, BM_SETCHECK, BST_CHECKED, 0) to check it Used SalSendMsg(hWnd, BM_SETCHECK, BST_UNCHECKED, 0) to uncheck it In constants defined: Number: BM_SETCHECK = 0x00F1 Number: BM_CHECKED = 0x0001 Number: BM_UNCHECKED = 0x0000 "Samuel Jackson" <alii42 (AT) nospam (DOT) com> wrote in message news:traWa.16$cf.0 (AT) lakeread04 (DOT) .. How do you set a check box in Centura when all you have is the window handle to the check box? Found the SalIsButtonChecked function, but couldn't find any equivelant for setting the check box. Using version 1.5.1-PTF2 Any help would be appreciated Thanks |
#5
| |||
| |||
|
|
lol Sorry, no relation But it is my real name "Pat" <patrick_egan (AT) hotmail (DOT) com> wrote in message news:bgmct8$nu6$1 (AT) hercules (DOT) btinternet.com... Is your middle initial "L" ? "Samuel Jackson" <alii42 (AT) nospam (DOT) com> wrote in message news:PSaWa.17$cf.3 (AT) lakeread04 (DOT) .. Found solution in Windows SDK: Used SalSendMsg(hWnd, BM_SETCHECK, BST_CHECKED, 0) to check it Used SalSendMsg(hWnd, BM_SETCHECK, BST_UNCHECKED, 0) to uncheck it In constants defined: Number: BM_SETCHECK = 0x00F1 Number: BM_CHECKED = 0x0001 Number: BM_UNCHECKED = 0x0000 "Samuel Jackson" <alii42 (AT) nospam (DOT) com> wrote in message news:traWa.16$cf.0 (AT) lakeread04 (DOT) .. How do you set a check box in Centura when all you have is the window handle to the check box? Found the SalIsButtonChecked function, but couldn't find any equivelant for setting the check box. Using version 1.5.1-PTF2 Any help would be appreciated Thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |