CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2009
    Posts
    2

    Run SQL Server management studio in a form (winforms)

    Does anyone know how I can start SQL Server Management Studio and have it's GUI Window display within a form in WinForms?

    I know I can use the Process class to start it, but if I do that it displays in its own window.

    Thanks,
    Andy

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / MS MVP Power Poster Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+)
    Join Date
    Aug 2004
    Posts
    10,339

    Re: Run SQL Server management studio in a form (winforms)

    This isn't possible.

  3. #3
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,803

    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

  4. #4
    Join Date
    May 2009
    Location
    Bengaluru, India
    Posts
    421

    Re: Run SQL Server management studio in a form (winforms)

    anyways how does it matter for you whether it is display in your windows form or in its own window ?

  5. #5
    Join Date
    Oct 2009
    Posts
    2

    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?

  6. #6
    Arjay's Avatar
    Arjay is offline Moderator / MS MVP Power Poster Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+) Arjay has a reputation beyond repute (3000+)
    Join Date
    Aug 2004
    Posts
    10,339

    Re: Run SQL Server management studio in a form (winforms)

    Quote Originally Posted by andrew.richman@trizetto.com View Post
    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?

+ Reply to Thread

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width