mp3 support in dink (Closed)
i made a program with visual basic that allows me to play mp3s in dink. i have some questions. does anyone know anything about visual basic? this is my first vb program so one thing is still incomplete and i dont even know if this will work on any computer. email me or something.
: i made a program with visual basic that allows me to play mp3s in dink. i have some questions. does anyone know anything about visual basic? this is my first vb program so one thing is still incomplete and i dont even know if this will work on any computer. email me or something.
I know VB. Feel free to mail me your questions, or post here, whichever.
I know VB. Feel free to mail me your questions, or post here, whichever.
I took 2 years of VB, I don't know if I can help much, but I can try.
--WC
--WC
: i made a program with visual basic that allows me to play mp3s in dink. i have some questions. does anyone know anything about visual basic? this is my first vb program so one thing is still incomplete and i dont even know if this will work on any computer. email me or something.
MP3's?? man, forget those, teh future is in ogg vorbis.. seriously, I'll pay for a program which allows me to play Ogg files in a dink dmod... how does it work exactly??
MP3's?? man, forget those, teh future is in ogg vorbis.. seriously, I'll pay for a program which allows me to play Ogg files in a dink dmod... how does it work exactly??
(nt)
: i made a program with visual basic that allows me to play mp3s in dink. i have some questions. does anyone know anything about visual basic? this is my first vb program so one thing is still incomplete and i dont even know if this will work on any computer. email me or something.
Yup, here's your VB man.
I can help you if you have any questions.
Yup, here's your VB man.

