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
Re: Analisis de código en VB
Re: Analisis de código en VB
Quote:
Originally Posted by Hack
In English please. :)
He wants to know how to make flow diagrams of his VB code.
Re: Analisis de código en VB
Quote:
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?
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 :)
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...
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
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...