J
Jeff Gaines
This seems a really basic question but I can't find an answer in the
help file, perhaps I'm looking for the wrong thing?
I want to load the previous settings for my app which will indicate
window size and position. I can't do it in the load event because the
form doesn't actually exist (or is not visible) at that point.
I put it in the form activate event with a flag so the settings are
only applied once but this seems a bit clumsy.
Is there an 'on first activated' or 'on first show' event that I could
us. I am currently trying 'OnCreateControl' but I am not sure that
makes sense.
Many thanks.
help file, perhaps I'm looking for the wrong thing?
I want to load the previous settings for my app which will indicate
window size and position. I can't do it in the load event because the
form doesn't actually exist (or is not visible) at that point.
I put it in the form activate event with a flag so the settings are
only applied once but this seems a bit clumsy.
Is there an 'on first activated' or 'on first show' event that I could
us. I am currently trying 'OnCreateControl' but I am not sure that
makes sense.
Many thanks.