Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cerlendson

    Creating a DLL that displays discriptive documentation when used.

    That doesn't seem to be working for me. But even if I do get it to work, how do I get it to display the different parameter discriptions for the proceedure?
  2. cerlendson

    Creating a DLL that displays discriptive documentation when used.

    I created a DLL and I used descriptive documentation in it. By "descriptive documentation" I mean that I put the following documentaion in above all of my proceedures: /// <summary> /// example proceedure discription /// </summary> public void example() { .... } But when I complile the DLL...

Part and Inventory Search

Back
Top