How to EXPORT data from OBJECT BROWSER?

JumpyNET

Centurion
Joined
Apr 4, 2005
Messages
196
I could not find a way to export data from the Object Browser in VB2008Express. Also it was not possible to select and copy multiple entries at once. I used Object Browser to extract all the function names and possible parameters from a dll, but I also need to save these to a text file. Does anyone know a way to do this?
 
I could not find a way to export data from the Object Browser in VB2008Express. Also it was not possible to select and copy multiple entries at once. I used Object Browser to extract all the function names and possible parameters from a dll, but I also need to save these to a text file. Does anyone know a way to do this?

I might be misunderstanding what you're looking for, but have you tried using the Reflection classes?

Here's a crash course from About:

http://visualbasic.about.com/od/usingvbnet/a/proginfo.htm

There's probably much better tutorials out there, so just do a search for Reflection.

I hope this helps!

~Derek
 
Back
Top