Hi,
I'm creating a few objects (e.g. edittables) during the CREATE event of a window as invisible. During window operation, I want these to become visible (say, when user clicks on a button). However, other objects (that were also created on-the-fly) now appear through these objects. Probably, this has something to do with the order of prompts but I'm not sure).
It seems to me that, anyway, if these invisible/visible objects can be made to always show on top of any other objects, nothing will appear through.
So, is it possible to make objects (whether created on-the-fly or not) to always appear on top, thereby eliminating the possibility of other objects showing through? If so, how?
TIA,
Marty
Marty,
You might have success with the BringWindowToTop() API function.
dbakke@srpcs.com