| Thread | Last Post | Replies |
|
| VB6 and control Crystal Report | 28 May 2008 19:57 GMT | 3 |
I have an report Crystal Report 8.5 in VB 6 (to print photos) When I print I have an instruction to connect to the database (sql server 2000) Au
|
| are shared dll's on the netword drive a good idea | 27 May 2008 09:14 GMT | 4 |
I have disccovered that there is no technical reason why you cannot register a dll that is on the network. We have a dll that is shared amongst 100 users, only when they are attached to the netword. It defines the ado connection information. Currently we are
|
| Traversing VB6 menu items | 25 May 2008 18:08 GMT | 1 |
Is there anyway to traverse VB6 menu items one by one and add them e.g to a tree object or listbox?
|
| per-user activex dll registration in vista | 21 May 2008 04:30 GMT | 6 |
I have an application that registers my dll to HKCU instead of HKLM by using the regOverridePredefKey registry function to override HKCR to point to HKCU\Software\Classes to register the dll per user. This worked fine until in XP but doesn't seem to work in Vista. I tried
|
| System error &H80004015(-2147467243). The class is configured to run as a security ID different from the caller. | 06 May 2008 21:42 GMT | 7 |
(Please do not point me to Article 228487 or 170364, becuase I already went through them.) I have the following problem: -I start VB 6 (SP6 with Windows 2000 SP4);
|
| Can a Service written in VB6 host DCOM accessible objects? | 06 May 2008 04:50 GMT | 2 |
So, I’ve written a service in VB6 using the NTSVC.OCX. It is a standard EXE project that has a form which hosts the NTSVC control along with a timer and a status bar. It works fine as a standalone service, but how do I invoke methods of this service from another process or ...
|
| takes a long time to release memory | 04 May 2008 10:24 GMT | 1 |
I'm using VB 6.0 SP6 why in second case memory release very slowly Case 1: (execution time 2 seconds) Dim mcol As New Collection
|
| Multiple selections from a single drop down list | 02 May 2008 09:19 GMT | 1 |
I am trying to populate an excel table using selections from a drop down list. I would like to allow the user to select as many items as they desire. Subsequently on an output sheet the table headings the user selected would be displayed.
|
| Unicode strings | 02 May 2008 00:27 GMT | 13 |
i have a dual/scriptable VB-6 ActiveX-DLL that receives file names from its clients. The file names sometimes contain unicode characters (or maybe its MBCS?, most of the time the src is japanese)
|