This is my first real program in delphi. I desided I'd make a media player since I love listening to music. I have only been programming in delphi for a few hours so be nice, and please vote.
File List:
DelphMedia.dcu
7Kb
DelphMedia.ddp
51b
DelphMedia.dfm
5Kb
DelphMedia.pas
3Kb
DelphMedia.~ddp
51b
DelphMedia.~dfm
4Kb
DelphMedia.~pas
1Kb
Project1.cfg
422b
Project1.dof
2Kb
Project1.dpr
332b
Project1.res
1Kb
Project1.~dpr
200b
Unit1.dcu
3Kb
Unit1.dfm
337b
Unit1.pas
319b
Unit3.dcu
3Kb
Unit3.dfm
99b
Unit3.pas
289b
Similar code
MP3 PLAYER
(Popularity: ) : This is MP3 and Wav player. It has got several features like: continuous play, shuffle, repeat, volume control, balance control ... CD Player
(Popularity: ) : You can play CDs with this program. Furthermore the registry is used to save the properties left and top of ... WinampPanel8
(Popularity: ) : A panel which has the user interface of winamp, including the ability to change skins. The bitmaps in it are ... Using sounds in Delphi Applications
(Popularity: ) : This code is designed to show people how to use a media in their application. It's very useful for things ... The Secret of WAV
(Popularity: ) : Making wav sound format file. RIFF (Resource Interchange File Format) is a format by Microsoft and IBM which is similar ... WinampPanel24
(Popularity: ) : Same as WinampPanel8, only with 24bit images. Record From Microphone to Wave File
(Popularity: ) : I wrote this in Delphi 6. This Code Records from your Microphone and Saves it to the Hard drive as ...