| Thread | Last Post | Replies |
|
| Distribution of VB Automation Apps | 14 Dec 2003 04:35 GMT | 5 |
I have a VB 6.0 app which automates MS Word to edit some documents. I use early binding and have a typelib MSWORD9.OLB referenced in my project. Now dealing with installing the app at client's systems : 1)Do I have to distribute the MSWORD9.OLB typelib?
|
| Some Help Please | 14 Dec 2003 01:27 GMT | 3 |
I've got an activex dll on a remote server that works perfectly on most functions, but if I try to pass a variable of type collection to any of the functions I get a permission denied '70'. I create the object as follows
|
| ADODB.Recordset automation | 11 Dec 2003 19:15 GMT | 2 |
I do not know if this is the corrct forum- but here goes. I am trying to write each record of an ADODB.Recordset to a text file. The problem is in creating the recordset inVScript. Program:
|
| Deleting shortcuts | 11 Dec 2003 18:00 GMT | 1 |
Could anyone plz tell me how I would go about deleting a shortcut of the desktop in vb6? Cheers Steve
|
| Mailto: and path mir "+" character | 11 Dec 2003 05:48 GMT | 2 |
I'd like to send a file (zip_file) with E-Mail useing: ShellExecute Me.hWnd, "Open", "mailto:Anyone@anywhere.com?subject=" & zip_file & "&body=Zip File Attached", _ but in the path is a "+" character: zip_file = "C:\Data\alpha+\MyFile.pdf".
|
| Reading unicode text file | 11 Dec 2003 04:40 GMT | 2 |
How can I read unicode text file from Visual basic 6. I want to read the file line by line and want to perform some operations in text of file. The file contains traditional chinese characters and some numeric values. Regards,
|
| Overriding Default Interface - HELP!!!! | 11 Dec 2003 03:01 GMT | 1 |
Does anyone know how to override the default interface in VB6? I have a typelib that I created using IDL, and I'm implementing an interface from that typelib in my VB class. The only problem is, I need this interface to be the default interface. Can I somehow get this interface ...
|
| image control issue | 11 Dec 2003 02:50 GMT | 1 |
Actually I am working on a project (I) called "CDs Organizer". As its name suggests, I am developing a solution for keeping track of all my CDs and DVDs. Along with many other details every record may also have a picture associated with it, which is displayed in an Image box control ...
|
| ActiveX control that is also a COM server. How? | 11 Dec 2003 00:22 GMT | 1 |
What I need is this. I want to create an ActiveX control that can be dropped into a container app (let's call it X) and expose an interface that can be accessed by another application (I'll call this one Y). I have control of Y which is a VC++ app.
|
| RegExp references | 10 Dec 2003 15:32 GMT | 2 |
Does anyone know what references the RegExp object need in VB6 ?
|
| can anyone help me out | 10 Dec 2003 12:26 GMT | 1 |
i am having a common master class module project which is used to update master details in Database. i have to call this in my project by create object method how to call and if i call by create object is the dll
|
| Problem: COM+ Activation failed | 10 Dec 2003 09:05 GMT | 1 |
I hope you can help me with the following problem: After registering a component on a win2k server, i receive the following error everytime i call the com+ via my asp-site. "COM+ Activation failed because an initialization function failed.
|
| VB6 Components - Passing connection object from 1 component to another | 10 Dec 2003 06:56 GMT | 2 |
I want to use a single ADODB Connection across my components. There should not be any two connections at any given point of time. It should maintain only once single connection. I am doing this because I want to implement the BeginTrans/EndTrans in various components of
|
| SQL SERVER modification using VBS - HELP! | 09 Dec 2003 07:53 GMT | 1 |
I am trying to alter a table within a SQL Server database, using VBS script to run a SQL alter statement. The VBS uses OLEDB to access the database. Using Profiler I can monitor the script accessing the database but the
|
| Scheduling program execution vs Creating a service | 08 Dec 2003 19:18 GMT | 2 |
I'm producing a utility that process some files (it doesnt really matter what it does). It will be built as a COM object. In the greater scheme of things, I want the process to be triggerable in a number of ways:
|