In VB, you could use a Form_Load event to put in variable asssignments or whatever initial data you wanted before the program loaded. What is the equivalent in FF3 or PB10? It looks to me as though you would put that kind of stuff in WINMAIN?
I believe the equivalent to form_Load would be in WM_Create message. If you start a new project and double click the main form, this is the initial message that is shown.
Includes and equates go in FF_AppStart. That is available in the Explorer tab of the Firefly Workspace window.
OK, thanks. I've finally figured out how to reference controls in FF, so the rest of my coding is almost straight out VB.