| Thread | Last Post | Replies |
|
| VB6 - reading/writing to Outlook Express Address Book (WAB) | 29 Jul 2004 18:58 GMT | 4 |
Can anyone tell me how to read from / write to (i.e. generally access) the Address Book for Outlook Express using Visual Basic 6 (Enterprise Edition)? I understand that this uses the WAB (Windows Address Book) file to store the data - is this correct? I'm writing a Contact Manager ...
|
| Adding a field to a recordset | 29 Jul 2004 15:08 GMT | 2 |
how would I be able to add a field to an existing recordset. rafael
|
| How do I access my public VB function inside my Excel VBA using late binding techniques? | 29 Jul 2004 14:06 GMT | 6 |
Please help. I have created a VB6 program that contains public functions and public variables. Assuming that my VB6 app is running. How do I access those functions and variables using Excel VBA without referencing my VB6App.EXE.
|
| Advice Scanned document | 29 Jul 2004 13:06 GMT | 2 |
We have a XEROX machine that has Scanning , using PaperPort The question is, is there a way that when I scan a document to a folder (PDF Format) have VB program find the PDF Document search for specific information and compare the information with the Table info, if correct
|
| Create function from string | 29 Jul 2004 12:36 GMT | 8 |
I´ve got function in a string (read from a database) ie: dim cfunct as string cfunct="year(date)"
|
| Serious problem in using COM in IIS | 29 Jul 2004 10:25 GMT | 5 |
I have problem in using a COM object in IIS a COM named "ABC" was used in some ASP pages and i create an instance for ABC by using the following code Dim oObject
|
| Word Automation is slow | 29 Jul 2004 09:55 GMT | 4 |
I'm getting data from sets of ADODB.Recordsets (populated from SQL Server Stored Procedures). After I have all required recordsets I'm looping through them and inserting data into MS Word document. Something like that (in reality it's much more
|
| Versioning in Visual Basic | 29 Jul 2004 08:59 GMT | 2 |
Currently, VB provides the following target MajorVer=6 MinorVer=5 RevisionVer=2
|
| Behavior of MaskEdBox? | 29 Jul 2004 07:03 GMT | 1 |
List: Running VB6 SP5 under WinXP I'm using a MaskEdBox My mask is $####0.000
|
| Encryption / Decryption Function | 29 Jul 2004 06:57 GMT | 5 |
Does anyone have a Function that Encrypts a 'String' and Decrypts the Encrypted 'String' back to the original String? Warm regards, Sharrukin
|
| submit on a web page | 29 Jul 2004 06:49 GMT | 1 |
I am trying to automate a chain of web sites that my user needs to go though in order to look at a piece of information. I am doing this from within a vb program loading the web page into an internet document On the second screen there is a submit button that looks like this:
|
| Why Format$ function on VB6 does not work with the same format on | 29 Jul 2004 06:26 GMT | 10 |
I can run this sub as below on VB4. But I can't run this sub on VB6. Does anyboday no why or how can I run this sub on VB6? Because I'm converting VB4 code to VB6. Thank you in advance,
|
| Multiselect in a treeview | 29 Jul 2004 04:58 GMT | 2 |
Is there any API out there that allow me do multiselect in a treeview control? Thanks
|
| Lost Project fle | 29 Jul 2004 02:29 GMT | 4 |
i have developed a VB5 project and make EXE file, due to virus i lost my Project file, can i recover my project file through my project EXE file. Waiting for reply thanks
|
| how do you use a button | 28 Jul 2004 23:10 GMT | 5 |
i am beginer with vb im going to take a fall semester college course but i was reading on the web about the coding and couldnt wait any longer. i am trying to create my own shell, and was wondering how i could get a buton to run windows explorer if thats possible.please
|