Search results for query: *

  • Users: NJDubois
  • Content: Threads
  • Order by date
  1. 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...
  2. 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
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. N

    Fast and easy way to output directory tree to excel.

    I'm looking for a way to output a directory tree in some sort of format that I can paste it into an excel spreadsheet and send it to a client. I have been up and down google, found many code snippets and applications that promise to do this but don't actually deliver what I need. I found one...
  11. N

    outputting textfile in right format for PHP

    I'm trying to do a bulk find and replace for about 50 php scripts I've written. The problem is that when I upload the new files, the format of the text is causing issues and if you know anything about php, this is the error I'm getting : Warning: session_start() [function.session-start]...
  12. N

    Getting Filename and not only the directory from FileSystemEventArgs

    I've been trying to get the download settings for different browsers, and in my research found some code that watches the file system for changes. Perfect! But I cannot get the filename, its always the directory. All the help I am reading says that e.name should work, but it again, only...
  13. N

    Getting currently set download path from all current web browsers.

    I am downloading audio files from 3 to 4 different source webpages. Each webpage works and handles differently so certain source sites work well in IE, while this one will work well in Firefox...and so on. I need to convert these files if they are not already mp3, rename it, do an ftp upload...
  14. N

    File isn't available to visual basic....

    I'm trying to convert audio files from AU to MP3 that are stored with dropbox. The audio file is downloaded to the dropbox client folder in windows, and then my application would be ran. While trying to convert the file, I run into file in use issues. So I use this bit of code to determine if...
  15. N

    problems doing ftp upload

    I wrote this program to do a simple ftp upload. Its always an audio file, and if its not an mp3 I need to convert it. The only other format is .au files, and the error is only thrown when its not an mp3 to begin with. If I were to run the program again, only this time with the newly converted...
  16. N

    Enter Parameter Value..but no forms, no queries nothing ??

    Searching the net, I read someone is getting this error because they are using some other part of access. I am just using access to store data, I do all the work in a vb.net program. There are many different versions of the database. The ones I have used as the project progressed and a few we...
  17. N

    printing issues caused by difference in printers.

    I designed this software to work with a database, and print custom reports made for my client. Really straight forward stuff, print at this x and y....thats that. The printer I used in development had two paper feed guides that kept the stock centered in the paper tray. So no matter what type...
  18. N

    COM Exception was unhandled, Invalid authorization specification.

    In the following bunch of code, I get an Invalid Authorization Specification Error. I find search results with that error, but never anything related to what I am doing =( Dim SQL_Conn_Obj As New ADODB.Connection Dim RecSet As New ADODB.Recordset Dim filename As String =...
  19. N

    Sorting 2 lists based on only one of the lists.

    Ok, interesting question that I am sure has to have an easy solution. I have two lists. One list is a list of names, the other list is a list of how many times each name is found in the first list noted in the database so... Nick John Jim Jack is the firs tlist 10 13 13 2 is the second...
  20. N

    Odd and frustrating problem.

    Hi .net community! Having an odd issue with visual studio 08 express where I add a control, run the program and the new control isn't there? Its in visual basis, its a rather large project... I guess. I think I hit a key combination that is causing it to lock something. Because it no longer...
Back
Top