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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

return value from DLL

Status
Not open for further replies.

mn12

Programmer
Dec 22, 2002
52
0
0
IL
I have created a DLL,and I want it to return a matrix with values.how can I do that?
can it return a vector of classes,or types? how?

thank you very much!
 
return using a fucntion

for e.g:
Public Function Fnction() as String
Fnction="ASD"
end function

now in ur client project try
msgbox object.Fnction

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top