Click here to Skip to main content
15,902,853 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Need help on my Thesis... Pin
Paul Conrad14-Sep-07 19:11
professionalPaul Conrad14-Sep-07 19:11 
AnswerRe: Need help on my Thesis... Pin
Dave Kreskowiak15-Sep-07 2:53
mveDave Kreskowiak15-Sep-07 2:53 
GeneralRe: Need help on my Thesis... Pin
Paul Conrad15-Sep-07 3:46
professionalPaul Conrad15-Sep-07 3:46 
GeneralRe: Need help on my Thesis... Pin
Dave Kreskowiak15-Sep-07 6:04
mveDave Kreskowiak15-Sep-07 6:04 
GeneralRe: Need help on my Thesis... Pin
Paul Conrad15-Sep-07 6:23
professionalPaul Conrad15-Sep-07 6:23 
Questionhow to upload the picture file into report file (.rpt) with VB6 and Crystal Report 9.2 Pin
mctramp16814-Sep-07 17:48
mctramp16814-Sep-07 17:48 
QuestionRecord Audio From Microphone Pin
Indra PR14-Sep-07 15:45
Indra PR14-Sep-07 15:45 
AnswerRe: Record Audio From Microphone Pin
JamesS[C1]25-Sep-07 3:49
JamesS[C1]25-Sep-07 3:49 
Hello,

You may use the following VB Script to record audio:

Dim rec
Set rec = CreateObject("AudioCtl.AudioRecord.1")

'Select sound device 0
rec.DeviceIndex = 0

'Set output file
rec.SetOutputFileName "1.mp3"

'Start record with given parameters, record mp3 audio
rec.StartRecord 2, 11025

'Record for 10 secs
WScript.Sleep 10000

'Stop Record
rec.StopRecord

Thanks,
James

James Smith
www.componentone.com

AnswerRe: Record Audio From Microphone Pin
Eddy Vluggen6-Nov-09 8:13
professionalEddy Vluggen6-Nov-09 8:13 
QuestionGet Computer Name Using VB6 Pin
Widgets14-Sep-07 15:05
Widgets14-Sep-07 15:05 
AnswerRe: Get Computer Name Using VB6 Pin
nitin314-Sep-07 19:46
nitin314-Sep-07 19:46 
AnswerRe: Get Computer Name Using VB6 Pin
Dave Kreskowiak15-Sep-07 2:34
mveDave Kreskowiak15-Sep-07 2:34 
QuestionThe meaning of the # in VB Pin
Andy20214-Sep-07 11:16
Andy20214-Sep-07 11:16 
AnswerRe: The meaning of the # in VB Pin
Dave Kreskowiak14-Sep-07 12:45
mveDave Kreskowiak14-Sep-07 12:45 
AnswerRe: The meaning of the # in VB Pin
Dave Doknjas14-Sep-07 13:46
Dave Doknjas14-Sep-07 13:46 
QuestionRounding Question [modified] Pin
Hags14-Sep-07 10:25
Hags14-Sep-07 10:25 
AnswerRe: Rounding Question Pin
Dave Kreskowiak14-Sep-07 12:41
mveDave Kreskowiak14-Sep-07 12:41 
Questionradio button vb.net 1.1 Pin
mshytech14-Sep-07 8:04
professionalmshytech14-Sep-07 8:04 
AnswerRe: radio button vb.net 1.1 Pin
Dave Kreskowiak14-Sep-07 9:16
mveDave Kreskowiak14-Sep-07 9:16 
GeneralRe: radio button vb.net 1.1 Pin
mshytech14-Sep-07 9:43
professionalmshytech14-Sep-07 9:43 
AnswerRe: radio button vb.net 1.1 [modified] Pin
Taylor Kobani14-Sep-07 9:27
Taylor Kobani14-Sep-07 9:27 
GeneralRe: radio button vb.net 1.1 Pin
Dave Kreskowiak14-Sep-07 9:29
mveDave Kreskowiak14-Sep-07 9:29 
GeneralRe: radio button vb.net 1.1 Pin
Taylor Kobani14-Sep-07 9:46
Taylor Kobani14-Sep-07 9:46 
GeneralRe: radio button vb.net 1.1 Pin
Dave Kreskowiak14-Sep-07 10:22
mveDave Kreskowiak14-Sep-07 10:22 
AnswerRe: radio button vb.net 1.1 Pin
rohitsrivastava14-Sep-07 23:39
rohitsrivastava14-Sep-07 23:39 

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.