Using list box to add something which is written in text box
Using list box to add something which is written in text box
API Declarations
properties = name, caption
command1 cmd1 Add
command2 cmd2 Clear
text1 txtadd "" (empty)
list1 showlist .......
-------------------------------------
Rate Using list box to add something which is written in text box
(1(1 Vote))
' visit www.welcomenowshera.tk
' [email protected]
' :::::: THANKX ::::::
'code for cmd1
txtadd.text showlist.additem ' this will add something in the list
'code for cmd2
showlist.clear ' this will clear any thing in the list box
Using list box to add something which is written in text box Comments
No comments yet — be the first to post one!
Post a Comment