Talking Splash Screen !!!!
Talking Splash Screen !!!!
Rate Talking Splash Screen !!!!
(1(1 Vote))
'Also you need to have speakers and xvoice.dll file on your system.
'If your machine have above mention components then Enjoy following code.
'Please for inserting Splash Screen goto menu Project/Add Form/Splash Screen.
Private Sub Form_Load()
lblVersion.Caption = "Version " & App.Major & "." & App.Minor & "." & App.Revision
lblProductName.Caption = App.Title
DirectSS1.Sayit = "(Text you want to insert)"
'If you want you can put timer control and match your timing with text it is trial and error method.
End Sub
Talking Splash Screen !!!! Comments
No comments yet — be the first to post one!
Post a Comment