Hi All.

Not sure which forum this was best for (Database developement or vb.Net). If you think it belongs in the Database Development forum, please move it.

I am wondering if it is possible to conjure up vs "Add Connection" form from when attempting to log in from a vb.net client application. Normally, we build our app's so that the connection kind of happens behind the scenes. In this case, I want the user to be able to select a server, and log the app in using one of the pre-fab forms mentioned above. .

I am working on some basic code generation stuff, which requires the user to be able to specify a database at run-time. While I could (and have) create my own log-in form, it seems like the familiar vs "add connection" form might be better suited (and easier) to use in this context.

Any thoughts?

btw, I have tried digging something up on this, and can't find the right way to search (WAY too many returns for "log-in" related searches).