Dear Sirs,
Thanks to good supporters, OpenAPI type "DLL" was incorporated into FWH program as followings.
oObj := win_OleCreateObject("{16AB1B2A-A22E-4FAC-92CB-84102DF5CE3D}","{5C41C7F0-BE5D-4819-A086-E13B80666454}")
But, there is "Event" related with this DLL object.
In API manual written in C#, there are two sample as followings.
EventLogin (int nResult)
EventConnect (int nResult)
What is the sample of using Event in FWH/ Harbour declared in relation to Object win_OleCreateObject() ?
Thanks.
Y.W.Kim