Results 1 to 7 of 7

Thread: Would Flow Charting Help?

  1. #1

    Thread Starter
    Member
    Join Date
    May 2004
    Location
    So. Illinois USA
    Posts
    43

    Would Flow Charting Help?

    I understand a Flow Charter as being able to go thru my program and make a Flow Chart of it. Is this correct? Secondly, I need a way of figuring out what calls what at what time. How do you do this? I downloade some trial versions but I still haven't figured out how to use them. I want to be able to have a quick way of going thru my program and finding at a glance who calls what and be able to follow it quickly. I hope this is clear enuff!
    An Onion a Day Keeps every one Away!

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Would Flow Charting Help?

    I flowchart by hand when I run into some logic that is kinda tough to write out without the entire flow of it designed before hand.

    I never flow chart and entire application, just small parts where I need it.

    For example I wrote an application that is a paid subscription app, and when you start it up, it checks the subscription, and if they are current it does certain things like check for updates and download them, and if they arent current it does other things like prompt them to pay right there via the web, and then the logic has to backtrack after they pay to now download their updates, etc... that is kinda oversimplifying the entire process, but you get the idea.

    I was getting kind of lost in all the logic, so I charted it out on paper, and got it finished much faster.

    It helps you to see any potential pitfalls in the logic, and also makes you visually see on 1 piece of paper that all code routes lead to the correct outcome.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Would Flow Charting Help?

    Moved

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Would Flow Charting Help?

    If you have a large app then it should have been flowcharted before any code was written. To go back and do it afterwards with a utility may not always produce the correct results.

    Flowcharting always helps especially in medium to large apps. For small apps its usually easy and small enough to manage in your mind.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5

    Thread Starter
    Member
    Join Date
    May 2004
    Location
    So. Illinois USA
    Posts
    43

    Re: Would Flow Charting Help?

    Thanks to all!!
    An Onion a Day Keeps every one Away!

  6. #6
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Would Flow Charting Help?

    Try the CLR Profiler.

    Edit: thought we were in the VB.NET forum for a minute. Might not be what you need then but a profiler is its technical name so you may be able to find something for your language.

  7. #7
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Would Flow Charting Help?

    The CLR Profiler is nice but it requires the Framework so if the OP is using VB 6 then it may not be present.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width