Listview
I try to work with listview, but I seem to forgot how to use and code with it. Any suggestion for learning all vb's features? For example as you know that textbox1.text = "Hello World!", and so .text is a members of class textbox that vb provided, how can I find all the members of textbox and many other classes such as listview and etc... and their possible values such as certain members will only work with specific value, ex: int, double, or pictureBox1.Visible = False or True only.
Any suggestion in creating object oriented program using vb? Like should I plan to create business object first or presentation object first.
Plus where can I find example and easy explanation of vb's classes.
Thank You.