CreateWindow('',
      WS_CHILD or WS_VISIBLE, 0, 0,
      panel1.Width, panel1.Height,
      panel1.Handle, 0);
 
Makes a window, but on some computers there is no control over the window unless HwndC is destroyed. EG a minimise of mainform still leaves the Child floating on desktop.
It is dependent on hardware (works fine on some computers), but surely the Win API should handle that??
 
Takers, bidders anyone??
Alistair+

Reply via email to