Arduino with Visual Studio

Hi friends !

I try to make visual program for arduino on Microsoft Visual Studio. Now i can make to send data from VS to arduino bu i want to know how to send data from arduino to VB ?

rebrand:
i want to know how to send data from arduino to VB ?

What do you mean by that?
You can still use Serial in Visual Studio for debugging the program uploaded to your Arduino. I assume that you haVe Visual Micro installed?
BTW I think you made a typo writing "VB" ?

I want when i press button who connected to arduino and when i press the button to show something in Visual Basic (VB)

Example:

When button is pressed show on Visual Basic " The button is pressed " or to flash an shape

Any help ?