I can help you if you have any questions.
well i know dinkc and delphi/pascal and html, so i decided to mess around with vb too. i dont know much about it yet, like i said, its my first program in vb, so dont laugh at my ignorance. i right click in the box that has the icons to add pictures/buttons etc. and select 'components' then i scroll down to the very bottom and pick 'windows media player.' this is what plays the mp3 files. now, will this work on any computer, does it actually use wmp? how does that work?
anyway, what the program does is searches for a save file, from 1000 to 1999 every 3 seconds. then, if it finds it, it plays 1001.mp3, 1002.mp3 etc. when it finds a save that is not for one already playing, it deletes the save for the one already playing and plays the mp3 of the new save.
it works and everything, i have tested it and stuff, but just on one pc.
what i need to know is i want to have a button to run the dmod. you open this and then open the dmod, so rather than a frontend, you just click the button. how do i do this? the mp3 program goes right into the dmod folder, and the mp3s are in the sound dir. i think i have to do a "shell" or something, but i have no idea of how to do that.
anyway, what the program does is searches for a save file, from 1000 to 1999 every 3 seconds. then, if it finds it, it plays 1001.mp3, 1002.mp3 etc. when it finds a save that is not for one already playing, it deletes the save for the one already playing and plays the mp3 of the new save.
it works and everything, i have tested it and stuff, but just on one pc.
what i need to know is i want to have a button to run the dmod. you open this and then open the dmod, so rather than a frontend, you just click the button. how do i do this? the mp3 program goes right into the dmod folder, and the mp3s are in the sound dir. i think i have to do a "shell" or something, but i have no idea of how to do that.
: well i know dinkc and delphi/pascal and html, so i decided to mess around with vb too. i dont know much about it yet, like i said, its my first program in vb, so dont laugh at my ignorance. i right click in the box that has the icons to add pictures/buttons etc. and select 'components' then i scroll down to the very bottom and pick 'windows media player.' this is what plays the mp3 files. now, will this work on any computer, does it actually use wmp? how does that work?
: anyway, what the program does is searches for a save file, from 1000 to 1999 every 3 seconds. then, if it finds it, it plays 1001.mp3, 1002.mp3 etc. when it finds a save that is not for one already playing, it deletes the save for the one already playing and plays the mp3 of the new save.
: it works and everything, i have tested it and stuff, but just on one pc.
: what i need to know is i want to have a button to run the dmod. you open this and then open the dmod, so rather than a frontend, you just click the button. how do i do this? the mp3 program goes right into the dmod folder, and the mp3s are in the sound dir. i think i have to do a "shell" or something, but i have no idea of how to do that.
I myself do not know exactly how to do this, but i'm sure someone could create a .bat file that opens the program and also the dmod...
But uh, i'm really interested in this, because until now i've had to use .wavs...because the music my friend does for me is mp3s...some could be midi, but it sounds like ass if its a midi and not an mp3...so uh ya..that'll be really good
: anyway, what the program does is searches for a save file, from 1000 to 1999 every 3 seconds. then, if it finds it, it plays 1001.mp3, 1002.mp3 etc. when it finds a save that is not for one already playing, it deletes the save for the one already playing and plays the mp3 of the new save.
: it works and everything, i have tested it and stuff, but just on one pc.
: what i need to know is i want to have a button to run the dmod. you open this and then open the dmod, so rather than a frontend, you just click the button. how do i do this? the mp3 program goes right into the dmod folder, and the mp3s are in the sound dir. i think i have to do a "shell" or something, but i have no idea of how to do that.
I myself do not know exactly how to do this, but i'm sure someone could create a .bat file that opens the program and also the dmod...
But uh, i'm really interested in this, because until now i've had to use .wavs...because the music my friend does for me is mp3s...some could be midi, but it sounds like ass if its a midi and not an mp3...so uh ya..that'll be really good
: well i know dinkc and delphi/pascal and html, so i decided to mess around with vb too. i dont know much about it yet, like i said, its my first program in vb, so dont laugh at my ignorance. i right click in the box that has the icons to add pictures/buttons etc. and select 'components' then i scroll down to the very bottom and pick 'windows media player.' this is what plays the mp3 files. now, will this work on any computer, does it actually use wmp? how does that work?
There is a way better way playing mp3s than using components like that... using the MCI API or so.. cause I'm not sure that the windows media player component is the same in every version of windows. But the API is a tricky thing, and sorta hard to teach right here, right now... that's my first comment.
: anyway, what the program does is searches for a save file, from 1000 to 1999 every 3 seconds. then, if it finds it, it plays 1001.mp3, 1002.mp3 etc. when it finds a save that is not for one already playing, it deletes the save for the one already playing and plays the mp3 of the new save.
Just a suggestion, reserve a number for stopping the playback as well. Wouldn't be a bad idea.
: it works and everything, i have tested it and stuff, but just on one pc.
: what i need to know is i want to have a button to run the dmod. you open this and then open the dmod, so rather than a frontend, you just click the button. how do i do this? the mp3 program goes right into the dmod folder, and the mp3s are in the sound dir. i think i have to do a "shell" or something, but i have no idea of how to do that.
Could you send me the source to my email? Then I'll try adding what I think it is you want, with heavy comments, so you'll understand it, and then send it back to you. If that's ok with you.
There is a way better way playing mp3s than using components like that... using the MCI API or so.. cause I'm not sure that the windows media player component is the same in every version of windows. But the API is a tricky thing, and sorta hard to teach right here, right now... that's my first comment.
: anyway, what the program does is searches for a save file, from 1000 to 1999 every 3 seconds. then, if it finds it, it plays 1001.mp3, 1002.mp3 etc. when it finds a save that is not for one already playing, it deletes the save for the one already playing and plays the mp3 of the new save.
Just a suggestion, reserve a number for stopping the playback as well. Wouldn't be a bad idea.

: it works and everything, i have tested it and stuff, but just on one pc.
: what i need to know is i want to have a button to run the dmod. you open this and then open the dmod, so rather than a frontend, you just click the button. how do i do this? the mp3 program goes right into the dmod folder, and the mp3s are in the sound dir. i think i have to do a "shell" or something, but i have no idea of how to do that.
Could you send me the source to my email? Then I'll try adding what I think it is you want, with heavy comments, so you'll understand it, and then send it back to you. If that's ok with you.
i will send it today
: i will send it today
Hey, if you ever get this working, could you let me know? Email, on the board, aim, something...I check email and board pretty often
Thanks
Hey, if you ever get this working, could you let me know? Email, on the board, aim, something...I check email and board pretty often
Thanks
: : i will send it today
: Hey, if you ever get this working, could you let me know? Email, on the board, aim, something...I check email and board pretty often
: Thanks
it already works.
: Hey, if you ever get this working, could you let me know? Email, on the board, aim, something...I check email and board pretty often
: Thanks
it already works.
: : : i will send it today
: : Hey, if you ever get this working, could you let me know? Email, on the board, aim, something...I check email and board pretty often
: : Thanks
: it already works.
Well then!
Heh, gonna be nice and share?
: : Hey, if you ever get this working, could you let me know? Email, on the board, aim, something...I check email and board pretty often
: : Thanks
: it already works.
Well then!
Heh, gonna be nice and share?
