| Recent Answers from Amal Raj A |
 |
2007-12-01 Text ascending: Hi Amran, 1. Declare an string variable say (mtarget) with no characters(= ""). 2. You could extract one letter from text1.text and store it in the mtarget. 3. Read the next character in mtarget and...
|
2007-11-01 Creating a word doc from another word doc: Hi Justin, You can do this. You can open the source document and destination document in VB, copy the selected portions of this document using the clipboard copy methods and paste the clipboard contents...
|
2006-09-01 make backup: Hi, You can do this by having a button, whose action can contain the following events, 1. Execute a batch file that zips the Access data. 2. In the same batch file test the zip file (Ex: pkzip -t...
|
2006-08-01 date type: Hi Whocracks, If are not validating this field in your Access db for null, you should not have any problem here. Set null to yes in the field level properties in your Access table and when you store...
|
2006-06-03 vb program: Hi Adrian, This should be a fairly simple program using two indexes i and j, one for List A and one for List B. Use two while loops, one for List A and one for List B. Compare each element of List...
|
| More Answers for "Visual Basic" |