Latest Answer: It is just like function and procedure.Msgbox functions returns the value,but the statement displays just we type in " ".It does not return any value. ...
Latest Answer: There are many property which cannot be changed at runtime i.e locked, passwordchar, multiline etc. If maxlength property of textbox is set to 0 it indicates user can enter a value of any length. ...
Latest Answer: lvwIcon, lvwSmallIcon, lvwList, lvwReport ...
Latest Answer: in popupmenu use the code POPUPMENU menuname, Flag, , , defaultmenu item ...
Latest Answer: 3 types of combo style1- Dropdown Combo : A new item can be written into it. List is not always shown2- Simple combo : All List items are always shown. To see them the control shd be dragged enough3- Dropdown list : Cannot contain a list value other than ...
Latest Answer: Sub,Property,Function,Event ...
Latest Answer: Used to check how the form is closed. ...
Latest Answer: To Create a new instance of an object. ...
Latest Answer: Let - Used when assigning a value to the property. Set - Used when assigning an Object to the property. Get - Used when retrieving value of a property. ...
Latest Answer: Dim fso, hfile, msgvalue Set fso = CreateObject("Scripting.FileSystemObject") Set hfile = fso.OpenTextFile("D:x.txt") If Not hfile.AtEndOfStream Then Do While Not hfile.AtEndOfStream msgvalue = hfile.ReadLine ...
View page << Previous 11 12 13 14 [15] 16 17 18 19 20 Next >>

Go Top