Hi all

I am writing a piece of control software that monitors data from a data
source and controls the data source peripherals.

I am using a Modeless Form to monitor the data and to change the data source
parameters in real time.

I am using Modal Forms to control the peripherals, because these are popped
up, used and closed again when required.

My problem, is that whenever I open one of the Modal Forms, the Modeless
Form no longer responds to input.

I could do this in C++ / MFC by giving the Modeless Form a NULL owner, but
it seems as though in DotNet a NULL owner impies the Main Application Form.

Does anyone know how I can get around this problem.

Laurence