Hi all..
I'm currently using BDS C++ 2006 to write a few simplish tools and was wondering if anyone had any ideas on how to get things to happen just _after_ the OnShow event?
For example, adding something that perhaps reads a directory that could contain a very large number of files into the OnShow event handler performs this task before the form is actually displayed, which isn't such a hot thing. Ideally, the form should display and then do whatever.
If anyone has any ideas either in C++ or Delphi (I don't know Delphi really, but can read it enough to port most to C++) I'd be interested in hearing them
Regards,
Ian
I'm currently using BDS C++ 2006 to write a few simplish tools and was wondering if anyone had any ideas on how to get things to happen just _after_ the OnShow event?
For example, adding something that perhaps reads a directory that could contain a very large number of files into the OnShow event handler performs this task before the form is actually displayed, which isn't such a hot thing. Ideally, the form should display and then do whatever.
If anyone has any ideas either in C++ or Delphi (I don't know Delphi really, but can read it enough to port most to C++) I'd be interested in hearing them
Regards,
Ian