Always On Top (OpenInsight 32-bit Specific)
At 12 MAY 2005 08:16:39PM Marty Rosenbloom wrote:
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
At 13 MAY 2005 12:46AM dbakke@srpcs.com's Don Bakke wrote:
Marty,
You might have success with the BringWindowToTop() API function.
dbakke@srpcs.com