Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All experts,

I need the same dialog that Microsoft uses for copy files.
I could create this but then I saw system32.dll.
I believe this dialog is built in to the System32.dll
So is there is a method that will allow me to call the dialog from system32.dll?
Posted
Updated 7-Mar-11 23:25pm
v2

1 solution

To best of my knowledge, there is no special dialog to "copy files", there are OpenFileDialog and SaveFileDialog though. You can find them in regular Windows API.

Please tell me if I'm wrong and you can point out how to see the dialog you mean. In this case, tell us how it looks or how to see this thing.

—SA
 
Share this answer
 
Comments
[no name] 8-Mar-11 5:49am    
I doesnt want to open system32.dll

i want to load dialog present inside the system32.dll.
as we called normal dll dialog.
Sergey Alexandrovich Kryukov 8-Mar-11 13:00pm    
Please, which dialog? You never explained properly which dialog you need.
What does it mean "_it_ does not want"? :-)
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900