|
| |||
| Drag and drop In Win98, I can open any program by dragging the file name from Windows Explorer and dropping it onto the desktop icon of the program I want. In WinXP, this works only for some programs. For example, it works for MS Paint, Wordpad, Foxit PDF Reader, Adobe Photodeluxe (photo editor), and Windows Media Player. It does not work for MS Word or Excel, Adobe Acrobat Reader, or Paint Shop Pro. I can't see any pattern in what works and what doesn't. Does anyone know how I can get this feature to work with any program? Bobbi |
| |||
| RE: Drag and drop Hello, > Does anyone know how I can get this feature to work with any program? > You can't use this feature with any program. Each program must support this feature explicitly. Best regards, Alexander Kutin http://www.kutinsoft.com |
| |||
| RE: Drag and drop Hello, > Does anyone know how I can get this feature to work with any program? > You can't use this feature with any program. Each program must support this feature explicitly. Best regards, Alexander Kutin http://www.kutinsoft.com |
| |||
| RE: Drag and drop A possible factor here is that recent versions of Word, Excel etc. don't use standard shortcuts. (Why I'm not sure, but they use some special kind of shortcut that's not found anywhere else) You can try creating a standard shorcut to winword.exe etc. in the Progam Files folder, and see if that works. In principle it should, as all dropping a file does is to execute "program.exe %1" where %1 is the file's full pathname. |
| |||
| RE: Drag and drop A possible factor here is that recent versions of Word, Excel etc. don't use standard shortcuts. (Why I'm not sure, but they use some special kind of shortcut that's not found anywhere else) You can try creating a standard shorcut to winword.exe etc. in the Progam Files folder, and see if that works. In principle it should, as all dropping a file does is to execute "program.exe %1" where %1 is the file's full pathname. |
| |||
| Re: Drag and drop Hi, Alexander- Some of the programs (such as Paint Shop Pro) are exactly the same versions I used under Win98 on my old computer. So why do they behave differently? Bobbi "Alexander Kutin" <AlexanderKutin@discussions.microsoft.com> wrote in message news:7AB019E9-0332-4CEF-A2B7-48C7CA90791B@microsoft.com... > Hello, > >> Does anyone know how I can get this feature to work with any program? >> > > You can't use this feature with any program. > Each program must support this feature explicitly. > > Best regards, > Alexander Kutin > http://www.kutinsoft.com |
| |||
| Re: Drag and drop Hi, Alexander- Some of the programs (such as Paint Shop Pro) are exactly the same versions I used under Win98 on my old computer. So why do they behave differently? Bobbi "Alexander Kutin" <AlexanderKutin@discussions.microsoft.com> wrote in message news:7AB019E9-0332-4CEF-A2B7-48C7CA90791B@microsoft.com... > Hello, > >> Does anyone know how I can get this feature to work with any program? >> > > You can't use this feature with any program. > Each program must support this feature explicitly. > > Best regards, > Alexander Kutin > http://www.kutinsoft.com |
| |||
| Re: Drag and drop Ian- Wow, you're right! I just tried your suggestion with Word, and it worked! Amazing! Thank you! Bobbi "Ian" <Ian@discussions.microsoft.com> wrote in message news:8462DB8E-0CA6-4787-8079-BEC5EEB7C41F@microsoft.com... > > A possible factor here is that recent versions of Word, Excel etc. don't > use > standard shortcuts. (Why I'm not sure, but they use some special kind of > shortcut that's not found anywhere else) > > You can try creating a standard shorcut to winword.exe etc. in the Progam > Files folder, and see if that works. In principle it should, as all > dropping > a file does is to execute "program.exe %1" where %1 is the file's full > pathname. > |
| |||
| Re: Drag and drop Ian- Wow, you're right! I just tried your suggestion with Word, and it worked! Amazing! Thank you! Bobbi "Ian" <Ian@discussions.microsoft.com> wrote in message news:8462DB8E-0CA6-4787-8079-BEC5EEB7C41F@microsoft.com... > > A possible factor here is that recent versions of Word, Excel etc. don't > use > standard shortcuts. (Why I'm not sure, but they use some special kind of > shortcut that's not found anywhere else) > > You can try creating a standard shorcut to winword.exe etc. in the Progam > Files folder, and see if that works. In principle it should, as all > dropping > a file does is to execute "program.exe %1" where %1 is the file's full > pathname. > |
| |||
| Re: Drag and drop > (Why I'm not sure, but they use some special kind > of shortcut that's not found anywhere else) They use Windows Installer shortcuts. Why? Probably because they can. <shrug> When you open the properties page of Microsoft Office shortcut, you will find only program title, not the actual program EXE, in the Target textbox. Also the Find Target button and Change Icon button are all disabled (grayed out). ---- <quote> These are windows Installer's shortcuts. Windows Installer looks after starting the application, usually after checking that critical files/registry settings are in place (if not it starts a repair). Therefore the target isn't your application. EG Word 2000 is C:\WINDOWS\Installer\{00000409-78E1-11D2-B60F-006097C998E7}\wordicon.exe (find targets work just greyed out as irrelevant) <quote> from David Candy http://groups.google.com/group/micro...7ce30e7b765b35 Word 2002 is C:\WINDOWS\Installer\{901B0409-6000-11D3-8CFE-0050048383C9}\wordicon.exe <quote> This behavior occurs because the shortcuts that are installed by Office 2000 do not point directly to the .exe file for the program. Instead, they go to Windows Installer, which then resolves the path of the shortcut. <quote> from... Office 2000 Shortcuts Do Not Have the "Pin to Start Menu" Command http://support.microsoft.com/kb/283293 -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:8462DB8E-0CA6-4787-8079-BEC5EEB7C41F@microsoft.com, Ian <Ian@discussions.microsoft.com> hunted and pecked: > A possible factor here is that recent versions of Word, Excel etc. don't > use standard shortcuts. (Why I'm not sure, but they use some special kind > of shortcut that's not found anywhere else) > > You can try creating a standard shorcut to winword.exe etc. in the Progam > Files folder, and see if that works. In principle it should, as all > dropping a file does is to execute "program.exe %1" where %1 is the > file's full pathname. |
| |||
| Re: Drag and drop > (Why I'm not sure, but they use some special kind > of shortcut that's not found anywhere else) They use Windows Installer shortcuts. Why? Probably because they can. <shrug> When you open the properties page of Microsoft Office shortcut, you will find only program title, not the actual program EXE, in the Target textbox. Also the Find Target button and Change Icon button are all disabled (grayed out). ---- <quote> These are windows Installer's shortcuts. Windows Installer looks after starting the application, usually after checking that critical files/registry settings are in place (if not it starts a repair). Therefore the target isn't your application. EG Word 2000 is C:\WINDOWS\Installer\{00000409-78E1-11D2-B60F-006097C998E7}\wordicon.exe (find targets work just greyed out as irrelevant) <quote> from David Candy http://groups.google.com/group/micro...7ce30e7b765b35 Word 2002 is C:\WINDOWS\Installer\{901B0409-6000-11D3-8CFE-0050048383C9}\wordicon.exe <quote> This behavior occurs because the shortcuts that are installed by Office 2000 do not point directly to the .exe file for the program. Instead, they go to Windows Installer, which then resolves the path of the shortcut. <quote> from... Office 2000 Shortcuts Do Not Have the "Pin to Start Menu" Command http://support.microsoft.com/kb/283293 -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:8462DB8E-0CA6-4787-8079-BEC5EEB7C41F@microsoft.com, Ian <Ian@discussions.microsoft.com> hunted and pecked: > A possible factor here is that recent versions of Word, Excel etc. don't > use standard shortcuts. (Why I'm not sure, but they use some special kind > of shortcut that's not found anywhere else) > > You can try creating a standard shorcut to winword.exe etc. in the Progam > Files folder, and see if that works. In principle it should, as all > dropping a file does is to execute "program.exe %1" where %1 is the > file's full pathname. |
| |||
| Re: Drag and drop "Ian" <Ian@discussions.microsoft.com> wrote: > A possible factor here is that recent versions of Word, Excel etc. > don't use standard shortcuts. (Why I'm not sure, but they use some > special kind of shortcut that's not found anywhere else) "OFF2000: Unable to Modify Office Shortcuts" http://support.microsoft.com/?kbid=229396 -- d-d |
| |||
| Re: Drag and drop "Ian" <Ian@discussions.microsoft.com> wrote: > A possible factor here is that recent versions of Word, Excel etc. > don't use standard shortcuts. (Why I'm not sure, but they use some > special kind of shortcut that's not found anywhere else) "OFF2000: Unable to Modify Office Shortcuts" http://support.microsoft.com/?kbid=229396 -- d-d |
| |||
| Re: Drag and drop INFO How Windows Installer Shortcuts Work http://support.microsoft.com/kb/243630 -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:db794c7b07aa1512239091797d8634f2@d-d.mvps.org, Detlev Dreyer <detdreyer@flashmail.com> hunted and pecked: > "Ian" <Ian@discussions.microsoft.com> wrote: > >> A possible factor here is that recent versions of Word, Excel etc. >> don't use standard shortcuts. (Why I'm not sure, but they use some >> special kind of shortcut that's not found anywhere else) > > "OFF2000: Unable to Modify Office Shortcuts" > http://support.microsoft.com/?kbid=229396 > > -- > d-d |
| |||
| Re: Drag and drop INFO How Windows Installer Shortcuts Work http://support.microsoft.com/kb/243630 -- Hope this helps. Let us know. Wes MS-MVP Windows Shell/User In news:db794c7b07aa1512239091797d8634f2@d-d.mvps.org, Detlev Dreyer <detdreyer@flashmail.com> hunted and pecked: > "Ian" <Ian@discussions.microsoft.com> wrote: > >> A possible factor here is that recent versions of Word, Excel etc. >> don't use standard shortcuts. (Why I'm not sure, but they use some >> special kind of shortcut that's not found anywhere else) > > "OFF2000: Unable to Modify Office Shortcuts" > http://support.microsoft.com/?kbid=229396 > > -- > d-d |
| Bookmarks |
| Thread Tools | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Drag and Drop Help | arichard12305 | Windows XP | 2 | 02-15-2009 01:05 AM |
| Drag and drop | Paulo | Windows XP | 3 | 04-28-2008 03:50 PM |
| drag and drop | Todd Hudson | Windows Vista | 0 | 04-13-2008 06:40 AM |
| drag-drop | vijaysalimath_cs@yahoo.com | Internet Explorer | 0 | 01-15-2008 05:01 AM |
| Drag & Drop | Marc Maas | Windows Media | 3 | 02-23-2007 07:32 AM |
| New To Technology Questions? | Do You Need Help with Your Computer or Device? | Do You Need Help with this site? |