![]() |
![]() |
Digg! This Page
I like my DuMPYes, you heard me right... I like my DuMP... ... ... ... ... NO! You dirty minded fools! Not the poop sort of dump, but Dale's Unique Music Player. It's a new media player I am making which is compatible on, dare I say it, Vista... as well as other operating systems like XP. At the moment the development has only really started this morning so there is not really a whole lot of goodies to talk about or to see/hear. The development page for DuMP is located in the Programs tab at the top of the site. Comments:
22nd Feb 2008 19:37Do I get to see the source code this time so I can take the p..., oh sorry I mean give constructive critism![]() By Dad
23rd Feb 2008 0:46No you can't... and anyways the code is off the top of my head from what I remember from your Beatles program. :)By Dale Hay
23rd Feb 2008 12:34Wow that was ages ago, that code was probably crap...You mentioned Visual Studio 2008 in a previous post..... If you've jummped from VS2003 to VS2008, don't forget to checkout the code syntax changes for VS2005, there's lots of shortcuts you may not be aware of that you couln't do in VS2003 like defining a varible a giving it a value at the same time, example: Dim i as Integer = 4 or For i as Integer = 0 to 9 Next But I'm sure you'll work it out... Yes if I see you source I can give you some advice You wanna see some of my source? Add modules to tutorial? By Dad
23rd Feb 2008 17:42Yeah I totally skipped VS2005. Ah so using:Dim i as Integer = 4 MsgBox(i) Is a cleaner way of this: Dim i as Integer i = 4 MsgBox(i) Also I am doing the music playing stuff through DirectX AudioVideoPlayback... as that's pretty simple. Audio.Play() ... though I am finding it annoying on how to stop a piece that is playing. I have tried Audio.Stop() also Audio.Stop() with Audio.Dispose() afterwards, but nothing seems to stop it. I have even tried: Audio.Stop() Audio.Dispose() Audio = Nothing Urgh. By Dale Hay
24th Feb 2008 2:28A little difficult to answer that without seeing more code......... You can't just say audio.stop...... did you start it correctly? Did you make an instance of it? like, Private dXAudio As Audio or Private WithEvents dXAudio As Audio so it's global to that class/module/form and not just in one subroutine/function. Did you start it by saying dxaudio.start (and not audio.start) and again, dxaudio.stop (not audio.stop)..... you have to have an instance of it. Does that make sense? It's late and I've been drinking![]() and yes, checkout VS2005 tutorials and "what's new" rather than VS2008 stuff which at the moment is kind of pointless. 2003 to 2005 had some dramatic (and good) code changes. and one last thing for now...... MsgBox(i) is not VB.NET!!!! It's VB6 code. Using 'legacy' code with make your programs run slower and less efficient than both the VB.NET equivalent and original VB6 versions. Keep a watch on that.... don't use things like: Chr$() or Mid() or vbCrLf and msgbox and many many more, they're all VB6 commands, use the proper .NET stuff, it's much better. Example (msgbox) MessageBox.Show (vbCrLf) Environment.Newline Anyway, too drunk to continue, good job, this would have ended up a book. By Dad
24th Feb 2008 2:34I've got it to work, I just had to stick a "Dim" thing in another place and it works fine. I've currently got it to (now) play, pause, stop. Also it has a timer on and all that stuff. :D I'm just about to upload a preview of my previous build (before I had the "stop" problem)By Dale Hay
24th Feb 2008 2:53OK that's good news.By Dad
24th Feb 2008 2:54Alckie.By Dale Hay
24th Feb 2008 3:02You're up late.... drinking too?By Dad
24th Feb 2008 4:09Nope.By Dale Hay
24th Feb 2008 11:24Your name gives another possible name for this - HuMP... Maybe you need a poll to find the name?! DuMP vs HuMPBy Jonny
24th Feb 2008 14:38What would the "H" stand for though?By Dale Hay
24th Feb 2008 17:11HAY!By Dad
24th Feb 2008 18:29Stupid Dale!! lolBy Jonny
12th Mar 2008 22:09Another update is due in a few days... I've just been really slacking at development.By Dale HayPost your comment... |
| Latest News Stories » BBC Breakfast Error... » Fact about December 26th » Creating a new online website idea » Analog TV Website Pages » Will It Blend? » MTV to remake Rocky Horror Picture Show |
Top Viewed Stories » PHP Mini Message Board Tutorial (1166) » PHP Search Engine Tutorial (431) » Helen Willetts Pregnant? (213) » Will It Blend? (185) » Create your own Image Uploader (176) » MTV to remake Rocky Horror Picture Show (160) |
Most Commented Stories » I like my DuMP (15) » Create your own Image Uploader (15) » PHP Mini Message Board Tutorial (9) » I'm on Wikipedia! (7) » Chocie Munchin Niece (6) » Life on Mars... (6) |
![]() ![]() |