You'll need a TextBox and Button.
TextBox = The text to be spoken.
Button = When you press it, it will speak the text in the TextBox.
Okay, here's the code:
Public Class Form1
Dim SAPI
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...