Tip #1: Visustin converts source code to flow charts. Load or Copy&Paste some code in the window and press Draw.
Tip #2: For a quick overview flow chart, press the Birdseye button. This creates a less detailed chart and fits it in the available display area.
Tip #3: To edit flow charts, first load some code in Visustin, then press the Editor button. With Editor you can also draw flow charts manually. Plan your systems before coding them. Draw flow charts of anything else, such as organizational workflows. Editor requires Visustin Pro Edition. More info
Tip #4: Visustin can export flow diagrams to Microsoft Visio. If you have Visio installed on this computer, you can test it by choosing Export to Visio in the File menu. See the help file for sample diagrams. Visio export requires Visustin Pro Edition and Visio 2002, 2003 or 2007. More info
Tip #5: Visustin can save flow charts in several image formats ready for your documentation or publishing on the web. You can view samples in the help file. More info
Tip #6: Saving and Visio export are disabled in the free demo version. To test these features, use our free evaluation service. Just send some source code to Aivosto (vbshop @ aivosto.com). We will save/export a chart for you.
Tip #7: Was the chart rotated 90 degrees? You can see this effect in the free demo version. The full version does not have this limitation.
Tip #8: You can print the flow charts as well. A large chart can be distributed over several sheets or you can squeeze it to a single page. (Printing is disabled in the free demo version.)
Tip #9: Need to flowchart only a part of your code? Select the lines you wish to chart and press Draw. The features of Visustin will work on the code you selected. You can select one or more procedures or just a short block of code.
Tip #10: Flowchart large code files? Visustin works up to approximately 3000 lines at a time, which is about 100 kB of source code. The limit depends on the code structure and your hardware. If you have very large files, flowchart them in parts. Select the lines you wish to chart and press Draw. More info
Tip #11: If Visustin appears to hang with a very large chart, it may be due to the complexity of the chart. Press the Birdseye or Editor button. You can also flowchart large files in parts. Select a part of your code lines and press Draw. More info
Tip #12: Would you like to flowchart several source files in one run? This is possible with the Bulk charting feature. Press Ctrl+B to run it. Bulk charting requires Visustin Pro Edition. More info
Tip #13: Scroll the flow chart by holding Shift down and moving the mouse over the chart. More info
Tip #14: Press F9 to show or hide the small overview flow chart. It is useful for navigating big charts.
Tip #15: Press the numeric keypad keys to scroll the flow chart. Hold the Ctrl key down to scroll faster. More info
Tip #16: Zoom quickly: Hold Ctrl down and left-click the mouse to zoom in. Ctrl + Right-click to zoom out. To toggle different zoom levels, hold Ctrl down and click the mouse wheel (or the middle mouse button). You can also press Ctrl and scroll the mouse wheel up or down. More info
Tip #17: If the help file (visustin.chm) is not working correctly, Windows may have blocked it when you downloaded it. Right-click the file in Windows. Select Properties and press Unblock.
Tip #18: Wish to flowchart by right-clicking a file in the Windows Explorer? Use File associations in the Options menu to associate Visustin with your source files. More info
Tip #19: Would you need Visustin to support other programming languages? Write to Aivosto! We do listen to user feedback. If there is enough demand for your language, there are good chances we will add it in a future version. More info online
Tip #20: If Visustin runs when logged in as Administrator but crashes when logged in as a regular user, there is a solution: Does the user account have write access to a drive root, say C:\? Visustin requires root access for its temporary files. Press More info for the instructions on solving this. More info
Tip #21: You can edit flow charts with either the Visustin Editor or Microsoft Visio. Press the Editor button to try the built-in flow chart editor. Both features require the Visustin Pro Edition. More info
Tip #22: Need more diagrams - other than just the regular flow charts? If you're coding with Visual Basic, VB.NET or VBA, try our Project Analyzer. It creates several high-level diagrams, including call trees and file dependency charts. More info online
Tip #23: To flowchart an entire program, use the Bulk charting feature. It lets you select any number of files to chart in one run. Bulk charting requires Visustin Pro Edition. More info
Tip #24: You can load flow charts back in Visustin. Just open any of the image files you saved.
Tip #25: You can save your source code in a flow chart file. Try the file formats .code.gif, .code.png and .code.tif. When you load the file back in Visustin, your code appears the way it was when you flowcharted it! More info
Tip #26: Bulk charting can optionally save all the charts in a single file. Instead of multiple files, you get several pages in a single multi-image file. More info
Tip #27: Wish to save or print the Birdseye flow chart? Visustin always saves or prints the full flow chart, not the Birdseye view. You get a Birdseye-style chart with the following settings in the Options menu: 'Minimal code', 'Hide comments'. More info
Tip #28: Create a slideshow of your code! Export your charts to MS PowerPoint. See the Export command in the File menu. You can also save a .ppt file via the Save command. More info
Tip #29: Quickly document your important routines. Export your charts to MS Word. See the Export command in the File menu. You can also save a .doc file via the Save command. More info
Tip #30: If you prefer UML, Visustin can create Activity Diagram style flow charts for you. Select the appropriate setting in the Options menu.
Tip #31: If you wonder what the different flow chart symbols are, check out the Symbols command in the Help menu.
Tip #32: You can use Visustin as an image viewer application. Visustin can open most regular image file types. Scroll and print large images. Associate Visustin with your preferred image file types via the Options menu. You can even drag & drop an image file over a printer icon in Windows to get a quick print-out. More info
Tip #33: You can create PDF flow charts with Visustin. Get a PDF printer driver and print on it. Use the command 'Print Preview (one page)' in the File menu to make the chart fit on one PDF page. More info
Tip #34: If you have questions about Visustin, we at Aivosto will be happy to help you out. You can also check out the FAQ in the help file. More info
Tip #35: Are large charts slow on your machine? The help file provides lots of instructions on how to make large charts faster. More info
Tip #36: Getting dim print-outs? Try printing via Visustin Editor. The Editor prints in vector format, whereas the default print-out is a bitmap. Vector images scale better. This trick requires Pro Edition. More info
Tip #37: Save your Editor flow charts in .flw.png format. This lets you copy the images into your documentation but load them back to Visustin for editing them later. Feature requires Pro Edition. More info
Tip #38: You can run Visustin from a batch file with the Bulk charting feature. First run Bulk charting and define a job. You can then have Visustin process the job at a later time. Feature requires Pro Edition. More info
Tip #39: Visustin helps you understand code written in a strange language. Reviewing the code visually helps understand the logic behind a strange function - even if you aren't fluent in that language. This way a C++ developer can read VB and a Delphi developer can read Python.