◘◘◘VisualXtremes◘◘◘

<a href="http://www.forums100.com/in.php?id=1665"><img src="http://www.forums100.com/button.php?id=1665" border="0" /></a><br><font face="Tahoma"><span style="font-size: 6pt; font-weight: 700"><a href="http://www.forums100.com" style="text-decoration: none">Top 100 Forums</a></span></font><!-- BEGIN TOP SITE LIST PLANET VOTING CODE -->
<center>
<a href="http://forumz.top-site-list.com/vote447.html">
<IMG SRC="http://forumz.top-site-list.com/images/voteimage/forumz-2.jpg" border=0></a><br><font size=1><a href="http://www.top-site-list.com/">Free TopSite</a></font>
</center>
<!-- END TOP SITE LIST PLANET VOTING CODE -->
VOTE NOW TO HELP US TO GROW!

Join the forum, it's quick and easy

◘◘◘VisualXtremes◘◘◘

<a href="http://www.forums100.com/in.php?id=1665"><img src="http://www.forums100.com/button.php?id=1665" border="0" /></a><br><font face="Tahoma"><span style="font-size: 6pt; font-weight: 700"><a href="http://www.forums100.com" style="text-decoration: none">Top 100 Forums</a></span></font><!-- BEGIN TOP SITE LIST PLANET VOTING CODE -->
<center>
<a href="http://forumz.top-site-list.com/vote447.html">
<IMG SRC="http://forumz.top-site-list.com/images/voteimage/forumz-2.jpg" border=0></a><br><font size=1><a href="http://www.top-site-list.com/">Free TopSite</a></font>
</center>
<!-- END TOP SITE LIST PLANET VOTING CODE -->
VOTE NOW TO HELP US TO GROW!

◘◘◘VisualXtremes◘◘◘

Would you like to react to this message? Create an account in a few clicks or log in to continue.

