| Thread | Last Post | Replies |
|
| Updating OLE links in VB... | 25 Nov 2003 05:24 GMT | 1 |
Hi, all! I am passing information to and from Excel and another piece of software (Analytica) via OLE linking. I have two tables on a spreadsheet: one which is linked to a input
|
| OLE Object Control | 25 Nov 2003 05:22 GMT | 1 |
I want to know that where i could get the OLE control in VB.net.if any one knows please guid me. bye bye Damodar
|
| Performance en COM+ | 25 Nov 2003 03:23 GMT | 1 |
I have a DLL (Dll1), that use ADO to access a SQL Server Database, Dll1 also use another Dll's. I register Dll1 in COM+, but not the other Dll's. If I run a process that is in the Dll1 using COM+ the process takes the double of time that it takes if I run the process with Dll1 ...
|
| Serializing data | 24 Nov 2003 21:02 GMT | 2 |
i want to know which technique the best way is to serialize the data which are send over the network, like having the objects reside on an application server like MTS. There are several techniques, like: using UDT's in combination with the function LSET, using variant arrays, ...
|
| Embedded application with VB | 24 Nov 2003 17:42 GMT | 1 |
is there a way to integrate an existing VB file viewer (wrapped into an Active X control) with MS Internet Explorer 6.0+ (like Microsoft Word, Excel or Adobe Acrobat directly within a frame window) directly (I mean without building an MFC C++ application acting as Active
|
| VB6STKIT.DLL - Visual Basic Setup Toolkit Library DLL | 24 Nov 2003 15:09 GMT | 4 |
Has anybody ever used subj? I need the syntax of one function in it (return type, params, etc): ExtractFileFromCab. Anyone help!!! Regards, Someone.
|
| save software information in registry | 24 Nov 2003 09:23 GMT | 2 |
in my application i am using the save setting method to to save the information in registry it work fine but the problem is that the registry value save in HKEY_CURRENT_USER\Software\VB and VBA Program Settings which Visual Basic provides a standard registry location for storing ...
|
| "No Symbols Loaded".... | 23 Nov 2003 06:21 GMT | 3 |
What's it mean? My prog runs fine. Then as soon as I press ok or cancel, the following is what's in the output area of the debugger. TIA
 Signature RDI
|
| Getting list of files in directory? | 22 Nov 2003 18:49 GMT | 2 |
I'm trying to create either a sub or a function that will create a list of files in a specified directory. Below is the function that I've got so far. Right now, it DOES set FileList to the list of file names. However after the call to the sub, the list (passed byRef) only ...
|
| Using CDO within a COM+ object | 22 Nov 2003 17:13 GMT | 3 |
I've written a COM+ object which needs use MAPI to send messages. Therefore, I'm trying to use the CDO libraries. Everything works fine, with one exception. Whenever I call Recipient.Resolve(), or Message.Send(), a dialogue appears on the
|
| How do I pass UserID through Shell Function | 22 Nov 2003 14:26 GMT | 1 |
I'm using Shell function to launch an exe program. This progam requires the User ID. How can I pass the user id to the program so that it does not prompt the login box. 'UserInput = UserID
|
| Launch Adobe file from VB | 21 Nov 2003 15:16 GMT | 2 |
Could anyone pls tell me how to launch Adobe-Acrobat reader FILE from Visual Basic 6 ? Thanks in Advance for any tip KP
|
| Printer Setting DUPLEX | 21 Nov 2003 15:00 GMT | 1 |
I've got a problem, setting the printer setting in Visual Basic6. I've tried to set the duplex-property with the VB-PrinterObject. Although the code executes without error, there are no changes in the printer dialog. Well, maybe I am wrong, but i think, all changes I made in my code ...
|
| Identify Motherboard/HardDisk Sr No | 21 Nov 2003 10:22 GMT | 6 |
I want to identify Unique Identifier for Motherboard or Hard disk which I can use to generate Unique Product Key for my software on client machine. How can I do the same in VB? Will WMI help for this?
|
| Sharing VB ActiveX DLL variables between multiple Standard EXE | 20 Nov 2003 12:09 GMT | 4 |
Can anyone provide an example of two EXE accessing a DLL and sharing the same variables. I've tried everything. I've had it working in the past, but its just driving me nuts. The two Standard EXE's I have just keep using different instances of the class. Please can the example
|