PDA

View Full Version : Visual Basic



monkeyhead
07-31-2003, 10:53 AM
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

Amarjit
07-31-2003, 12:10 PM
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..

monkeyhead
07-31-2003, 12:24 PM
i been there before and discover the turiol isnt that well explained

shn
08-01-2003, 06:01 PM
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..
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. ;)

monkeyhead
08-01-2003, 06:34 PM
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&#33; :angry:

shn
08-01-2003, 07:32 PM
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&#33; :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.

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/

Eradication
08-01-2003, 11:58 PM
Finally someone that respects Visual Basic, good job shn, *tear*.

For all you codist C++ bastards&#33; SUCK IT&#33;&#33; LOL&#33;&#33;

Xilo
08-02-2003, 12:07 AM
Visual Basic is a good peice of software. It&#39;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.

Eradication
08-02-2003, 12:38 AM
Xilo, do you have any examples for us? Bad habits?


Anyways monkeyhead what you want is this:

DirectX 9.0b SDK (http://www.microsoft.com/downloads/details.aspx?FamilyId=1D97F320-9DFD-4E7A-B947-3A037CCF84AF&displaylang=en)

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.

Supernode
08-02-2003, 09:57 AM
Now we talking B)

Amarjit
08-02-2003, 10:27 AM
VB&#39;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&#39;t access the system resources, so it&#39;s pretty useless, something like Norton Utilities could not be produced in BASIC. And finally, good games can&#39;t be made in VB anyway :rolleyes:.


For all you codist C++ bastards&#33; SUCK IT&#33;&#33; LOL&#33;&#33;

Okay then, why don&#39;t you go straight down and start programming in machine code, I&#39;d like to see you do that ... :P

monkeyhead
08-02-2003, 11:02 AM
we are goin a bit off topic arnt we1 :P

Supernode
08-02-2003, 03:47 PM
OK, Ihate BV now&#33; Or not? I have the cd:s or visual studio.net 2003, wpould I install c++ and nothing more?
2800&#036; :ph34r:

Xilo
08-02-2003, 03:58 PM
Just install all the crap in Visual Studio...

lynx
08-02-2003, 05:55 PM
Delphi.

I&#39;ve seen a fully functional media player created in 30 seconds.
Ok, nothing too flash about it, probably didn&#39;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.

Xilo
08-02-2003, 06:00 PM
Never tried messing with Delphi... How does it compare to something like c++?

lynx
08-02-2003, 06:35 PM
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.

Eradication
08-02-2003, 11:00 PM
C++ this, C++ that. Gawd, I guess you guys are right :(

I&#39;m sorry Xilo, I&#39;m sorry everyone, I&#39;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:

Xilo
08-02-2003, 11:10 PM
Visual Studio .NET is great. It&#39;s just a little confusing going from 6.0 to .NET... :P

monkeyhead
08-03-2003, 09:26 AM
Good luck Monkeyhead on your VB media playerthanks