![]() Related Questions Latest Answer : Dim object as object --> the general VB object was createdDim obj as myform --> the myform object was created. The first one is general object and second one is the specified object. ... Latest Answer : To make property read onlyI want make a property readonly for FirstName(string)public string FirstName{ get{return _firstName;} //Not apply set code here}This method is readonly property of FirstName. ... Latest Answer : Hai,Dim obj as new class-name() ... Latest Answer : There are basic three tags for HTML form:1) ID2) action3) methodeg: ... In DHTML what is the difference between FontSize and Font Size ?? A: FontSize is a property, Font Size is a style Latest Answer : Yes COM keeps track of all instances of the object refrences. It does so using the AddRef and Release methods defined in the IUnknown interface which every COM class must inherit and hence implement. If you are using MFC, these are already implemented ... How does VS.NET IDE identify which property / method belongs to an object when a dot(.) is applied e.g variablename.ToString(); Read Answers (1) | Asked by : ss
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||