[CODE]
Imports System.Speech.S ynthesis
Public Class Form1
Private Sub Form1_Load(ByVa l sender As System.Object, ByVal e As System.EventArg s) Handles MyBase.Load
ComboBox1.Items .Add("Male")
ComboBox1.Items .Add("Female")
End Sub
Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click...
User Profile
Collapse
-
colrajdhan started a topic Why does not vb.net code for text to speech run correctly even with no errors?in Visual BasicWhy does not vb.net code for text to speech run correctly even with no errors?
-
Multi page application to run with button click from page 2 after data is entered on
I have a multi page application that accepts data in the beginning and proceeds sequentially with calculation on subsequent pages. Last page (No 15) shows the result.
At present I have to click on each form to execute the code one by one until I reach the second last form.
Can some one help me with a code that runs all forms till the last form by just clicking on the opening form?
Many thanks in advan...
No activity results to display
Show More