Click here to Skip to main content
15,926,857 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: important Pin
Colin Angus Mackay10-Sep-07 23:59
Colin Angus Mackay10-Sep-07 23:59 
GeneralRe: important Pin
aziz chawki11-Sep-07 0:08
aziz chawki11-Sep-07 0:08 
GeneralRe: important Pin
Christian Graus11-Sep-07 0:17
protectorChristian Graus11-Sep-07 0:17 
GeneralRe: important Pin
Colin Angus Mackay11-Sep-07 0:37
Colin Angus Mackay11-Sep-07 0:37 
QuestionCreate MAT-files in VB Pin
monochino10-Sep-07 23:52
monochino10-Sep-07 23:52 
AnswerRe: Create MAT-files in VB Pin
Colin Angus Mackay10-Sep-07 23:58
Colin Angus Mackay10-Sep-07 23:58 
GeneralRe: Create MAT-files in VB Pin
monochino11-Sep-07 1:13
monochino11-Sep-07 1:13 
QuestionTrying to get vb6 to speak a text file & need a little help. Pin
Robert from Florida10-Sep-07 21:52
Robert from Florida10-Sep-07 21:52 
It speaks the "say.txt" file OK. But when I add the 'UnLoad Me' to stop it from running, it quits before it speaks. How do I wait until it is done speaking to UnLoad???

Private Sub Form_Load()<br />
  Open "c:\webster\1\say.txt" For Input As 1<br />
  txtText.Text = Input(LOF(1), 1)<br />
  Close 1<br />
  spkSpeak.AudioReset<br />
  spkSpeak.Speak txtText.Text<br />
  'Unload Me<br />
End Sub


Robert, still trying

AnswerRe: Trying to get vb6 to speak a text file & need a little help. Pin
ChandraRam10-Sep-07 23:49
ChandraRam10-Sep-07 23:49 
GeneralRe: Trying to get vb6 to speak a text file & need a little help. Pin
Robert from Florida11-Sep-07 2:59
Robert from Florida11-Sep-07 2:59 
GeneralRe: Trying to get vb6 to speak a text file & need a little help. Pin
ChandraRam11-Sep-07 3:09
ChandraRam11-Sep-07 3:09 
GeneralRe: Trying to get vb6 to speak a text file & need a little help. Pin
Robert from Florida11-Sep-07 4:13
Robert from Florida11-Sep-07 4:13 
GeneralRe: Trying to get vb6 to speak a text file & need a little help. Pin
ChandraRam11-Sep-07 8:25
ChandraRam11-Sep-07 8:25 
QuestionInfragestics using VB - Help Please! Pin
lavanya_satheesh10-Sep-07 21:31
lavanya_satheesh10-Sep-07 21:31 
AnswerRe: Infragestics using VB - Help Please! Pin
Tom Deketelaere10-Sep-07 23:45
professionalTom Deketelaere10-Sep-07 23:45 
GeneralRe: Infragestics using VB - Help Please! Pin
lavanya_satheesh12-Sep-07 0:44
lavanya_satheesh12-Sep-07 0:44 
Questionplotting graph Pin
saraswathy14310-Sep-07 20:44
saraswathy14310-Sep-07 20:44 
AnswerRe: plotting graph Pin
Christian Graus10-Sep-07 23:52
protectorChristian Graus10-Sep-07 23:52 
QuestionHow to Save changes in DataGridView into Database programmatically without using DataGridView Wizard Pin
vbDigger'z10-Sep-07 20:33
vbDigger'z10-Sep-07 20:33 
AnswerRe: How to Save changes in DataGridView into Database programmatically without using DataGridView Wizard Pin
rohitsrivastava10-Sep-07 23:34
rohitsrivastava10-Sep-07 23:34 
GeneralRe: How to Save changes in DataGridView into Database programmatically without using DataGridView Wizard [modified] Pin
vbDigger'z11-Sep-07 15:04
vbDigger'z11-Sep-07 15:04 
QuestionHow can I disable back and forward button in browser? Pin
Ashish Kumar Vyas10-Sep-07 20:32
Ashish Kumar Vyas10-Sep-07 20:32 
AnswerRe: How can I disable back and forward button in browser? Pin
Chetan Patel10-Sep-07 20:35
Chetan Patel10-Sep-07 20:35 
GeneralRe: How can I disable back and forward button in browser? Pin
Ashish Kumar Vyas10-Sep-07 20:48
Ashish Kumar Vyas10-Sep-07 20:48 
GeneralRe: How can I disable back and forward button in browser? Pin
Chetan Patel11-Sep-07 22:59
Chetan Patel11-Sep-07 22:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.