Avatar of Mister_Spock
Mister_Spock
Flag for United States of America asked on

mycomput.dll

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

Avatar of undefined
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.
ASKER CERTIFIED SOLUTION
VBRocks

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Mister_Spock

ASKER
You rock
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck