PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Mark Strickland on May 29, 2005, 09:17:45 PM

Title: How to intialize a control value at startup
Post by: Mark Strickland on May 29, 2005, 09:17:45 PM
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
Title: How to intialize a control value at startup
Post by: TechSupport on May 29, 2005, 10:32:33 PM
The easiest place to do this is in the WM_CREATE message for the FORM on which the ListBox resides.