Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dll Function Formal Parameters

Status
Not open for further replies.

revanthn

Programmer
Nov 22, 2001
14
IN
HI there
I think this one is needed for everyone
for example if there exsists a dll named abc.dll
the to use it you have to either reference it in vb or directly declare function through "Declare" command but if you can't reference it and you want to declare it but you don't know the formal parameters of the function then what should we do like if you want to declare function abc(formal parameters) what to do

i hope i am clear
/Revanthn
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top