I have a dll that I need to use that is not a .net or a com
dll. The header
is extern "C" __declspec(dllexport) bool WINAPI
InvokeHowardForm(AnsiString
Filename, AnsiString ExeBtns).
I have an example written in Borland Delphi that declares
the function like
this:
function
InvokeHowardForm(Filename,ExecuteButton:AnsiString):boolean
stdcall; external 'HowardIndustries.dll' name
'InvokeHowardForm';
Does anyone know how I can access this from vb.net 2005?
Thanks,
Kelly
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|