Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
cd player in vb6.0
Name: RazorXP Date: April 14, 2004 at 11:15:12 Pacific OS: windows xp CPU/Ram: 1.4 amd
Comment:
yea we have to rite a cd player in visual basic 6.0 and i was just wondering if anybody could help me figure it out...as of now i am clueless of how to do it thx
Name: chris77515 Date: April 14, 2004 at 11:31:15 Pacific
Reply:
Hi,
May be you can autodetect if ou have an CD inside the drive or not.
0
Response Number 2
Name: StuartS Date: April 14, 2004 at 11:38:44 Pacific
Reply:
Use the Microsoft Mulitmedia Control (MCI). All the functions to control a CD player are there. All you have to do is design the interface.
Put the MCI control on a form, highlight it and press F1. This will give you a description of the all the methods, properties and events of the MCI
Stuart
0
Response Number 3
Name: RazorXP Date: April 14, 2004 at 17:56:47 Pacific
Reply:
this is for a class remember stuart...thx for the help though....like i need to show my teacher code =/
0
Response Number 4
Name: StuartS Date: April 14, 2004 at 19:29:28 Pacific
Reply:
RazorXP,
Even if the project is for a class, there's is still a lot of work to be done to make a workable programme.
The MCI control is an intrinsic part of VB and I sure your tutor would expect you to use it, just the same way you would use the Common Dialogue Control to load and save files within VB.
If he has told you not to use the MCI control he has left you with one hell of a taks. Loading and playing a multimedia file of CD is no trivial task.
Any one not using the MCI control to control a CD player is just re-inventing the wheel. The only other way to do it is to use a lot of API calls - and that could take ages to learn. There are no intrinsic functions in VB to access multimedia files on a CD.
Stuart
0
Response Number 5
Name: RazorXP Date: April 15, 2004 at 08:01:26 Pacific
Summary: hi friend i am sending a prog in VB6.0. I want to see total number of records in the form of VB. In backend i am using Access i want a button on form that can tell me the no of records e...