I've got a program I've been working on for some time now. The program has drag 
& drop capabilities--drop a file on the main form and the file will be loaded. 
The code is standard (DragQueryFile(msg.Drop, 0, filename, sizeof(filename)), 
etc.) A few weeks ago I noticed that this drag & drop capability suddenly(?) 
disappeared when I was running the app from the IDE--but still worked fine if I 
started the app by just double clicking the executable.
 
Today I found the same thing is now happening with another feature in the 
program (it involves sending an e-mail message with the help of the MAPIMail 
component).
 
Why would these things happen? I'm not aware of any code changes I've done that 
would create issues with either procedure.
 
I'm using BDS2006 (+updates) on Vista.
 
Thanks, as always -- Al
_________________________________________________________________
Get the power of Windows + Web with the new Windows Live.
http://www.windowslive.com?ocid=TXT_TAGHM_Wave2_powerofwindows_012008
_______________________________________________
Delphi mailing list -> [email protected]
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to