Re: Progress when shell is target of paste.
- From: v-terryf@xxxxxxxxxxxxxxxxxxxx ("TerryFei")
- Date: Wed, 18 Jan 2006 02:22:43 GMT
Hi David,
Welcome to MSDN Newsgroup!
Based on the current situation, please help me to confirm some information
on your side:
What information is the drag source providing to the shell through the
FILEDESCRIPTOR structure? I assume that you are using the FD_PROGRESSUI
flag, but are you providing other information for each file, such as the
file size (FD_FILESIZE), perhaps?
This information will help us get closer to your issue, so I appreciate
your time in performing them. Let me know the results at your earliest
convenience. If you have any questions or concerns, please let me know. I
am standing by to help you.
Best Regards,
Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
--------------------
>From: "David F." <df2705@xxxxxxxxxxxxxxxx>
>References: <u9nnvHzGGHA.1180@xxxxxxxxxxxxxxxxxxxx>
>Subject: Re: Progress when shell is target of paste.
>Date: Mon, 16 Jan 2006 22:53:41 -0800
>Lines: 32
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
>X-RFC2646: Format=Flowed; Response
>Message-ID: <uNVxBLzGGHA.1192@xxxxxxxxxxxxxxxxxxxx>
>Newsgroups: microsoft.public.win32.programmer.ole
>NNTP-Posting-Host: ip68-108-44-76.lv.lv.cox.net 68.108.44.76
>Path: TK2MSFTNGXA02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP11.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl microsoft.public.win32.programmer.ole:12236
>X-Tomcat-NG: microsoft.public.win32.programmer.ole
>
>I guess I should add that the FileContents are provided via an IStream.
>
>TIA!!
>
>"David F." <df2705@xxxxxxxxxxxxxxxx> wrote in message
>news:u9nnvHzGGHA.1180@xxxxxxxxxxxxxxxxxxxxxxx
>> Hello,
>>
>> Dragging and Dropping or Copy/Paste operations to the shell are working
>> okay except there is no progress displayed. What is the missing piece
to
>> get it to show the Copying... dialog with progress of files?
>>
>> Here's more details:
>>
>> Has IDataObject and IAsyncOperation interfaces.
>>
>> I render the full FileGroupDescriptor list after drop or on paste which
>> can take a while and a "Copying..." dialog with a message "Calculating
>> the time required to copy the files" shows up on the target (desktop
>> folder). That stays up until the (GetData) FileGroupDescriptor is done
>> and returned to target. Now it starts copying the files but the
>> "Copying.." dialog goes away (I have seen it a couple of times start
>> showing files but then it disappears).
>>
>> Obviously, some interface or data format needs to be implemented
somewhere
>> to keep it showing that progress dialog (I believe it's the target's
>> responsibility to display the progress) but I'm not sure how to signal
it?
>>
>>
>>
>
>
>
.
- References:
- Progress when shell is target of paste.
- From: David F.
- Re: Progress when shell is target of paste.
- From: David F.
- Progress when shell is target of paste.
- Prev by Date: Re: Class Not Registered using MFC/ATL and COM with CoCreateInstan
- Next by Date: Keep UI working without COM object being started
- Previous by thread: Re: Progress when shell is target of paste.
- Next by thread: Keep UI working without COM object being started
- Index(es):
Relevant Pages
|