-
Replied To a Post in Asp.net, vb.net global variables.
Ah, yes of course, hadn;t thought of cookies, I will look up how to use those, thanks for the advice. Geoff. -
Created Asp.net, vb.net global variables.
I am using visual basic dot net, with the asp.net add on. I have created a programme which works great, basically it has a logon, which uses mysql for the … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
Thanks for everyones help on this. -
Marked Solved Status for VB.net 2 sound cards playing different sounds.
I am using visual studio / basic 2019. using the windows media to play sounds (WMPLib.WindowsMediaPlayer). It works great, I can play multiple sounds etc. However what I realy want … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
ah of course it is that explains it perfectly. -
Replied To a Post in VB.net 2 sound cards playing different sounds.
Another interesting thing to watch out for is the default device needs to use devicenumber 0 rather than is actual device number, otherwise it does not play. Just a windows … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
If I use the code mplayer1.Dispose() this will end the current playing audio. Is that correct. So if I reuse the code mplayer1 = New WaveOut() does that mean I … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
yep, how do I mark it as solved? -
Replied To a Post in VB.net 2 sound cards playing different sounds.
OK, After all that I finally (with the help of https://www.daniweb.com/members/815196/xrjf) worked it out so here is the simplified code to play two different sounds out of two different cards … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
perfect, thats what I was looking for. Tried it on the sample code and it works for first play, but you cant change it, but I'll work on that now … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
what do you mean by stick to the sample, as the sample does not work as it does not change the sound card? -
Replied To a Post in VB.net 2 sound cards playing different sounds.
Yes thank you for this code. However, changing the sound card does not change the sound card. It still plays through the same one. This is the problem I am … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
Thanks for the code, does this mean devnum is the sound card that I want to use after selecting the combo box? So how do I make it play the … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
yes understand, It is difficult to describe vb.net (basic) rather than vb.net (c) I need the basic vertion. -
Replied To a Post in VB.net 2 sound cards playing different sounds.
Unfortunatly all in c# with no real corelation vb. -
Replied To a Post in VB.net 2 sound cards playing different sounds.
OK, got it all installed and using the following code: filereader = New AudioFileReader("C:\Users\Geoff\Desktop\audio\Alice Cooper - Schools Out.mp3") MPLAYER.Init(filereader) MPLAYER.Play() It plays perfect. Any idea how to change the sound … -
Replied To a Post in VB.net 2 sound cards playing different sounds.
Thanks, certainly looks like its what I'm after, only problem is it looks like it c# rather than vb and its a complicated install, but I'll give it a go. -
Created VB.net 2 sound cards playing different sounds.
I am using visual studio / basic 2019. using the windows media to play sounds (WMPLib.WindowsMediaPlayer). It works great, I can play multiple sounds etc. However what I realy want … -
Replied To a Post in passing variable from one appication to another using memory
Thanks for the reply. Looks good, but I could not get it to work. Not sure exactly how to use class's in this way, if it had been an example … -
Began Watching passing variable from one appication to another using memory
In the good old days of VB6 I used to use this technique to communnicate between programmes, without using external files. In fact I could even set off the textbox … -
Created passing variable from one appication to another using memory
In the good old days of VB6 I used to use this technique to communnicate between programmes, without using external files. In fact I could even set off the textbox … -
Replied To a Post in outlook addin how to ge tthe real email address
whats an enum? -
Began Watching outlook addin how to ge tthe real email address
I have written some code to make an outlook addin, which is working great. Except that the to field from outlook is displaying the contact na,e instead of the actual … -
Began Watching outlook addin how to ge tthe real email address
I have written some code to make an outlook addin, which is working great. Except that the to field from outlook is displaying the contact na,e instead of the actual … -
Stopped Watching outlook addin how to ge tthe real email address
I have written some code to make an outlook addin, which is working great. Except that the to field from outlook is displaying the contact na,e instead of the actual … -
Stopped Watching outlook addin how to ge tthe real email address
I have written some code to make an outlook addin, which is working great. Except that the to field from outlook is displaying the contact na,e instead of the actual … -
Began Watching outlook addin how to ge tthe real email address
I have written some code to make an outlook addin, which is working great. Except that the to field from outlook is displaying the contact na,e instead of the actual … -
Created outlook addin how to ge tthe real email address
I have written some code to make an outlook addin, which is working great. Except that the to field from outlook is displaying the contact na,e instead of the actual …
The End.