JumpyNET Posted March 11, 2009 Posted March 11, 2009 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? Quote
Fork501 Posted April 2, 2009 Posted April 2, 2009 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 Quote Check out my blog! DevPaper.NET
JumpyNET Posted April 3, 2009 Author Posted April 3, 2009 I might be misunderstanding what you're looking for, but have you tried using the Reflection classes? Here's a screenshot of what I'm looking for: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.