Using the RegisterNotify method

All Editions  image\bltlrgss.gif Example

To register a DDE notification for use through OLE Automation, invoke the RegisterNotify method.

Syntax Imagenation.DDE.RegisterNotify(short notifyID, short objectID, long lhWnd, long message, long wParam)

Parameters

notifyID

notification to register. See Notification IDs

objectID

object to apply the notification to:

0 all objects

objectID specific object

lhWnd

handle of the notification window created to receive the message

message

type of notification window:

0 list box

1 combo box

2 edit control

wParam

0 reserved for future use

See also