How to access Message pane via VSPackage in C#?

  • Hi.

    Im working on an extention for SSMS where i would like to access the message pane (see image), anybody have an ide on how to do that?
    I have my project setup in visual studio and it's working,

  • jacob.saugmann - Monday, November 5, 2018 7:38 AM

    Hi.

    Im working on an extention for SSMS where i would like to access the message pane (see image), anybody have an ide on how to do that?
    I have my project setup in visual studio and it's working,

    Try capturing the SqlConnection.InfoMessage event

    Sue

  • Sue_H - Monday, November 5, 2018 2:09 PM

    jacob.saugmann - Monday, November 5, 2018 7:38 AM

    Hi.

    Im working on an extention for SSMS where i would like to access the message pane (see image), anybody have an ide on how to do that?
    I have my project setup in visual studio and it's working,

    Try capturing the SqlConnection.InfoMessage event

    Sue

    Thanks I will try that

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply