Search results for query: *

  1. N

    WMPlib question.

    hmmm. That may actually have given me an idea! Thanks!
  2. N

    WMPlib question.

    More info, more direct detailed question: I have an app in vb.net that plays mp3 files using the WMPlib. On my system the file duration reads correctly. 10 minutes and some odd seconds. On a clients system it reads as 5 minutes and some odd seconds. When I remote into the clients system I can...
  3. N

    WMPlib question.

    I'm sure I have posted questions pertaining to this issue before. What is happening is I have an app I wrote in vb.net that converts audio files using opensource converters. Then the Windows Media Player library to play the mp3 back. The problem is it doesn't read the correct audio file...
  4. N

    When battery is at 100, can you disconnect it?

    I guess I should have included that the ac would still be attached? A buddy asked if I could write the app. I kinda figured it was a very low level operation but figured you never know till you ask right? Thanks for the fast reply! Nick
  5. N

    When battery is at 100, can you disconnect it?

    Can't google it, get all sorts of weird answers and am curious. Can I write an app that runs in the background, and when the battery is fully charged software disconnects it from the charger? Like there is no battery in the laptop? Just want to know if it is possible? Thanks Nick
  6. N

    Wrong audio file duration issue.

    Update: I tried using SoX to convert the file and windows media reads the correct duration. Must be ffmpeg.
  7. N

    Wrong audio file duration issue.

    Bare with me! I ask here as I am unsure where else to ask! I have a vb.net app that converts downloaded audio files from AU to MP3 using ffmpeg. Once the file is converted it automatically starts playing the file using WMPLib. First it sets a trackbar to match the audio files duration, and...
  8. N

    tips on how to convert odd wave file format?

    Hello hello! I'd like to submit a question to the panel! Please, mercy! hehe. Here is the situ. I need to take downloaded audio files, convert them to mp3, name them based on data from a mysql database, link this new name to that mysql record, and ftp upload to the host. I have all of this...
  9. N

    Questions about what host you are using, and why.

    First host I have found that appeals to me Hosting | Web Hosting by Arvixe I love that they talk of developer friendly mentality.
  10. N

    Questions about what host you are using, and why.

    I'm sorry if this post is kind of a big mess of thoughts. I'm really lost when it comes to the server level and am use to just uploading my page and it going. Some of you may have noticed my recent posts about godaddy, and getting my asp.net/mvc app uploaded and running. The root of my issue...
  11. N

    Trying to publish site. 500 internal server error. Godaddy = Useless.

    Alright, here is an update! Making progress. My plan with godaddy doesn't provide logs? Or, if there was a log, it would be in the server directory. Not sure what the rep said. BUT, he had me disable custom errors and now I am getting what I expected to get. "The application attempted to...
  12. N

    Trying to publish site. 500 internal server error. Godaddy = Useless.

    I have always considered the developers console to be for client side errors. I didn't even think to look at it. Based on the output, it doesn't seem like my error is having any additional info outputted into the console. This is why you want me to look at the servers logs right? Going to be...
  13. N

    Trying to publish site. 500 internal server error. Godaddy = Useless.

    So far, it seems that GoDaddy is off the hook. I created a new template MVC project. Just bare bones, changed nothing. Published it, uploaded, and it works. BUT! When I click the register link, it gives me an error inside the application. You can see this at nickscanvas.com So it seems...
  14. N

    Trying to publish site. 500 internal server error. Godaddy = Useless.

    Thank you for the reply! I am not trying to debug it, I'm trying to post it. Have a website up! When I "run" it from visual studios everything works, is that the same as making sure it works when hosted in IIS locally? Or is there more to that? Again, thanks for the reply. I am still...
  15. N

    Trying to publish site. 500 internal server error. Godaddy = Useless.

    Hey all! Having a problem over here and I'm not quite sure what to do about it. Trying to learn MVC/C#/ASP.NET and doing great, but when I publish and upload my site I run into issues. The site is at nickscanvas.com and I'm getting a 500 error. It has something to do with the web config...
  16. N

    Brainstorming: Reasons why System.IO.FileSystemWatcher() wont pick up a new file.

    I have written a program that watches the file system for a download, checks to see if the file is an audio file, and check to see if it needs to be converted to mp3 using SOX. Once all that is done, the app allows the user to find a matching record in a database and attach the mp3 to that...
  17. N

    Trying to automate downloads.

    I started doing some research on webclients, and downloading streams of data. I found this, and it solved my problem. download - Save MP3 file from URL in VB.NET - Stack Overflow The first and, at this time only answer worked like a charm! Thanks for pointing me in the right direction...
  18. N

    Trying to automate downloads.

    I have a service, I log in and it provides me with an html based report of phone calls. There is a link to a jsp file that when you click it it starts a download of the audio file for that phone call. If I right click on this link and copy the address it looks a little like this (I changes...
  19. N

    Non Windows Directory Characters in URL while downloading file with myWebClient

    Nevermind! Solved! It had something to do with the input file be delimited with vbcrlf. changed to another character, problem solved! thanks anyways. Nick
  20. N

    Non Windows Directory Characters in URL while downloading file with myWebClient

    Ok, I hope this isn't to confusing. Tried to explain my problem as best as I can! The error I get is : {System.Net.WebException: An exception occurred during a WebClient request. ---> System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path...
Back
Top