sezz
1st February 2003, 14:27
to use the besweet.dll in my vb.net project (a besweet gui with the look&feel from razorlame :)) i need to tell vb all about the functions in the .dll
example:
Private Declare Auto Function SHGetFileInfo Lib "shell32.dll" ( _
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.. ;)
example:
Private Declare Auto Function SHGetFileInfo Lib "shell32.dll" ( _
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.. ;)