Ian's
BCX Code
|
Home Unicode Programming WinCe Programming BMFD Programs Miscellaneous codes My Semi - OOP codes Languages Code BCXOLR Android programming BCX DevSuitePro Links to other great BCX sites |
BCX is not C++
although it can emulate a lot of the functions. I came from VB6 before I found BCX so I wanted to make a syntax I could easily convert These are my efforts. My semi-OOP include files OOPControls-4.0.zip The include files 2/15/15 OOP-Demo.zip A demo 2007 OOP_TIMER.inc Timer functions (included in OOPControls-4.0.zip) Setting a property: Form1.Text(&Form1,"My Text") Retrieving a property: a$ = Form1.Text(&Form1) Sometime in 2009 "This" was changed to "ME", I have updated OOPControls-4.0.zip to reflect this change. |