c# - winsock component -
I have a winsock component that has an event created with vb.net in a class library.
How do I see it in Tool Box if I refer to DLL in any other project?
How do I use it in my C # program?
Thanks
If this is a proper component registered on your PC You can right click on the tool box and select Toolbox item which describes the dialog.
Otherwise, just add a reference to the class and create some eventhalllers, just search for Google for custom eventhollers c # and you should find lots of samples / tutorials, for example The link looks like it shows a good and easy way.
Comments
Post a Comment