Jobs
Author: Mohammad Imran Date Submitted: 9/14/2005 Category: Forms Compatibility: VB 6 This code has been accessed 6607 times.
Email Yourself this snippet:
Drop 1 text box, 1 list box and 2 command button to form properties = name, caption command1 cmd1 Add command2 cmd2 Clear text1 txtadd "" (empty) list1 showlist ....... -------------------------------------
Code
' Presented by Mohammad Imran ' visit www.welcomenowshera.tk ' mik_sonu@yahoo.com ' :::::: 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