|
|
|
ListBox
|
|||
|---|---|---|---|
|
#18+
Как выбрать помеченное в ListBox?( lb_4) Нужно так же как в DW-например: long row, cikl, i1, i2, cikl = w_data_mir.dw_nreg.GetSelectedRow(0) ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 24.08.2004, 12:54 |
|
||
|
ListBox
|
|||
|---|---|---|---|
|
#18+
Все сразу получить нельзя. RTFM integer li_ItemTotal, li_ItemCount // Get the number of items in the ListBox. li_ItemTotal = lb_contact.TotalItems( ) // Loop through all the items. FOR li_ItemCount = 1 to li_ItemTotal // Is the item selected? If so, display the text IF lb_Contact.State(li_ItemCount) = 1 THEN & MessageBox("Selected Item", & lb_Contact.text(li_ItemCount)) NEXT ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 24.08.2004, 13:12 |
|
||
|
|

start [/forum/topic.php?fid=15&fpage=100&tid=1338934]: |
0ms |
get settings: |
9ms |
get forum list: |
12ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
39ms |
get topic data: |
6ms |
get forum data: |
2ms |
get page messages: |
24ms |
get tp. blocked users: |
1ms |
| others: | 248ms |
| total: | 345ms |

| 0 / 0 |
