|
-
Nov 6th, 2006, 10:31 AM
#1
Thread Starter
New Member
Making Flow Diagrams In VB
Hola,
Estoy buscando una herramienta que me permita hacer o ver los diagramas de flujo de las subrutinas (procedures tree) de mi código en VB. Estoy usando el project analyzer de Aivosto pero no consigo ver más de 10 formulários a la vez. Este programa me permite ver también las subrutinas y variables definidas pero no usadas (dead code y dead variables).
Existe un programa similar gratis o algun crack para el project analyzer?
muchas gracias por la atencion,
Diego
Last edited by Hack; Nov 10th, 2006 at 11:43 AM.
-
Nov 6th, 2006, 10:56 AM
#2
Re: Analisis de código en VB
In English please.
-
Nov 6th, 2006, 11:07 AM
#3
Hyperactive Member
Re: Analisis de código en VB
 Originally Posted by Hack
In English please. 
He wants to know how to make flow diagrams of his VB code.
-
Nov 6th, 2006, 11:07 AM
#4
Hyperactive Member
Re: Analisis de código en VB
 Originally Posted by Diego Alvares
Hola,
Estoy buscando una herramienta que me permita hacer o ver los diagramas de flujo de las subrutinas (procedures tree) de mi código en VB. Estoy usando el project analyzer de Aivosto pero no consigo ver más de 10 formulários a la vez. Este programa me permite ver también las subrutinas y variables definidas pero no usadas (dead code y dead variables).
Existe un programa similar gratis o algun crack para el project analyzer?
muchas gracias por la atencion,
Diego
Aqui hablamos ingles, Diego. Usted puede hablar ingles?
-
Nov 7th, 2006, 12:52 PM
#5
Thread Starter
New Member
Re: Analisis de código en VB - in english now :)
Ops, I'm very sorry... I changed the language...
Ok... I am looking for a tool that make subroutines flow diagrams (procedures tree) in my VB code. Actually I am using the Project Analyzer from Aivosto but I am anly able to analyze 10 forms at time (it is a evaluation version). With this program I can find either the dead variables and dead codes...
What I would like to ask a question... if there is another similar program for free? Or, at least, where can I find a crack for the Project Analyzer?
Thank you for your attention, and sorry again for the spanish question and this terrible english
-
Nov 7th, 2006, 02:56 PM
#6
Re: Analisis de código en VB
Well, I know MZ-Tools finds variables/functions/constants that are not in use in the whole project, and it's free too...
-
Nov 10th, 2006, 11:33 AM
#7
Thread Starter
New Member
Re: Analisis de código en VB
Thanks for your reply.
I already tried MZ... but i was not able to make flow diagrams... it is posible?
Would you know another one? I wonder if nobody use a flow diagram to be able to understand some complex or big VB code. Perhaps I am going in a bad direction...
Thank you,
Diego
-
Nov 10th, 2006, 11:51 AM
#8
Re: Making Flow Diagrams In VB
If I write the code, then I don't need a flow chart, but sometimes I do make some sketches by hand on paper.
If you are modifying someone elses code, then you probably need a flow chart.
But I don't know any program to display flow charts, I never needed one yet... I just use Mz-Tools to find un-used variables or functions...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|