I need to offer users to enter SQL credentials in a WinForm application, where they can select Windows Authentication or SQL Server authentication, specify the server name and a user name and password if appropriate.
Obviously I could do this myself, but it feels like a problem that should have a pre-canned solution out there. However my Google skills have proven inadequate to find one. Does anyone know of one?
Something like the controls on this dialog (although I happen to not need the server type or the advanced options):