Hi all

In my app I have a whole lot of forms which are embedded in a page control
of the 'Main Form'
If one one these forms wants to notify all other forms in the app of a
change, what is the best way to do it?

Iv'e tried

  PostMessage(HWND_BROADCAST, WM_APPDATACHANGE, 0, 0);

but none of the other forms seem to get this message, is this because I
really only have 1 form in my app?

TIA


 Regards Neven
 N.K. MacEwan B.E. E&E
 Ph 649 621 0001
 Fax 649 621 0400
 [EMAIL PROTECTED]

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to