|                                 Nick Malden Malden                				   
 
 
 Posts: 23
 Joined: 2007-09-25
 
 | 
                | I have just upgraded and now get a compilation error 'Too many actual parameters' on the following line. 
 AspireReturns := SendMessage(AspireHandle, WM_COPYDATA, Application.Handle, Integer(@copyDataStruct));
 
 I am trying to send a message to my application with the email details using a adxOlExplorerCommandbar button press.
 
 I have played around a bit removing the first param, but then I get type mismatches.
 
 How should this now work?
 | 
 | 
  
        |                                 Nick Malden Malden                				   
 
 
 Posts: 23
 Joined: 2007-09-25
 
 | 
                | Answer: I have to use Windows.SendMessage | 
 |