Welcome to Phrogram Sign in | Join | Help
in Search


Browse by Tags

All Tags » language
  • Pig Latin Generator

    From Jamey, this program translates your words and phrases into Pig Latin October 06, 97 lines of code 
    Posted to Math and Learning (FileGallery) by davidw on July 20, 2007
  • 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
  • System Class?

    There may be enough here to warrent adding a System class.  Letting the user browse for a file, or pick a file path and name to save to are common taks for file I/O.  It would also be nice to be able to stop the program window from flashing when changing sizes (if it were made invisible first, then size and graphics could be added before ...
    Posted to Phrogram Announcements and Discussion (Forum) by LFS on December 3, 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
  • Something missing from Phrogram ... nothingness!

    Hi, I'd like to offer an observation and make a request for the future development of Phrogram. In the recent program I wrote (Space Junk -- see elsewhere) I wanted to create new objects dynamically.  I know that there's the "New" keyword (as yet officially unsupported), but I wanted to play completely by the rules, so I ...
    Posted to Phrogram Announcements and Discussion (Forum) by NeilWinton on November 21, 2006