| Subject | Date Asked |
|
| Text ascending | 12/1/2007 |
Q: i have a problem. How can I view as ascending a character in a text box and not showed duplicate ... A: 1. Declare an string variable say (mtarget) with no characters(= ""). 2. You could extract one ...
|
| Creating a word doc from another word doc | 11/1/2007 |
Q: I have a source document that is about 80 pages long. Within this document are about 12 different ... A: You can do this. You can open the source document and destination document in VB, copy the selected ...
|
| make backup | 9/1/2006 |
Q: just I want to ask you how can I make a backup for my database (Access file) from a VB project... I ... A: You can do this by having a button, whose action can contain the following events, 1. Execute a ...
|
| date type | 8/1/2006 |
Q: i want to store blank into date type variable... can you give me solution..how to store blank ... A: If are not validating this field in your Access db for null, you should not have any problem here. ...
|
| vb program | 6/3/2006 |
Q: I am developing a program in VB.net and i have a problem searching to arrays. I have 2 list A and ... A: This should be a fairly simple program using two indexes i and j, one for List A and one for List B. ...
|
| help | 11/17/2005 |
Q: am coding a small VB software with ms access database, my problem is, If I deploy this softawre and ... A: You do not need to install MSACCESS seperately. I assume that will you deploy your software, by ...
|
| auto complete text box | 9/2/2005 |
Q: i am using a text box control , i want to apply an auto complete mechanism to it that , if user ... A: You could work on your procedure to get it done. As a workaround, you could populate a Combo Box ...
|
| Import an Excel spreadsheet into MS Sql via a VB6 app. | 3/1/2004 |
Q: I need to Import an Excel spreadsheet into MS Sql. Howdy, I'm a little new to this, but I need to ... A: This could be lengthy solution to put it all here. I would like to give you some hints. You need to ...
|