methods

  1. O

    Question Auto generating interface methods

    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...
  2. S

    Coding format

    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)...
Back
Top