| Thread | Last Post | Replies |
|
| How to retrieve ms access database full information version | 20 Dec 2007 22:02 GMT | 5 |
Hi at all. I want to retrieve the full version information from a access database via vb6 codes, similar "Select @@version" in Sql server from obtening also the information relative to service pack number applied.
|
| change ms access databse password | 20 Dec 2007 15:59 GMT | 1 |
I want to change the database password of an MSACESS database programatically using VB. Is it possible? If yes , how to do that? Is it required ms-access to be installed on the client machine also to
|
| Compile errors in VB6 running in VirtualPC | 19 Dec 2007 02:18 GMT | 5 |
I have struck a problem and am hoping someone here knows the answer. I am running VirtualPC 2005 with WinXp32 SP2 installed, and Visual Studio V6 (VS6) and Visual Basic V6 (VB6). The host machine is running WinXP64. The source code for my projects is on a shared folder on the host ...
|
| COM-Lowlevel / Event-"Latebinding" | 18 Dec 2007 22:41 GMT | 2 |
I need to find a solution to reliably catch the event of a MS-Word doc being closed. The special part is that (I think) I cannot bind to a TLB/OLB since customers may have any version of MS-WORD from 97 to 2007 or no MS-WORD at all,
|
| event.log file on desktop | 18 Dec 2007 11:55 GMT | 2 |
I have a vb6 project, that sometimes when compiled, generates a file on the desktop called event.log. This can occur in windows xp or windows vista. I haven't got any app.logevents calls in my project at all. All I want to achieve is for this file to not appear at all, or if it ...
|
| IStream, IPicture and ADODB.Stream | 14 Dec 2007 13:35 GMT | 8 |
from what I have read from the docs, IPicture implements IPersistentStream and thus IStream, with its Read/Write methods. I want to save a StdPicture-object into a MSSQL-Server-
|
| FindWindow returns incorrect value for OpusApp (I think) | 12 Dec 2007 22:15 GMT | 3 |
My client's MS Access application, developed in Access2k, has now stopped working correctly following an update to Access 2007. Specifically, attempting to automate Word for a mail merge operation. In my old code I had a block* where I checked to see if Word was
|
| System.Security.SecurityException: That assembly does not allow partially trusted callers. | 11 Dec 2007 23:08 GMT | 2 |
I have created an ActiveX control that does word automation. Once I creat an instance of work I get the following message System.Security.SecurityException: That assembly does not allow partially trusted callers.
|
| VisualBasic Out-Of-Process Server problem | 11 Dec 2007 16:47 GMT | 3 |
We have a VB out-of-process DCOM server (let's call it A) that is called by a Windows NT service (B). A is configured to run under a specific local user account (DCOM config|Identity|This User). B runs under the standard SYSTEM account. B creates an instance of A and holds on to ...
|
| DllRegisterServer entry point | 06 Dec 2007 20:05 GMT | 2 |
I've written a visual basic class library (COM-Interop registry checked) with a com class (properties com class and com visible both true). When I build the dll, it registers automatically, and I can use the class in other programs.
|
| Marshal | 05 Dec 2007 15:18 GMT | 2 |
Hi together, I have following little problem with a structure which I need for unmanaged code: Public Structure Info
|