Is it possible to invoke the SQL Server or System API and create a login dialog via Visual C++ 2008, so that the end user can select which server he want to connect, as well as the user/password, just like the "Connect to Server" dialog in SQL Server Management Studio:
I don't want to create a dialog manually, since this will take a lot of tasks, including detecting the available servers.