Hi
I'm creating a client application where the user will be able to open a Windows Forms SaveFileDialog. There the user will enter a specific SharePoint library. Thankfully for me, the saveFileDialog prompts for credentials every time the user enters to a library where he doesn't have access. Later I need to call some SharePoint web services. However I need the credentials the user entered to call them. Do you know how can I get those credentials? If that helps I could use a native saveFileDialog instead of Windows Forms one.