Hi guys i'm new here (also VB .NET) and I am getting dialog "Overflow Exception was Unhandled" when i try to play BIG Files on my MP3 Player Code which i got off the Net, how can i solve this???? Sorry if it's a puny mistake i've made, Thanks
P.S I'm using Visual Studio 2010 Ultimate
iPoor 0 Newbie Poster
Recommended Answers
Jump to PostThat error happens when you try to fit a vaue into a type that can't hold it, like putting a number over 2,147,483,647 into an integer. It won't fit, 'overflowing' and causing an error.
Your question makes it sound like this is a piece of software you are using rather …
Jump to PostOf course! And while you're at it, post the value of BIG. We still haven't the faintest idea how big, BIG is.
All 8 Replies
hericles 289 Master Poster Featured Poster
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
iPoor 0 Newbie Poster
iPoor 0 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
iPoor 0 Newbie Poster
Reverend Jim 5,225 Hi, I'm Jim, one of DaniWeb's moderators. Moderator Featured Poster
iPoor 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.