This resource has not currently been approved, and is not currently linked to from our directory of resources. It is being displayed here for preview by the author and moderators only.
Method of Vb.NET
For vb.net, procedure is a bit different, but the end result will be same i-e an XML file.As it is mentioned above VS.Net does not support built in facility to generate help file or XML file for Vb.Net code. In order to obtain the XML file, we will use VBCommentor plug in. This plug in will let the user to generate the comment block itself.
·
Run and install VBCommentor using setup file provided.
·
After the installation run VS.Net.
·
Go to tools and you will see option of ‘VBCommentor Options’. Click it, a new dialog box will open. As shown in figure 2.
·
Check both options and press OK. And now when ever you will run the project XML file will be generated in bin folder.
Figure 2
Press ‘’’ and then enter and commenting box will appear at top of class header, method header, etc. Fill in the tags with appropriate description.