PC Review


Reply
Thread Tools Rate Thread

Drag 'n Drop of emails to Desktop Broken

 
 
Alan Lew
Guest
Posts: n/a
 
      13th Apr 2009
I use the Outlook functionality of dragging and dropping individual emails to
the desktop quite often, however recently it has stopped working and I must
explicitly use File -> Save As to do this. I can still perform the drag 'n
drop action, but no files actually get written to the disk. Dragging and
dropping to a random Explorer window also doesn't work. No errors are
generated on-screen.

I've tried running the Office Diagnostics, Outlook Safe Mode and a complete
(as complete as Microsoft lets me) uninstall and re-install of Office 2007 (I
use Office 2007 Standard), but nothing has worked. My OS is WinXP SP3.

Does anyone have any steps I can try to fix this?

Thanks!
....alan
 
Reply With Quote
 
 
 
 
Diane Poremsky [MVP]
Guest
Posts: n/a
 
      13th Apr 2009
Do you know when it stopped working? If so, see if any windows updates were
installed right before that date. It should work to drag to a folder,
especially if its under My documents.

--
Diane Poremsky [MVP - Outlook]
Outlook Tips: http://www.outlook-tips.net/
Outlook & Exchange Solutions Center: http://www.slipstick.com

Outlook Tips by email:
mailto:dailytips-subscribe-(E-Mail Removed)

EMO - a weekly newsletter about Outlook and Exchange:
mailto:EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/comm...s/default.mspx or point your
newsreader to msnews.microsoft.com.


"Alan Lew" <(E-Mail Removed)> wrote in message
news:B5679724-5D08-407F-BD8D-(E-Mail Removed)...
> I use the Outlook functionality of dragging and dropping individual emails
> to
> the desktop quite often, however recently it has stopped working and I
> must
> explicitly use File -> Save As to do this. I can still perform the drag 'n
> drop action, but no files actually get written to the disk. Dragging and
> dropping to a random Explorer window also doesn't work. No errors are
> generated on-screen.
>
> I've tried running the Office Diagnostics, Outlook Safe Mode and a
> complete
> (as complete as Microsoft lets me) uninstall and re-install of Office 2007
> (I
> use Office 2007 Standard), but nothing has worked. My OS is WinXP SP3.
>
> Does anyone have any steps I can try to fix this?
>
> Thanks!
> ...alan


 
Reply With Quote
 
Alan Lew
Guest
Posts: n/a
 
      14th Apr 2009
Diane,

There were no updates installed around the time this stopped working. I
suppose I can try using System Restore to move back to a point in time when
it worked, if you think that will help. If it doesn't, I may have to rebuild
my entire machine which would be quite annoying.

Do you have any other hints?

Regards,
....alan

"Diane Poremsky [MVP]" wrote:

> Do you know when it stopped working? If so, see if any windows updates were
> installed right before that date. It should work to drag to a folder,
> especially if its under My documents.
>
> --
> Diane Poremsky [MVP - Outlook]
> Outlook Tips: http://www.outlook-tips.net/
> Outlook & Exchange Solutions Center: http://www.slipstick.com
>
> Outlook Tips by email:
> mailto:dailytips-subscribe-(E-Mail Removed)
>
> EMO - a weekly newsletter about Outlook and Exchange:
> mailto:EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>
> You can access this newsgroup by visiting
> http://www.microsoft.com/office/comm...s/default.mspx or point your
> newsreader to msnews.microsoft.com.
>
>
> "Alan Lew" <(E-Mail Removed)> wrote in message
> news:B5679724-5D08-407F-BD8D-(E-Mail Removed)...
> > I use the Outlook functionality of dragging and dropping individual emails
> > to
> > the desktop quite often, however recently it has stopped working and I
> > must
> > explicitly use File -> Save As to do this. I can still perform the drag 'n
> > drop action, but no files actually get written to the disk. Dragging and
> > dropping to a random Explorer window also doesn't work. No errors are
> > generated on-screen.
> >
> > I've tried running the Office Diagnostics, Outlook Safe Mode and a
> > complete
> > (as complete as Microsoft lets me) uninstall and re-install of Office 2007
> > (I
> > use Office 2007 Standard), but nothing has worked. My OS is WinXP SP3.
> >
> > Does anyone have any steps I can try to fix this?
> >
> > Thanks!
> > ...alan

>
>

 
Reply With Quote
 
Alan Lew
Guest
Posts: n/a
 
      14th Apr 2009
Actually, I've managed to fix the issue now.
After some deeper investigation with the help of a nice drag 'n drop test
program (from codeproject.net), I was able to find that OLE32.DLL became
unregistered somehow. I have no idea how the rest of my system managed to
work without this DLL registered, but re-registering it fixed the issue.

