What I am trying to do is send information from a data DLL to a cell in an 
excel window.  The API sends information to a java front end, and we have a 
requirement to drag some information to a cell in an excel spreadsheet, and 
then update that cell with new information when it is received by the API.
   
  This must be any instance of any excel spreadsheet, and it would be better if 
no soap or any other required technology were wrapped around the spreadsheet.  
so...
   
  1 - I need to identify a drop event over an excel spreadsheet
  2 - I need to be able to have a pointer to that cell
  3 - I need to pass information as received from the delphi DLL
  4 - without installing macro's, or any other items other than the client 
application and the dll.
   
  Other than that...
   
  Thanks for your help with this so far - was getting myself quite flummoxed...

Rob Kennedy <[EMAIL PROTECTED]> wrote:
  Owen Gardner wrote:
> This was a POC to find out if I can do this prior to wrapping it into the
> main codestream.

Yes, but what is it you're trying to do?

> I didn't realise that about the thread ID - however, I
> understood that setting it to 0 is meant to track all threads - but
> doesn't...??

Not just all threads. All windows of all threads. (Note that that includes
your own program's windows.)

> How would I identify the threadID of the excel windows that
> are open?

GetWindowThreadProcessID

-- 
Rob





-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links






  


                
---------------------------------
Yahoo! Messenger  NEW - crystal clear PC to PC calling worldwide with voicemail 

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/i7folB/TM
--------------------------------------------------------------------~-> 

-----------------------------------------------------
Home page: http://groups.yahoo.com/group/delphi-en/
To unsubscribe: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-en/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to