Re: Run SQL Server management studio in a form (winforms)
Why would want Management Studio to open in your own Form? You may want to build your own query tool for things like querying the database, etc, but as Arjay has already mentioned it isn't possible. Even if it is, it will be useless as far as I know.
Use [code]your code here[/code] tags when you post source code
Search here before you post your question, someone might have already asked it before. My Articles
Re: Run SQL Server management studio in a form (winforms)
Thanks for the feedback. Is there a custom control that I can embed in a form that will give me at least a portion of the functionality of SQL Server Management Studio?
Re: Run SQL Server management studio in a form (winforms)
Originally Posted by andrew.richman@trizetto.com
Thanks for the feedback. Is there a custom control that I can embed in a form that will give me at least a portion of the functionality of SQL Server Management Studio?
No. What portion of the functionality are you looking to do?
Bookmarks