Answer Posted / ram
LockEdit Self contained secure text editor. It works like a notepad, but the text that you enter is encrypted with your password and saved within the application itself. You will need to know the password in order to open the application later.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which type of object requires this object?
What is the use of progress Bar Control?
Is there any way to pass a variable to a form apart from using global variables?
Recordset object consists what?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
How to use advanced data-bound controls.
What is OLEDB?
What do you know about user forms.
How can you determine performance standards?
Is visualvm free?
How do I get a bitmap picture in a field in an Access database?
How do you avoid the "Invalid use of null" error when reading null values from a database?
Explain about the basic features of Visual basic?
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).