dynamic_sysop
Well-known member
i have a dll which i use in vb.net without a problem , but i want to try it in c#, ive added a reference , then at the top of the form got...
using SOCK; //this is the name of the dll.
then ive tried ...
this.SOCK // but it doesnt do anything
any advice on how i can reference my dll and get it to actually do something would be great ty.
using SOCK; //this is the name of the dll.
then ive tried ...
this.SOCK // but it doesnt do anything
any advice on how i can reference my dll and get it to actually do something would be great ty.