From: Guillem C. W. <vac...@es...> - 2002-04-16 13:53:52
|
-topmost is not good for me because I can't see for instance some DialogBox... >You could also use the Activate event of the window beneath to set the focus to >the window on top, but then you wouldn't be able to do anything in the >window beneath, which would defeat the purpose of not disabling it. Mi problem is I create dinamicaly some small windons that always go beneath a main window. $w_analisi[$posdinsalu]->Activate(); doesn't work....how I can pass the focus to this window ? Guillem Cunillera i Wefers |