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 ...
Latest Answer: To mark an existing virtual directory in InetpubWwwroot as a Web application using IISOpen IIS Manager and browse to the Default Web Site as shown in the previous procedures. Expand the Default Web Site node and look for the subdirectory that you want ...
View page << Previous 1 [2] 3 4 5 Next >>

Go Top