+10
aashleyy12
albertlbrt11
bardrick25
kenneth659
colttonn83
sabbrinak55
martinez7990
radcliff1234
kkinelle
Crazto
14 posters

    [TUT] List Box - Adding Items - Part #1

    avatar
    Crazto
    Leacher
    Leacher


    Posts : 13
    Tokens : 171
    Reputation : 0
    Join date : 2009-08-12

    [TUT] List Box - Adding Items - Part #1 Empty [TUT] List Box - Adding Items - Part #1

    Post  Crazto Thu Aug 13, 2009 8:13 am

    First, put 1 Listbox and then double click you're form(form1) and type:
    Code:

    List1.AddItem ("Visual") '0
    List1.AddItem ("Xtremes") '1
    It suppose to look like :

    Code:
    Private Sub Form_Load()
    List1.AddItem ("Visual") '0
    List1.AddItem ("Xtremes") '1
    End Sub

    Now press F5 to start the program.
    Congratulation! You have 2 items in you're list!

    If you want to can add more items by simply adding List1.additem ("Text")

    End of part #1
    avatar
    kkinelle
    Leacher
    Leacher


    Posts : 5
    Tokens : 47
    Reputation : 0
    Join date : 2010-02-22

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  kkinelle Sun Mar 21, 2010 1:59 pm

    Thank you so much for sharing. lol!

    ___________________
    Baby Monitors
    avatar
    radcliff1234
    Member
    Member


    Posts : 26
    Tokens : 308
    Reputation : 0
    Join date : 2010-03-15

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  radcliff1234 Wed Mar 31, 2010 12:49 pm

    Good job........Well done..................thank you very much
    geek geek geek


    ________________________
    Piggy Banks
    Skechers
    avatar
    martinez7990
    Member
    Member


    Posts : 33
    Tokens : 397
    Reputation : 0
    Join date : 2010-02-12

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  martinez7990 Fri Apr 09, 2010 1:30 pm

    Thanks a lot for provide such an interesting posted.
    _______________________________________________
    B&B Ballina
    avatar
    sabbrinak55
    Leacher
    Leacher


    Posts : 7
    Tokens : 77
    Reputation : 0
    Join date : 2010-02-17

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  sabbrinak55 Tue Apr 20, 2010 1:34 am

    Awesome work thanks for sharing

    ________________
    Dental Negligence
    avatar
    colttonn83
    Leacher
    Leacher


    Posts : 18
    Tokens : 200
    Reputation : 0
    Join date : 2010-04-19

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  colttonn83 Fri May 28, 2010 2:16 pm

    flower flower


    ________________________
    Proofreading
    SEO Copywriting
    avatar
    kenneth659
    Member
    Member


    Posts : 34
    Tokens : 429
    Reputation : 0
    Join date : 2010-04-22

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  kenneth659 Thu Jun 03, 2010 4:40 pm

    -Select "File" then select "New Project". When the New project window appears make sure C# is the selected language, choose windows application then click the ok button.
    -Add a listbox to the blank form.
    -Double click on the form anywhere outside of the listbox to bring up the form's load event.
    -In the load event we are going to run a loop that adds integer numbers to our listbox. You can find the code in the attached picture. eHow does not allow code within the steps.
    -This code will loop 10 times and add the numbers 1 through 10.
    -Run the program by pressing the F5 key on your keyboard.
    -Notice how the numbers were added to the listbox. Change things up by adding strings, making the loop longer and short and so on to get a better feel for how things are added to the listbox.
    ____________________________________
    Kerastase Nutritive
    Kerastase Resistance
    avatar
    bardrick25
    Leacher
    Leacher


    Posts : 24
    Tokens : 318
    Reputation : 0
    Join date : 2010-05-12

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  bardrick25 Fri Jun 11, 2010 3:03 pm

    Double click on the form anywhere outside of the list box to bring up the form's load event.
    -In the load event we are going to run a loop that adds integer numbers to our list box. You can find the code in the attached picture. e-How does not allow code within the steps.
    -This code will loop 10 times and add the numbers 1 through 10.
    -Run the program by pressing the F5 key on your keyboard.
    _____________________________________________________
    Hair Care Products
    Hair Products
    avatar
    albertlbrt11
    Leacher
    Leacher


    Posts : 22
    Tokens : 274
    Reputation : 0
    Join date : 2010-06-19

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  albertlbrt11 Fri Jul 09, 2010 2:04 pm

    Typically, you only care about what items in the listbox were selected by the user. The issue of whether or not the user is permitted to select multiple items from the ListBox then comes up. You determine this at design-time by setting the MultiSelect property in the property sheet of the ListBox.



    _______________
    Loreal Serie Expert
    Redken
    avatar
    aashleyy12
    Member
    Member


    Posts : 44
    Tokens : 574
    Reputation : 0
    Join date : 2010-06-24

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  aashleyy12 Sun Jul 11, 2010 11:07 am

    This code will loop 10 times and add the numbers 1 through 10.
    -Run the program by pressing the F5 key on your keyboard.
    -Notice how the numbers were added to the listbox. Change things up by adding strings, making the loop longer and short and so on to get a better feel for how things are added to the listbox.
    _________________________________
    Designer Lingerie
    Wonderbra
    avatar
    hurry234
    Leacher
    Leacher


    Posts : 13
    Tokens : 195
    Reputation : 0
    Join date : 2010-07-12

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  hurry234 Fri Jul 23, 2010 1:56 pm

    Double click on the form anywhere outside of the list box to bring up the form's load event.
    -In the load event we are going to run a loop that adds integer numbers to our list box. You can find the code in the attached picture. e-How does not allow code within the steps.
    -This code will loop 10 times and add the numbers 1 through 10.
    -Run the program by pressing the F5 key on your keyboard.
    __________________________________________
    Electronic Cigarette
    E Cigarette
    avatar
    ddexxters75
    Leacher
    Leacher


    Posts : 9
    Tokens : 121
    Reputation : 0
    Join date : 2010-07-24

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  ddexxters75 Wed Jul 28, 2010 5:54 pm

    Double click on the form anywhere outside of the list box to bring up the form's load event.
    -In the load event we are going to run a loop that adds integer numbers to our list box. You can find the code in the attached picture. e-How does not allow code within the steps.
    -This code will loop 10 times and add the numbers 1 through 10.
    -Run the program by pressing the F5 key on your keyboard.
    __________________________________
    Excess Baggage
    Container Shipping
    avatar
    williams8899
    Member
    Member


    Posts : 27
    Tokens : 324
    Reputation : 0
    Join date : 2010-07-10

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  williams8899 Tue Aug 10, 2010 1:12 am

    A list box presents a list of items to the user to choose from with each item on its own line. The user makes a selection by clicking in the list. Once clicked, an item becomes highlighted indicating that it is the current choice. A list box can be configured to allow single or multiple selections.

    -------------------------------------------------
    UPVC Doors
    UPVC Front Doors
    avatar
    aubreya94
    Member
    Member


    Posts : 30
    Tokens : 284
    Reputation : 0
    Join date : 2011-01-05

    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  aubreya94 Sat Jan 22, 2011 1:18 pm

    -In the load event we are going to run a loop that adds integer numbers to our listbox. You can find the code in the attached picture. eHow does not allow code within the steps.
    -This code will loop 10 times and add the numbers 1 through 10.
    -Run the program by pressing the F5 key on your keyboard.
    -Notice how the numbers were added to the listbox. Change things up by adding strings, making the loop longer and short and so on to get a better feel for how things are added to the listbox.
    _____________-
    digital marketing agency

    Sponsored content


    [TUT] List Box - Adding Items - Part #1 Empty Re: [TUT] List Box - Adding Items - Part #1

    Post  Sponsored content


      Current date/time is Tue May 21, 2024 2:21 am