| Title: | Microsoft Visual Basic |
| Moderator: | TAMARA::DFEDOR::fedor |
| Created: | Thu May 02 1991 |
| Last Modified: | Thu Jun 05 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 2565 |
| Total number of notes: | 10453 |
Hi,
Is anyone aware of a VB application documentation tool ?
I heared about "PowerDOC for VB" from "Catapult Systems"
currently on evaluation (http://www.launch.com/).
Did anyone try it ?
Did anyone try another tool ?
Maurice.
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 2481.1 | LEXS01::GINGER | Ron Ginger | Thu May 22 1997 10:34 | 2 | |
Is ther eany tool or simple routine to document the controls on a form?
Id like to get a printout showing each control and all its properties.
| |||||
| 2481.2 | Print the .FRM | PCBUOA::FEHSKENS | len - reformed architect | Thu May 22 1997 10:44 | 8 |
Assuming you've saved your project as text, just print the .FRM file.
You'll also get all the code associated with the form, but you will get
a formatted listing of every property of every control, hierarchically
structured.
len.
| |||||
| 2481.3 | LEXS01::GINGER | Ron Ginger | Fri May 23 1997 09:07 | 2 | |
Thanks, I never looked at the .frm files, I just assumed they were some
binary format.
| |||||