Import Dll in the Application
hi,
i have a dll and i wanted to copy this dll to application folder and add reference of the DLL. Then
Create Object for the CLass DLL
call the function sendsms with parameter
(username, password, senderid, mobnum, message, smsroute).
I have values for this parameters to pass. How to do that?