Hello, I am a complete newbie to Delphi and have been trying to create a AIM Plugin.
Below is what i am using to Load my DLL when AIM starts:
library AIMPlugin;
uses
SysUtils,
Windo...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20954275.html
I have created an Activex DLL which includes a non interactive form - always on top' (display only). I am trying to call the dll in order to display the form, however, access is giving me an error ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10087290.html
Zones:
MS AccessDate Answered: 10/08/1998 Grade: B Views: 0
Does anyone know why calling this API function in my main form's Load handler won't work?
Dim compatdc As Integer
compatdc = CreateCompatibleDC(hdc)
I've declared the function as follows in t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10112449.html
Zones:
Visual BasicDate Answered: 12/29/1998 Grade: A Views: 0
I have written a VB dll for getting data from the database. The function inside the vb class returns a recordset. I tested the dll in VB and is working fine. When I try to to use that dll in asp pa...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_10291345.htm...
Zones:
ASPDate Answered: 02/08/2000 Grade: B Views: 0
Context :
2 projects that makes a DLL at output.
1st project exports a class (CExButton) derived from CButton
2nd project exports a class (CExExButton) derived from CExButton
1st projec...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20179233.htm...
Zones:
Windows MFCDate Answered: 09/07/2001 Grade: B Views: 12
Hello,
VB6(sp5)
I've created my project (program) and I'm trying to use the Package and Deployment wizard. Each time I try to add this component (ADD-IN) through Project Menu > Components, I ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20252312.html
Zones:
Visual BasicDate Answered: 01/08/2002 Grade: A Views: 0
I have two DLLs that were built with COM+ implementation. Each DLL is loaded into a separate COM+ package. Both packages function perfectly in my development environment: Windows 2000 Professiona...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20327430.html
Zones:
Visual BasicDate Answered: 07/24/2002 Grade: A Views: 0
Hi there - for anyone that has been watching this site recently you will be used to all my (stupid ??) questions as I am new to component architecture.
I have been looking through examples of DL...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20389008.html
Hi,
There is this application that has a scenario like this:
Main Application:
SDI with CListView
BaseDialog
DLL:
MFC Extension DLL
Derived Dialog (base from BaseDialog)
I'm using d...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_20817118.htm...
Zones:
Windows MFCDate Answered: 12/05/2003 Grade: A Views: 0
Hi,
I've just moved to Windows 2000 from NT4 on my web server and now I'm having trouble running a method in an ActiveX DLL created using VB6.
I have verified that I have the exact same versi...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20985180.htm...
Zones:
ASPDate Answered: 11/21/2004 Grade: A Views: 0