How to create a popup notification without forms in VSTA?

  • Thread starter Thread starter MHan7
  • Start date Start date
M

MHan7

Guest
I am trying to create a notification - similar to a message box, but with no interaction from the user. (it just displays onscreen) I have several applications that have APIs for such a function - usually it's just called "notify".

To take that one step farther, I'd also like a second notification, but one that allows copying and pasting from an onscreen text box. (I don't want to have to call NotePad, but I could) Again, no created form, just out of the box, if possible. If this isn't possible, I can copy the output programatically to the clipboard - but I'd still want that "dumb" notification.

Is this possible with the .NET framework? I'd like to avoid building any additional dependencies. I'm using .NET framework 4.5 in Windows 10.

Thanks in advance.

Continue reading...
 
Back
Top