Latest Answer: IUnknown is common interfacec supported by all COM objects.The 3 member functions are1.QueryIntrface2.Addref3.Release. ...
Latest Answer: Option Explicit requires that all variable names be defined (with the Dim statement). Reference: Reference Link ...
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: MFC provides stricter type checking for the return and parameter types of message handler functions. This new behavior notifies the developer of potential problems by flagging potentially unsafe message handlers with an error message. MFC now uses static ...
Latest Answer: Java is Platform indepandent Langg,witch can use for web development componant and web site also ...
Latest Answer: (Active Server Page) A Web server technology from Microsoft that allows for the creation of dynamic, interactive sessions with the user. -An ASP is a Web page that contains HTML and embedded programming code written in VBScript or Jscript. -It was introduced ...
Latest Answer: ASP code is written in scripting languages -> VB Script, JScript ...
View page << Previous 1 [2] 3 4 5 Next >>

Go Top