HI, im new in using vb.net 2008, and i want to master using it.. i want to create a simple POS system, can you tell me how can i hide group of buttons/ controls on the first load of a form and then group of controls will just show after a button is clicked or selected. Also i want to have a display (on same form) of what is selected by the user. all help will be very much appreciated.. Thanks alot guys!

hi guys! i've just figured out how is that hide/show of controls :) my problem is the display of selected items in same form.. i really could use some of your help.. thanks!

For displaying the selected items, you can create a ListBox and play with the

Listbox#.Items.add('Here goes what you want to add)

(# is the listbox number), the

ListBox1.Items.Remove('Here goes what you want to remove)
commented: much help.. +0

thank you very much! got it!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.