Hiya Guys! I have just released a new video!! Check it out! Subscribe please?I have a giveaway in the future and it would help if you subscribed! Thank you guys for your support!
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
ahmm by the way can you help me...im going to make a .exe project from VB with the sound clips...but when i make it .exe the sound is gone...how can i put it permanently to the .exe file...
pls msg me if you happen to read this post... thanks and your video is so nice...
I even tried laying the command buttons exactly where you did and make the form just as big. The code is identical, all your blue spots are blue in my code, but I can't hear anything at all... :( Pleeeaaase help! I really need it! I'll subscribe too.
you could also just put in a windows media player object... and then if you want a different sound u could just change the URL :P and set the Windows Media Player as visible = false
ok for sum reason my version of visual basic 6 that i got in my computer programming course does not have the microsoft multimedia componet thingy in it that lets me play sounds, so does any1 know how i can get it?
You will need a setup which creates a folder somewhere with the exe in it, and in that folder you place all the sounds that you can play, and the code would be "app.path" instead of "C:\blablabla" and all that stuff...
Example:
Private Sub Command1_Click() Soundfile$ = App.Path & "\Channel.wav" wFlags% = SND_ASYNC Or SND_NODEFAULT Sound = sndPlaySound(Soundfile$, wFlags%)
@wixnitzax hi, thanks for your effort, but i want to ask something,, i am using visuabl basic 2008, i dunno where can i find this STANDARD EXE that you chose at the beginning of this video, sorry i am new to the whole thing, thanks for your concern
I know this works with pictures, so Im guessing audio files would be the same, make the audio file a resource inside the application and load it from there.
@MajinBejitto no no no it can sure. 1st you need to change the location example my project is. C:\Program Files\PROJECTNAME\SOUNDS thats the address you will put in the program.. then download the installcreator then make a installer of ur program and put a 1folder named it Sounds then put your wav sounds there.. -_- its so easy no program have music inside the exe. it always had folder inside of their files
@wixnitzax Hi experts!!, Its possible to assign 1 action for 2 buttons without repeat all the large code...
just something like do a shortcut because the form1 is on the screen # 2 in another room (extended desktop), but i need to do one toolbox with this shortcuts to be shown over the screen # 1 in fron of me for take controll of the form 1 without seen it!
WTF! The Quality Is sooo Good O_O Im Subscribe You! :D
UltimateWorldsPS 1 month ago
I can almost get this to work with vb 2010, but it gives me a syntax error on the ( before the first ByVal Anyone know wat i can do
FunnyBoy600 1 month ago
Fucking reply, will this work for mouse clicks?
NorthWolfs 2 months ago
This has been flagged as spam show
Hiya Guys! I have just released a new video!! Check it out! Subscribe please?I have a giveaway in the future and it would help if you subscribed! Thank you guys for your support!
hackster2011 3 months ago
Uhmm And yes thats possible, check my channel for a better way.
ultragaming1993 4 months ago
There are nothing
JomarRoxas 5 months ago
sir my program is not work
like your program
if i click the start the sound is not play
please help me
kenkurapika 6 months ago
HELP!!! run time error '53'
file not found : winmm.dll
help please need for our project
TheCrazyPopper 7 months ago
awesome man
GUILTY221 8 months ago
when i paste in the code it gives me allot of errors
o0DeathStrike0o 9 months ago
How do i get the winmm.dll file ?
petaite 11 months ago
@petaite its already on your pc i think its the file that all the other apps use to make those noises when you get an error and stuff like that
FunnyBoy600 1 month ago
gta san andreas! :D
MrGuitarisss 1 year ago
what do you record it with?
CPTrainer100 1 year ago
can i make it play automaticly??
gtrapa16 1 year ago
thank you!
MelloTraumatic 1 year ago
This has been flagged as spam show
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
aspdotnetexperts1 1 year ago
AMIGO KIERO CODIGO PARA AGREGAR FOTOS A UNA BASE DE DATOS ACCESS DESDE UN FORMULARIO, OJALA ME PUEDAS AYUDAR....KISS
jazminvictoria27 1 year ago
it gives me an error in the file "winmm.dll"
how can i get rid of it ?
tonidabaeen 1 year ago
I'm having the same problem as the guy below about the sound not being permanent
snippa1ps3 1 year ago
ahmm by the way can you help me...im going to make a .exe project from VB with the sound clips...but when i make it .exe the sound is gone...how can i put it permanently to the .exe file...
pls msg me if you happen to read this post... thanks and your video is so nice...
HOPE FOR YOU REPLY>...
noobieesss 1 year ago
AWESOME THANKS
jagwc3lol2 1 year ago
soundfile$ not defined...
AlexShares 1 year ago
the sound did go on but it halted at the middle and the programme hang,ended up with an error,why?i did exactly like you did.i'm so frustrated
lancelotlee2002 1 year ago
so just add a another code to go in another page of system right??
bat5boyz25 1 year ago
@bat5boyz25
(your forms name).load
unload me
;)
gtrapa16 1 year ago
windowsmediaplayer1.play = "c:\1.mp3" or samting els...
all program...
jaspremanbojs 2 years ago
this tutorial sucks!
brolreclame 2 years ago
Ofcourse, i made this a very long time ago
Wixnitzaxx 2 years ago
@brolreclame You Suck!
imboor3d 2 years ago
Sorry for my 4th post, but I removed 2 of them. Can you upload this project so i can see if it works to me?
MagnusRulerHardt 2 years ago
Comment removed
MagnusRulerHardt 2 years ago
I even tried laying the command buttons exactly where you did and make the form just as big. The code is identical, all your blue spots are blue in my code, but I can't hear anything at all... :( Pleeeaaase help! I really need it! I'll subscribe too.
MagnusRulerHardt 2 years ago
You have to make it go to a real sound file.
EwonRael 2 years ago
No shit
MagnusRulerHardt 2 years ago
Comment removed
MagnusRulerHardt 2 years ago
i've been looking for this code for such a long time..I'll use it for my thesis program...
SirenSATHINA 2 years ago
you could put soundfile$ = text1.text so they can add there music..
Deadlyman66 2 years ago
you could also just put in a windows media player object... and then if you want a different sound u could just change the URL :P and set the Windows Media Player as visible = false
pacrat90 2 years ago
yeah, but i bet you have more alternatives here and it looks more professional :P
Wixnitzaxx 2 years ago
Nice....Keep moving :D 4 Stars
firecrackerman100 2 years ago
you do know where is ur song copy the address and paste there
runeZtut100 2 years ago
Cool it works, i just remove .ddl, from "winmm.ddl" and then no prob at all..
great codes..
keep posting
akillyu 3 years ago
ok for sum reason my version of visual basic 6 that i got in my computer programming course does not have the microsoft multimedia componet thingy in it that lets me play sounds, so does any1 know how i can get it?
milfhunter17 3 years ago
Have you installed ServicePack6?
Wixnitzaxx 3 years ago
how do i make that but auto playing like you open the app and he starts automactly??
macdead3 3 years ago
Double click you form at paste it :)
Wixnitzaxx 3 years ago
Correction:
Private Sub Form_Load()
'Type whats suppose to be in the Start button
End Sub
Wixnitzaxx 3 years ago
yea but i want them to work in other ppl pc
macdead3 3 years ago
uhm, sorry. But i dont understand what you mean
Wixnitzaxx 3 years ago
I know it's old but...
You will need a setup which creates a folder somewhere with the exe in it, and in that folder you place all the sounds that you can play, and the code would be "app.path" instead of "C:\blablabla" and all that stuff...
Example:
Private Sub Command1_Click() Soundfile$ = App.Path & "\Channel.wav" wFlags% = SND_ASYNC Or SND_NODEFAULT Sound = sndPlaySound(Soundfile$, wFlags%)
End Sub
MagnusRulerHardt 2 years ago
does this work with .mp3 as well?
Beef225 3 years ago
ooo lol didnt wacth the entire thing i see now!
Beef225 3 years ago
I keep getting variable not defined error.. Any suggestions
dapacc 3 years ago
Is there a way to insert the WAV file inside the executable rather than having it load the WAV from your harddrive?
MajinBejitto 3 years ago 2
Not as i know
wixnitzax 3 years ago
@wixnitzax hi, thanks for your effort, but i want to ask something,, i am using visuabl basic 2008, i dunno where can i find this STANDARD EXE that you chose at the beginning of this video, sorry i am new to the whole thing, thanks for your concern
fukyouallfukyouall 1 year ago
@fukyouallfukyouall Windows for application, if you got that.
Wixnitzaxx 1 year ago
I know this works with pictures, so Im guessing audio files would be the same, make the audio file a resource inside the application and load it from there.
Anthaas 3 years ago
@MajinBejitto no no no it can sure. 1st you need to change the location example my project is. C:\Program Files\PROJECTNAME\SOUNDS thats the address you will put in the program.. then download the installcreator then make a installer of ur program and put a 1folder named it Sounds then put your wav sounds there.. -_- its so easy no program have music inside the exe. it always had folder inside of their files
imprinceful 4 months ago
what recording software did you use? It looks familiar.
santa844 3 years ago
Bullet screen recorder
wixnitzax 3 years ago
Can you add the code to the discription cuz i cant figure out where im mistaking
cyberhacker13 3 years ago
its a mess but It worked for me to just Copy it from the side text
wixnitzax 3 years ago
@wixnitzax Hi experts!!, Its possible to assign 1 action for 2 buttons without repeat all the large code...
just something like do a shortcut because the form1 is on the screen # 2 in another room (extended desktop), but i need to do one toolbox with this shortcuts to be shown over the screen # 1 in fron of me for take controll of the form 1 without seen it!
thanks!
3Drey 11 months ago