Welcome to Phrogram Sign in | Join | Help
in Search


Browse by Tags

All Tags » phrogram » example
Showing page 1 of 9 (81 total posts)
  • Phrogram Talk - AutoChat example

    Writing a chat phrogram to talk to a buddy online is easy using the Phrogram Talk add-in library. The add-in library includes an AutoChat mode that will handle the sending and receiving of chat messages while displaying the conversation in a separate window. The example code included below shows how to use the AutoChat feature. To set up your ...
    Posted to Phrogram Examples and Code (Forum) by LFS on December 18, 2007
  • Phrogram Add-In Library Example

    This is an Example Addin Library and Supporting Help XML File for Phrogram, this will allow you to start building your own Phrogram Addin Libraries if you are an advanced user and have a basic understanding of C# and have VS2005 installed on your PC. This is a Visual Studio 2005 C# version of a Phrogram Addin library that adds a simple Windows ...
    Posted to Advanced Examples (FileGallery) by sharpidea on December 16, 2007
  • Game of Life

    As usual there is lots of room for expansion and enhancement.  This version uses a finite grid of square cells.  Each cell has three states:  healthy, sick or dead.  The rules for changing states are given in the code documentation.
    Posted to Phrogram Examples and Code (Forum) by Tomcat50 on August 17, 2007
  • UFO Escape! book example - code plus images

    In the attached zip is the code for the program (so you don't have to type it all), and the image files used in it which are not included in Phrogram itself.  Please do feel free to post questions, suggestions, and feedback about the book and the examples here in the forum!
    Posted to Learn to Program with Phrogram (Forum) by JonS on March 1, 2007
  • February digital art contest

    Here is my entry for the February digital art contest. I added .TXT to the KPL file to allow upload.  Rename it by removing the .TXT extension after you download it. The program creates a Lorenz butterfly which it then starts rotating in 3D space and the view zooms in and out. Run until bored. More on Lorenz butterfly can be found ...
    Posted to Collaboration and Community Projects (Forum) by DaveG27 on February 14, 2007
  • Digital art contest, Date calculator

    Well here is a fun little date calculator, good for seeing how many years and days between then and now. The status line will also show total days. Enjoy, Norman Lucia
    Posted to Collaboration and Community Projects (Forum) by Norman on February 13, 2007
  • Re: Interesting Array Question

    On number 1, one thought that comes to mind is to iterate through 3D space in blocks, rather than simply randomly generating X, Y and Z values, and deciding whether within each block you will place asteroid or a planet or nothing at all..  Think of dividing the 3D space in the game into 6 blocks along each axis, X, Y and Z.  This ...
    Posted to Collaboration and Community Projects (Forum) by JonS on February 12, 2007
  • Spinning Orbs Digital Art

    This program was created by Larry Serflaten and is a great example of cool digital art
    Posted to Digital Art (FileGallery) by sharpidea on January 19, 2007
  • Re: TextLabel declaring problem

    This is as close to what you are asking for as I can get you, I hope this helps Program TestErrorTextLabel      Define Testing As Error       // Define a string to use for the error message      Define GlolbalErrorMessage As String      Method ...
    Posted to Phrogram Announcements and Discussion (Forum) by Sharpidea on January 14, 2007
  • Re: Game of Life

    Very cool, Matthew, thanks for sharing!  It's a great example and a very polished Phrogram program.  Educational on more than one level!  Here's a screenshot:  
    Posted to Phrogram Examples and Code (Forum) by JonS on January 8, 2007
1 2 3 4 5 Next > ... Last ยป