|
-
Jun 21st, 2004, 06:33 AM
#1
Thread Starter
Hyperactive Member
Collections or Hashtables
From my DLL, I want to return some value in this format ...
test("Error",0)
test("Run",1)
and some more ....
which one should I use ... Collections or Hashtables ?
Also, right now I am returning hashtable from my DLL to form, and at the form side, I have declared a hashtable to take this return value in, but its always showing it as nothing for some reason, it returns the value from the DLL but on form side it becomes nothing automatically ????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|