| Thread | Last Post | Replies |
|
| How to open a shortcut(*.url) in my Vb Program | 31 Oct 2004 19:37 GMT | 2 |
Hi,All I want to make a super-link in my vb Form. Hi All, I read sevral articles about it.But it doesn't work on my machine.
|
| VB6 and com problem (where do I look?) | 30 Oct 2004 04:12 GMT | 1 |
I posted this in vb.general but I guess this forum might be more appropriate as this may be a com object issue: I found an indexing program called "Wilbur" that I would like to use at work. It has OLE automation routines (via a type library) and I
|
| Email address | 29 Oct 2004 20:21 GMT | 1 |
Does anyone know if there is an API Function that I can call to get an email address from Outlook given an display name? Most of the employees at our company have their names setup the same in the company employee database as in Exchange, but occassionally there are a few ...
|
| VB solution with integrated Visio component has dll reg errors... | 28 Oct 2004 19:21 GMT | 8 |
Hello and thank you for any help, Here is my situation: I have developed, in Visual Basic 6.0, an ActiveX dll that integrates a Visio drawing control into it (the component is the VISOCX.dll), and also references the VISLIB.dll. I have compiled this
|
| Word Mail Merge Automation | 27 Oct 2004 15:28 GMT | 3 |
im using VB6 my word document has an MS Access mdb as the datasource, its password protected.. i've tried passing the password to the PasswordDocument property of the OpenDataSource method, but access still prompts me for a password..
|
| Trouble getting Word AutoTextEntries from VB6 | 26 Oct 2004 22:49 GMT | 4 |
I am trying to list all AutoTextEntries in a particular Word Template from VB6 but am having no luck. I am also trying to insert new AutoTextEntries but again no luck. I created an instance of a Word Template (through a reference) in VB6 and used the following:
|
| Need some help to generate a word Document from within an ASP page | 26 Oct 2004 18:01 GMT | 3 |
I have been trying to generate a word document from within my ASP page. When I try to bring up the page and generate a word doc the following error is generated. Any help is greatly appreciated. My Word version is Microsoft Word 2002, ( from the HELP---> ABOUT menu).
|
| WORD MAIL MERGE AUTOMATION | 26 Oct 2004 16:45 GMT | 1 |
anyone know how to automate WORD mail merge with VB6, without Access prompting me for a password? i have a secure access 97 database (i.e. it has a password) i have created a Word template that i intend to mail merge with the above
|
| Migration from VB5 to Vb6 | 26 Oct 2004 15:22 GMT | 1 |
What are things that should be taken care while migrating from VB5 to Vb6. What are the issues while depolyment that should be taken care. I have ocx written in Vb6 which used in Active DLL(Vb6 and compiled) will the client written in VB5 will work.
|
| How can I include redemption into this code? | 25 Oct 2004 19:24 GMT | 1 |
Public Sub cmdOk_Click() Dim objApp As Outlook.Application Dim objNS As Outlook.NameSpace Dim objCFolder As MAPIFolder
|
| Binary Compatibility and Preserve Compatibility ??? | 25 Oct 2004 19:02 GMT | 1 |
I have a query about that dreaded subject of binary compatibility, as I'm expreiencing strange behaviour. We have two dlls which have been binary compatible for quite some time now, any in-compatibilities addressed by updating the compat version with the new
|
| Print automation | 25 Oct 2004 18:53 GMT | 2 |
I am looking for a way to automate some of my printing tasks, which, I would be able to do if it were not for this problem. I have a directory (which I know the name of). In this directory is a bunch of subfolders(which I DON'T know the name of- unless I actually open the
|
| CDO.Messages and MAPI | 25 Oct 2004 17:55 GMT | 1 |
I am trying to put together a script which listens to MAPI requests for incoming mail and formats and sends smtp mail via CDO. The later part is straight forward. Is there a sample for MAPI listener and message processor? Thanks in advance
|
| "CreateObject" problem | 25 Oct 2004 17:52 GMT | 1 |
I have a DLL ActiveX for Report generation (with datareport) and I use this code to instancing and manage CommonDialog, that need for printer default change: ----------------------------------------------------------------------------
|
| Shell Function | 25 Oct 2004 15:19 GMT | 1 |
When i use the shell function to call the external exe, i find that shell command will not break when i call the external exe and it will continue to execute next command line. So, my question here is, i just want to execute the next command line after i close the external exe
|