I have used netbeans for some time now, and was assuming that visual studio would have some sort of feature to auto-fill the methods which my class is supposed to implement. I searched a bit through the forum/google, but could only find this link.
Auto insertion of interface members in Visual...
Slightly confused on what is the best format of coding between Methods and properties.
Here is some code, a shared property that I use instead of using a method with one argument.
Public Shared WriteOnly Property GetComboList() As ComboBox
Set(ByVal _ComboBox As ComboBox)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.