Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Yahoo Contact List Text
#4
Code:
Copy      Help
act "Form"
Acc a=acc("" "LIST" win("Form" "#32770") "ListBox" "" 0x1000)
Acc afirst alast
a.Navigate("first" afirst)
a.Navigate("last" alast)
afirst.Select(3)
alast.Select(4)

dialog Dialog13 for testing
Code:
Copy      Help
\Dialog_Editor

str controls = "3"
str lb3
lb3="a[]b[]c"
if(!ShowDialog("Dialog13" 0 &controls)) ret

;BEGIN DIALOG
;0 "" 0x90C80A44 0x100 0 0 222 134 "Form"
;1 Button 0x54030001 0x4 120 116 48 14 "OK"
;2 Button 0x54030000 0x4 170 116 48 14 "Cancel"
;3 ListBox 0x54130309 0x200 4 4 96 48 ""
;END DIALOG
;DIALOG EDITOR: "" 0x2010900 "" ""


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)