|
|
BeSweet.DLL + VB.NET or C#
project (a besweet gui with the lookamp;feel from razorlame ) i need to tell vb all about the functions in the .dll
example:
Code: Private Declare Auto Function SHGetFileInfo Lib quot;shell32.dllquot; ( _ByVal pszPath As String, _ByVal dwFileAttributes As Integer, _ByRef psfi As SHFILEINFO, _ByVal cbFileInfo As Integer, _ByVal uFlags As Integer _ ) As IntPtr
does anybody know how to do this with the besweet.dll or where can i get informations about all the functions providet by that dll?
thank you,
sezz
ps: sorry for my bad english - i'm german..
Try to take a look on this thread:
showthread.ph...ht=BeSweet+dll
It's a discussion on how to access BeSweet.dll in Delphi, but perhaps you can figure it out.
Good luck!
Thank you, got it working
Originally posted by sezz
Thank you, got it working |
|