Hi there everybody..
Hope you can help me with the following. This question may already have been asked before, but I can not seem to find anything relating to this problem I got.
I am building this code editor for delivery with a piece of software we have wrote, now to have this part of software complete I would like to have to user presented with a intellisense combobox showing classes and functions within a certain DotNet library (as for example system.dll or system.data.dll). So that the user does not need to know every single class or function within that library by heart.
Now I know there must be a way to enumerate all classes and functions from a library file (the object editor does it to...)
Can anyone show me the way to do this???
I am using at this moment VB.NET at VS2003
Thanks,
Michel
Hope you can help me with the following. This question may already have been asked before, but I can not seem to find anything relating to this problem I got.
I am building this code editor for delivery with a piece of software we have wrote, now to have this part of software complete I would like to have to user presented with a intellisense combobox showing classes and functions within a certain DotNet library (as for example system.dll or system.data.dll). So that the user does not need to know every single class or function within that library by heart.
Now I know there must be a way to enumerate all classes and functions from a library file (the object editor does it to...)
Can anyone show me the way to do this???
I am using at this moment VB.NET at VS2003
Thanks,
Michel