PDA

View Full Version : BeSweet.DLL + VB.NET or C#


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.. ;)

llemor
1st February 2003, 15:08
Try to take a look on this thread:

http://forum.doom9.org/showthread.php?s=&threadid=22590&highlight=BeSweet+dll

It's a discussion on how to access BeSweet.dll in Delphi, but perhaps you can figure it out.;)

Good luck!

sezz
16th February 2003, 13:07
Thank you, got it working :)

DSPguru
17th February 2003, 20:35
Originally posted by sezz
Thank you, got it working :) :cool: