|
|
Browse by Tags
All Tags » syntax
-
There is a difference between the DoEvents and RefreshScreen methods that need some attention. DoEvents should be able to allow the program to respond to Windows messages (like closing the program window) but it does not. Also, (depending on your implementation) DoEvents might be an expensive call to make in every iteration of a tight ...
-
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 ...
-
I've got a simple question about the scope and visibility of variables.
From within a class, how -- if at all -- can you access "global" variables, that is, those defined within the scope of the main program body but outside the Main method? I can't see any syntax that will let you do this.
On a similar but related issue, is ...
|
|
|