i have a dll library but i am not fimiliar to it........but i know where to use it....but how can i get its usage commands in vb.net
+2
A:
One easy way to get a quick initial glance at what a library exposes is to create a dummy project, add a reference to the DLL and then use the Class explorer to examine the exposed pieces.
BBlake
2010-03-01 19:10:34
could you please let me know how to use class explorer to examine the exposed pieced of dll library
Web Worm
2010-03-01 19:13:11
A:
To add to BBlake's answer; to bring up the Class View in Visual Studio 2008, just go to View -> Class View. You can also use the Object Browser, click View -> Object Browser.
lundmark
2010-03-01 19:44:04