Rohit,
As z-order is a Windows thing, you will have to use WinAPI. Enumerate the
children of the TApplication window, and find use the HWND to find the form.
ie.
hWnd := Windows.GetWindow (Application.Handle, GW_CHILD or GW_HWNDFIRST);
while hWnd <> 0 do begin
// Post message to hWnd
Hi,
Whats the best way of accessing the apps forms in z-order ?
I need to duplicate a message passing mechanism for bar codes.
Rohit
==
CFL - Computer Fanatics Ltd. 21 Barry's Point Road, AKL, New Zealand
PH(649) 489-2280