Re: DLL or OCX calls from VB
From: Jonathan Wood (jwood_at_softcircuits.com)
Date: 12/28/04
- Next message: Aaron Blacksmith: "Re: Macro substitution?"
- Previous message: Jonathan Wood: "Re: Detecting Windows XP/Classic versus XP Theme"
- In reply to: Derek: "DLL or OCX calls from VB"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Dec 2004 13:12:16 -0700
If you need to call standard DLL functions (not object methods), there is a
free DLL on our Web site that will allow you to call a function from a
pointer (which you can obtain using LoadLibrary and GetProcAddress).
-- Jonathan Wood SoftCircuits http://www.softcircuits.com Available for consulting: http://www.softcircuits.com/jwood/resume.htm "Derek" <Derek@discussions.microsoft.com> wrote in message news:BB3666C8-D9B4-468F-B46A-7F2C01F8A590@microsoft.com... > I am trying to make an app that will be able to: call functions with return > values from an OCS or dll. The trick is that I will NOT know the name of the > functions until runtime. At runtime I will be able to get the name of the > function. I will know what the return values will be (string, number, etc.) > and how many retuurn values will be there. I just need to know if there is a > way to call a function from a known dll or ocx file, but without knowing the > function names at design time. > Thanks for any help.
- Next message: Aaron Blacksmith: "Re: Macro substitution?"
- Previous message: Jonathan Wood: "Re: Detecting Windows XP/Classic versus XP Theme"
- In reply to: Derek: "DLL or OCX calls from VB"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|