regsvr32 c:\windows\system32\ole32.dll

Thanks for the assistance!

Regards,
....alan

"Diane Poremsky [MVP]" wrote:

> Do you know when it stopped working? If so, see if any windows updates were
> installed right before that date. It should work to drag to a folder,
> especially if its under My documents.
>
> --
> Diane Poremsky [MVP - Outlook]
> Outlook Tips: http://www.outlook-tips.net/
> Outlook & Exchange Solutions Center: http://www.slipstick.com
>
> Outlook Tips by email:
> mailto:dailytips-subscribe-(E-Mail Removed)
>
> EMO - a weekly newsletter about Outlook and Exchange:
> mailto:EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>
> You can access this newsgroup by visiting
> http://www.microsoft.com/office/comm...s/default.mspx or point your
> newsreader to msnews.microsoft.com.
>
>
> "Alan Lew" <(E-Mail Removed)> wrote in message
> news:B5679724-5D08-407F-BD8D-(E-Mail Removed)...
> > I use the Outlook functionality of dragging and dropping individual emails
> > to
> > the desktop quite often, however recently it has stopped working and I
> > must
> > explicitly use File -> Save As to do this. I can still perform the drag 'n
> > drop action, but no files actually get written to the disk. Dragging and
> > dropping to a random Explorer window also doesn't work. No errors are
> > generated on-screen.
> >
> > I've tried running the Office Diagnostics, Outlook Safe Mode and a
> > complete
> > (as complete as Microsoft lets me) uninstall and re-install of Office 2007
> > (I
> > use Office 2007 Standard), but nothing has worked. My OS is WinXP SP3.
> >
> > Does anyone have any steps I can try to fix this?
> >
> > Thanks!
> > ...alan

>
>

 
Reply With Quote
 
Alan Lew
Guest
Posts: n/a
 
      14th Apr 2009
Actually, I've managed to fix the issue now.
After some deeper investigation with the help of a nice drag 'n drop test
program (from codeproject.net), I was able to find that OLE32.DLL became
unregistered somehow. I have no idea how the rest of my system managed to
work without this DLL registered, but re-registering it fixed the issue.

regsvr32 c:\windows\system32\ole32.dll

Thanks for the assistance!

Regards,
....alan

"Diane Poremsky [MVP]" wrote:

> Do you know when it stopped working? If so, see if any windows updates were
> installed right before that date. It should work to drag to a folder,
> especially if its under My documents.
>
> --
> Diane Poremsky [MVP - Outlook]
> Outlook Tips: http://www.outlook-tips.net/
> Outlook & Exchange Solutions Center: http://www.slipstick.com
>
> Outlook Tips by email:
> mailto:dailytips-subscribe-(E-Mail Removed)
>
> EMO - a weekly newsletter about Outlook and Exchange:
> mailto:EMO-NEWSLETTER-SUBSCRIBE-(E-Mail Removed)
>
> You can access this newsgroup by visiting
> http://www.microsoft.com/office/comm...s/default.mspx or point your
> newsreader to msnews.microsoft.com.
>
>
> "Alan Lew" <(E-Mail Removed)> wrote in message
> news:B5679724-5D08-407F-BD8D-(E-Mail Removed)...
> > I use the Outlook functionality of dragging and dropping individual emails
> > to
> > the desktop quite often, however recently it has stopped working and I
> > must
> > explicitly use File -> Save As to do this. I can still perform the drag 'n
> > drop action, but no files actually get written to the disk. Dragging and
> > dropping to a random Explorer window also doesn't work. No errors are
> > generated on-screen.
> >
> > I've tried running the Office Diagnostics, Outlook Safe Mode and a
> > complete
> > (as complete as Microsoft lets me) uninstall and re-install of Office 2007
> > (I
> > use Office 2007 Standard), but nothing has worked. My OS is WinXP SP3.
> >
> > Does anyone have any steps I can try to fix this?
> >
> > Thanks!
> > ...alan

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DataGridView broken after drag drop Mike Oliszewski Microsoft Dot NET Framework Forms 0 22nd Jan 2009 06:20 PM
Drag and Drop to Printer Broken David Tong Windows XP General 3 1st Jul 2006 04:48 PM
Re: Drag and Drop broken David Candy Windows XP General 1 7th Oct 2005 10:31 PM
Drag and Drop broken/disabled? Dan Microsoft Outlook 1 23rd Nov 2004 06:12 PM
Drag and drop is broken David Szlucha Windows XP General 3 26th Aug 2004 04:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:04 PM.