Insert Sound To Form?
Jul 12, 2010i have two forms ..
i want the user can insert any sound file he wanted to first form ..
and display it in the second form ..!
i have two forms ..
i want the user can insert any sound file he wanted to first form ..
and display it in the second form ..!
This is a short program that I am trying to make work. I have a database that has 2 fields
1) Text
2) OLE Object - Audio.wav
I know that the My.Computer.Audio.Play Uses a Filepath, but I want to use the Audio.wav OLE Object inside my DataBase to make the sound. When I compile the program I get that Conversion from type 'Byte()' to type 'String' is not valid.
[Code]...
I have a question about of capture sound function, someone have a code example for visual basic 2010 in windows 7?, I tried using mcisendstring function but the sound quality, is poor.
View 5 RepliesI have background sound loop with the My.Computer.Audio and it works fine. I want to play another sound (like a beep) when desired without stopping the background sound. Several examples I have found don't seem to work. I am in VB.NET 2008 Professional.
View 8 RepliesI'm ready to start adding sound to a 3D game and I'm looking for a decent Free library.it would not require DX and be something like:
dim MySound as SoundLib.Sound
MySound = SoundLib.LoadSound("soundfile.wav")
SoundLib.Play3DWorld(Location.X, Location.Y, Location.Z, VolumeModifier, MySound)so far all Im finding is expensive, C#, old, or not .NET compatible.
im making a techno progam in visual basic 2008 and after 3 hour im think how to save the sound they make and catshing a sound recorder but what the code im try to find on internet but find 0 pleas give me the code im try to find
View 1 RepliesI'm creating an application that will have 3 streams of audio. I can get 2 streams playing easy enough using DirectX AudioVideoPlayback and setting the balance for each Audio Instance. However, I need a 3rd Audio instance to play out of another output such as the Rear or Centre. An alternative would be to be able to select a different sound device in the machine to play the 3rd audio stream.
[Code]...
How can I record sound that come out of Form1 (I don't need whole computer sound).
View 1 RepliesI need to record all the sound that is made from a flash swf in vb.net. I don't mind how I do it but I don't want to record all the sound from the whole computer through the sound card I only want the sound from my program. Doing it through a webbrowser control with the swf embedded in a html page is fine or just recording all the sound from my form.
View 3 RepliesI looked I came accross this code My.Computer.Audio.Play(My.Resources.LAVE, AudioPlayMode.Background) LAVE is my resource file that I have added LAVE.mp3 the problem is that the program automatically gives runtime error when I run it but I get no syntax erros.
[Code]...
I need to get the decibel level of sound being sent to the sound card (not the actual sound level the speakers are instructed to emit via volume level)There is next to no information i can find on the net to even access sound data. Could anyone point me in a direction for this? The OS will be vista/7.
View 2 RepliesI'm creating an application that will have 3 streams of audio.I can get 2 streams playing easy enough using DirectX AudioVideoPlayback and setting the balance for each Audio Instance.However, I need a 3rd Audio instance to play out of another output such as the Rear or Centre.An alternative would be to be able to select a different sound device in the machine to play the 3rd audio stream.I've been searching the net for 2 days now trying to find a solution, but have so far been unsuccessful. I've tried a few alternative libs such as DirectShow.Net, DirectSound, BASS.Net, QuickTime and OpenTK.Some of them do what I need to do, but they are either too difficult to use and therefore impractical or they are missing some other essential features such as Events which are required to make the rest of the application work. Would anyone oppose to me posting this same thread on other forums?I will of course post a solution if one is found elsewhere without advertising external websites.
View 4 RepliesWhen I put the command in the form_keyDown event that if I pressed the Ctrl+s, run the some instruction, when the focus in the one textbox control, run one beep sound Simultaneously with the instruction.
View 9 RepliesI'm trying to make a simple game, and as the title suggests, I'd like to know how to add music to it.
View 5 RepliesI wonder how to put a sound clip in my vb.net form.I am using vb 2008.When a user starts my program, I want the sound to be played automatically and with a mute button.
View 1 RepliesI am trying to build a small program which will allow some one to click on the exit button and the sound will play and at the end of the sound the program will then close. The sound clip is about 3 seconds long Here is what I have:
Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Public Class Form1
Private Dsound As CSoundDevice
[code]....
Is there a way to generate a pure tone (e.g. 440 Hz) for a specified period of time through the sound card without using having to find or make a separate .wav file for each tone.I tried using the "Beep" function, but while it produces the tone for a specified period, it sounds broken up into a (probably 500ms) time frame which repeats with an audible space between the repetitions.
View 2 Replieshow to record sound from sound card ?
View 1 Repliesi have windows app i want to disable the sound card and enable the sound card by using command button
View 2 RepliesHow,in VB.net 2010, a checked checkbox(boolean) from a form to insert as a string in an SQL database like a character "T" or "F"
View 3 RepliesHow I insert loading bar into vb.net form? I want insert loading bar with information that step in loading. I want to show info like when we install new program, in install program we will see progress installing.
View 6 RepliesI wanna insert a calendar on my VB form. I can drag it to the form from the toolbox, but I don't understand how I can creating to do list on different dates.
View 3 RepliesI am trying to insert a iFrame into my web form.And i have a list of data from my database.It uses a sql data source to retrieve the data in the data base.I would want to bind it to the src of iFrame is that possible?I tried doing it but it doesnt give me a way to bind it.
View 1 RepliesI wanted to put a straight, black line into my form, but I can't figure out how.
View 8 RepliesI want to insert an image into my form. The image is a JPEG. I wanted the picture to be pasted into a panel, but if I copy the image, I can't click "Paste" in my form. Is there any way to put in it my form?
View 2 RepliesI am learning MS Access by reading books and i have no formal education on computers. I am trying to insert one record from a form (not bound to any table) by using VBA - Class Module. When following codes are run, the dialogue for parameter value of A and B are opened instead of using the value of variable A and B which is the value of txtbox1 and txtbox2 respectively .
Dim MySql as string Dim A as string
Dim B As String A = me.txtbox1.value B = me.txtbox2.value
MySql = "INSERT INTO tblcom (fieldA,fieldtB) VALUE (A,B)"
I'm using a form to throw info straight into a database. i know it isn't the best way but i'm new and all other implementations have confused me (i've been reading and watching tutorials for 2 weeks) but anyway i'm going to take the info straight from the form.
mports System
Imports System.Data
Imports System.Data.SqlClient
[code].....
I am not sure if I can do update, delete and insert in one form. The problem is that in this one form I have 3 textbox and 1 combobox which the user have to enter each column and click on the submit button which is for insert. So how can I do this with delete and update.
View 6 RepliesI am saving Visualizations in a database, title, description...etc and CODE field, in the Code field I save the "code" that will generate the visualization, it may be as simple as a URL for an image hosted somewhere, or something like:[code]I am saving this as an nvarchar(max) in my database, now I have a page that should display the visualization I call on run time, so what is the best way to do so?! a div for example?
View 1 RepliesI want to insert worksheet object on a VBA form for AutoCad. I had done it before. But now I can not recall which object was used for this.
View 2 Replies