Can somebody show me how to make a good Function using a certain Declaration, let's say
I just need a simple example that would be easily used but useful. Something that would make me easier to call or use this type of declaration.Code:Declare Function Beep Lib "kernel32.dll" (ByVal dwFreq As Long, ByVal dwDuration As Long) As Long
Thanks so much.![]()




Reply With Quote