| Thread | Last Post | Replies |
|
| Installer versions | 25 Sep 2006 02:23 GMT | 5 |
Can I create msi distrib of my vb6 app by meanse of an Installer version grater 1.1? (I'm eager to get the ALLUSERS prop.) Thanks in advance.
|
| Using late-bound MSMAPI objects | 20 Sep 2006 07:15 GMT | 3 |
I have built a VB6 application in which I create and use a MSMAPI.MapiSession object and a MSMAPI.MapiMessages object. The above objects are created with the following code: Dim emailSession as Object
|
| Application fails to start up | 18 Sep 2006 21:12 GMT | 1 |
I have a small application that I wrote and have passed the exe to my partner. Previously it was just fine, but it has recently decided to be temperamental. It now fails to startup without any warning or error. And last night, it did the same on my laptop. I recompiled, and ...
|
| Can I automate ClickOnce in a script? | 15 Sep 2006 08:57 GMT | 1 |
Can I automate ClickOnce in a script? Thanks, Ron
|
| .NET how to check for binary compatability | 13 Sep 2006 13:28 GMT | 1 |
we have a suite of products that have a number of shared assemblies. During development and support the shared assemblies may be rebuilt . I want to control the versioning, so if the builds are binary compatable ( i.e interfaces have not changed) then we can retain the same ...
|
| How to install VB6 application in diffrent folder | 07 Sep 2006 03:04 GMT | 8 |
I am new to VB programming, this is my problem when it come to setting up an application. I am using File DSN to connect my adodc in VB forms to an access database. Which means I have to pre-define the folder where my database is located in the File DSN. So when my database is in ...
|
| VB 2005 publish errors for prerequisite components | 05 Sep 2006 09:13 GMT | 2 |
I use MS VB 2005 create and publish a project. In Project Designer - Publish page - Prerequisites Dialog Box, if check 'Download prerequisites from the component vendor's web site' and publish the project there's no problem.
|