Sam Marrocco
Newcomer
- Joined
- Jan 18, 2004
- Messages
- 3
Any free utilties for giving summaries of vb.net projects? Things like number of comments lines, total number of lines, procedures, etc....?
A different tool to open the archive? It worked fine for me just now.
_CommandBars commandBars = applicationObject.CommandBars;
Dim b as Button = DirectCast(sender, Button)
Button b = (Button) sender;