Unwanted message when displaying notification on desktop

Asked

Viewed 64 times

1

Mensagem indesejada ao exibir notificação na área de trabalho

Hello, I am displaying a notification on desktop, but below the message appears "vshost32.exe". I would like to know how to remove this. Obg.

My code:

notifyIcon1.ShowBalloonTip(10, "Lembrete ", " Você tem 10 contas a pagar ", ToolTipIcon.Info);
  • probably you are in debugging in visual studio, and the operating system shows the name of the process that is showing the message. After publishing the application, in this place should appear the name of your executable. This is the operating system that shows, you have no way to remove in the application.

  • 1

    Thanks a lot, thanks a lot.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.