|
|
Browse by Tags
All Tags » language
-
From Jamey,
this program translates your words and phrases into Pig Latin
October 06, 97 lines of code
-
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 ...
-
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 ...
-
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
-
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 ...
|
|
|