I am just getting started (still testing before buying) with FireFly (been doing PowerBASIC for a while). I want to intialize a ListBox at program start up but the control has not been created when FF_WinMain executes. Is there a good standard way to handle this type of intialization?
Thanks, Mark
The easiest place to do this is in the WM_CREATE message for the FORM on which the ListBox resides.