Has any one ever build a mp3 player using visual basic if so please can you point me in the right direction for a good detail tutorioal?
many thanks Monkeyhead
Printable View
Has any one ever build a mp3 player using visual basic if so please can you point me in the right direction for a good detail tutorioal?
many thanks Monkeyhead
Use this website:
http://www.developerfusion.com/show/62/
But I don't see the point in developing it in VB, it'll be slow and a big file. You're better off using a high-level language such as C/C++, C/J# etc..
i been there before and discover the turiol isnt that well explained
Theres no since in him attempting to implement a high level language such as C++ if he doesnt have the "high level" knowledge. <_<. If he has no programming experience at all then vb might be the his best bet for now, depending on what he wants to code. ;)Quote:
Originally posted by Amarjit@31 July 2003 - 06:10
Use this website:
http://www.developerfusion.com/show/62/
But I don't see the point in developing it in VB, it'll be slow and a big file. You're better off using a high-level language such as C/C++, C/J# etc..
why you so negative for? <_< you cant learn things by starting of as an advance user you learn by mistakes starting of as an beginnger going through to advance! :angry:
Were you reffering to me? If so, I wasnt being negative at all. Im telling you the truth. You cant code anything in C++ if you dont know what your doing. I was merely implying that vb would be better for you because a lot of beginners start out with vb and it helps them better understand the nature of coding.Quote:
Originally posted by monkeyhead@1 August 2003 - 12:34
why you so negative for? <_< you cant learn things by starting of as an advance user you learn by mistakes starting of as an beginnger going through to advance! :angry:
You can of course choose not to take my friendly advice and try to code in C++ but I can assure you it isnt worth the waste of time. Try out vb, make a couple of simple programs and go from there.
Btw this might help http://www.free-ed.net/fr03/lfc/030202/120/
Finally someone that respects Visual Basic, good job shn, *tear*.
For all you codist C++ bastards! SUCK IT!! LOL!!
Visual Basic is a good peice of software. It's good for making small stuff and misc apps and that. Its just that it teaches you bad programming habits and styles and the workflow is considerably different then other programming languages.
Xilo, do you have any examples for us? Bad habits?
Anyways monkeyhead what you want is this:
DirectX 9.0b SDK
This allows you to create mp3 players, games, etc. A LOT easier, it comes with samples, source code, and everythinig you need to have the best Visual Basic experience. I believe it might only work for .NET though, not sure.
Now we talking B)
VB's crap, for most demanding applications, the programs run incredibly slow create huge executables and the "unreal" language limits your power, for example, you can't access the system resources, so it's pretty useless, something like Norton Utilities could not be produced in BASIC. And finally, good games can't be made in VB anyway :rolleyes:.
Okay then, why don't you go straight down and start programming in machine code, I'd like to see you do that ... :PQuote:
For all you codist C++ bastards! SUCK IT!! LOL!!
we are goin a bit off topic arnt we1 :P
OK, Ihate BV now! Or not? I have the cd:s or visual studio.net 2003, wpould I install c++ and nothing more?
2800$ :ph34r:
Just install all the crap in Visual Studio...
Delphi.
I've seen a fully functional media player created in 30 seconds.
Ok, nothing too flash about it, probably didn't support drag&drop etc, but it worked.
The guy who did it in 30 seconds was something of an expert, but most of us on the seminar could have done the same in about 2 mins.
Easy as VB, no massive program overheads, teaches you correct programming skills too.
Never tried messing with Delphi... How does it compare to something like c++?
Easier to use IMO, but of course you need to learn pascal as the underlying language. Pascal is traditionally more structured and less ambiguous than c (and therefore c++), and consequently gives you tighter progs with fewer possibilities for things like memory leaks, uninitialised data/pointers etc.
C++ this, C++ that. Gawd, I guess you guys are right :(
I'm sorry Xilo, I'm sorry everyone, I'm a VB.NET extremist :lol:
But yeah VB.NET is pretty good for fast stuff, like a media player and/or video player using DirectX. Good luck Monkeyhead on your VB media player :rolleyes:
Visual Studio .NET is great. It's just a little confusing going from 6.0 to .NET... :P
thanksQuote:
Good luck Monkeyhead on your VB media player