Welcome to Phrogram Sign in | Join | Help
in Search


Browse by Tags

All Tags » language » Programming
  • Rules for how variables are passed to functions/methods?

    I'm an old C/C++ programmer so I apologize in advance if this questions is common knowledge to all the Visual Basic developers out there... I've gotten tripped up a few times when a variable was passed to a function/method by reference rather than by value. I've noticed that simple variables (integer, decimal, etc.) seem to be passed ...
    Posted to Phrogram Announcements and Discussion (Forum) by backof on December 20, 2006
  • Re: Minimize Programs = death?

    Tight loop are an issue for a lot of languages because they don't give the PC enough time to process background jobs, this is the reason for commands like DoEvents() in Phrogram and VB, if you put a DoEvents in the tight loop usually this will solve the issue because it forces Background events to run. Thanks and have fun   
    Posted to Phrogram Announcements and Discussion (Forum) by Sharpidea on November 23, 2006