I am trying to get information on mycomput.dll and use it in a VB.NET application. Can anyone help me?
I need to know what methods or functions are in mycomput.dll and how to call in it a VB.NET program.
Visual Basic.NET
Last Comment
Mister_Spock
8/22/2022 - Mon
VBRocks
Open up the Object Browser and take a look at it: View menu | Object Browser. You will see all of the methods and properties. Click on one and you will see the info on it.
Mister_Spock
ASKER
Object Browser does not see MYCOMPUT.DLL, it is located in C:\WINDOWS\system32. Do I need to move it somewhere else for object browser to see it? Iv'e tried searching but still not found.