Un1 BoMb3r Posted January 13, 2010 Member ID: 63 Group: **- Inactive Registered Users Followers: 0 Topic Count: 9 Topics Per Day: 0.00 Content Count: 49 Content Per Day: 0.01 Reputation: 0 Achievement Points: 335 Solved Content: 0 Days Won: 0 Joined: 09/02/09 Status: Offline Last Seen: Never Birthday: 10/31/1992 Posted January 13, 2010 Hey i was wondering if there was anyone here who is Good with VB and would know how to make a Form load up a (Random) song that i have put into it instead of a Set playlist of songs?
Ph4nt0m Posted January 13, 2010 Member ID: 1 Group: **- Inactive Registered Users Followers: 39 Topic Count: 162 Topics Per Day: 0.03 Content Count: 1909 Content Per Day: 0.39 Reputation: 121 Achievement Points: 11489 Solved Content: 0 Days Won: 1 Joined: 12/06/11 Status: Offline Last Seen: January 4, 2020 Birthday: 06/28/1975 Posted January 13, 2010 I take it you mean VB.NET ?
Un1 BoMb3r Posted January 13, 2010 Member ID: 63 Group: **- Inactive Registered Users Followers: 0 Topic Count: 9 Topics Per Day: 0.00 Content Count: 49 Content Per Day: 0.01 Reputation: 0 Achievement Points: 335 Solved Content: 0 Days Won: 0 Joined: 09/02/09 Status: Offline Last Seen: Never Birthday: 10/31/1992 Author Posted January 13, 2010 Ill paste the code because its more or less an uncloseable program in which im making for a final project
Un1 BoMb3r Posted January 13, 2010 Member ID: 63 Group: **- Inactive Registered Users Followers: 0 Topic Count: 9 Topics Per Day: 0.00 Content Count: 49 Content Per Day: 0.01 Reputation: 0 Achievement Points: 335 Solved Content: 0 Days Won: 0 Joined: 09/02/09 Status: Offline Last Seen: Never Birthday: 10/31/1992 Author Posted January 13, 2010
Un1 BoMb3r Posted January 13, 2010 Member ID: 63 Group: **- Inactive Registered Users Followers: 0 Topic Count: 9 Topics Per Day: 0.00 Content Count: 49 Content Per Day: 0.01 Reputation: 0 Achievement Points: 335 Solved Content: 0 Days Won: 0 Joined: 09/02/09 Status: Offline Last Seen: Never Birthday: 10/31/1992 Author Posted January 13, 2010 Or if there is a way to code a button into forcing the program into the next song
Ph4nt0m Posted January 14, 2010 Member ID: 1 Group: **- Inactive Registered Users Followers: 39 Topic Count: 162 Topics Per Day: 0.03 Content Count: 1909 Content Per Day: 0.39 Reputation: 121 Achievement Points: 11489 Solved Content: 0 Days Won: 1 Joined: 12/06/11 Status: Offline Last Seen: January 4, 2020 Birthday: 06/28/1975 Posted January 14, 2010 Looking at your code I'm presuming that you've calculated the total run time for all the tracks and then started a timer running to play the next track at a given time,
Un1 BoMb3r Posted January 14, 2010 Member ID: 63 Group: **- Inactive Registered Users Followers: 0 Topic Count: 9 Topics Per Day: 0.00 Content Count: 49 Content Per Day: 0.01 Reputation: 0 Achievement Points: 335 Solved Content: 0 Days Won: 0 Joined: 09/02/09 Status: Offline Last Seen: Never Birthday: 10/31/1992 Author Posted January 14, 2010 Alright This is some stuff that i threw together with this being a beginner class. I would love to figure out how you do it if you dont mind.
Ph4nt0m Posted January 14, 2010 Member ID: 1 Group: **- Inactive Registered Users Followers: 39 Topic Count: 162 Topics Per Day: 0.03 Content Count: 1909 Content Per Day: 0.39 Reputation: 121 Achievement Points: 11489 Solved Content: 0 Days Won: 1 Joined: 12/06/11 Status: Offline Last Seen: January 4, 2020 Birthday: 06/28/1975 Posted January 14, 2010 Just so were on the same page, this is VB.NET isnt it and not standard VB ?
Un1 BoMb3r Posted January 14, 2010 Member ID: 63 Group: **- Inactive Registered Users Followers: 0 Topic Count: 9 Topics Per Day: 0.00 Content Count: 49 Content Per Day: 0.01 Reputation: 0 Achievement Points: 335 Solved Content: 0 Days Won: 0 Joined: 09/02/09 Status: Offline Last Seen: Never Birthday: 10/31/1992 Author Posted January 14, 2010 Its standard VB not .net
Ph4nt0m Posted January 14, 2010 Member ID: 1 Group: **- Inactive Registered Users Followers: 39 Topic Count: 162 Topics Per Day: 0.03 Content Count: 1909 Content Per Day: 0.39 Reputation: 121 Achievement Points: 11489 Solved Content: 0 Days Won: 1 Joined: 12/06/11 Status: Offline Last Seen: January 4, 2020 Birthday: 06/28/1975 Posted January 14, 2010 Ok, it's been years since I did anything with VB6 but one thing for sure is that really for any kind of media player, you should be using the windows media player control, this will enable you to play other file formats too instead of just WAV,
Recommended Posts