| Thread | Last Post | Replies |
|
| Protecting a ActiveX DLL | 28 Oct 2003 16:07 GMT | 1 |
Can anyone tell me if there is a way of protecting a ActiveX DLL from others to access it? Is it possible for an ActiveX DLL now what client is using it? Ex.: App A calls ActiveX 1, ActiveX do It's stuff because it has code to know that App
|
| VB6 Dll's / ProgID Question | 27 Oct 2003 23:18 GMT | 3 |
We have two VB6 ActiveX DLL's registered on the one computer. These DLLs are basically the same except for a couple of different methods. The DLL's have the same internal project name, however have different project descriptions. (Binary compatibility has been broken between them - ...
|
| GetLocalTimeZone | 27 Oct 2003 20:54 GMT | 1 |
Is there a reasonably simple way to get the local timezone in a vb component (ActiveX DLL)? It appears I can mimic a C TimeZone structure and pass that to the winapi function in kernal, but this seems like something very common.
|
| Almost without hair... | 26 Oct 2003 22:39 GMT | 5 |
I've created one AX.exe, using MS exemple proj. Coffee. So far so good... When I tried to use it making some changes, the RaiseEvent doesn't seem to Work. Where is the Code:
|
| Please help find lost data | 25 Oct 2003 22:56 GMT | 1 |
Anyone know how to restore a .dbx folder back into Outlook Express? I have somehow lost a folder from the OE structure (the .dbx file is still there) but the "import" function requires it to be referenced in folders.dbx. This may be the wrong newsgroup, but if anyone knows the ...
|
| API and ByVal | 25 Oct 2003 10:57 GMT | 2 |
hey folks anyone can explain me when to use byval and when not calling API function from VB? i usually use byval every time i have input parameters, but i.e.
|
| Programming OutLook (send e-mail from VB) | 24 Oct 2003 19:43 GMT | 2 |
Hi, All I am programming Outlook in vb; The task is when error occured during transfering files App should automatically send e-mail to notify about the error.
|
| Is Word document has Finished to Print ? | 24 Oct 2003 13:18 GMT | 3 |
How can I know when MS-WORD (2000) has finished printing? I am running it Automation from VB6, save the document and send it to the printer. Then I want to close the MS-WORD instance that I just created but cann't do
|
| Multiple Versions of Office and References to object libraries | 24 Oct 2003 08:47 GMT | 4 |
My development system is running Server 2003 and has both Office 2003 and Office 2000 installed. For most of my VB projects on the development system we can reference the 9.0 libraries but not the 11.0 libraries, eventhough they are both
|
| using automation in access | 23 Oct 2003 15:29 GMT | 3 |
I used automation to open an instance of access to preview and print a report, from an access database located on my server. from my local machine were i have built my vb.net solution
|
| Early binding for Com dll components | 23 Oct 2003 01:56 GMT | 1 |
Is there a way to make early binding in VB6 for a COM dll object created in .NET? My code: "
|
| array copy | 23 Oct 2003 01:32 GMT | 2 |
Is there some way to copy one array to other one without repetion structures? (like in variables)? thanks, BRAHM
|
| urgent: dll help | 22 Oct 2003 23:23 GMT | 1 |
Hi ; i know it's a dum question, I have a third party dll to integrate it into my application, i am using VB6 on windowsXP.what is the
|
| Hooking up to events from COM dll component in VB6 | 22 Oct 2003 22:15 GMT | 2 |
I created a COM dll component in .NET(that has visual representation), with an event. I added a refernce to this component using "Project-
>References" |
| Can't set ActiveConection property for ADODB.Command object | 22 Oct 2003 14:39 GMT | 2 |
I try to set ActiveConnection property as is described below Dim oCommand As New ADODB.Command Dim oCon As New ADODB.Connection oCon.Open "Some connection string"
|