How to intialize a control value at startup

Started by Mark Strickland, May 29, 2005, 09:17:45 PM

Previous topic - Next topic

Mark Strickland

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

TechSupport

The easiest place to do this is in the WM_CREATE message for the FORM on which the ListBox resides.