Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Using SWT OLE Automation in Java I am programmatically drawing a flowchart in visio by reading source code line by line.But my logic goes wrong whenever there is if-else condition and also in case of nested if situations.Is there any standard algorithm which I could follow while drawing the flowchart in Visio.Please suggest.

share|improve this question

1 Answer

up vote 2 down vote accepted

See Create Visio Flowcharts Programmatically by Chris Roth.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.