Search results for query: *

  • Users: Joshdbr
  • Content: Threads
  • Order by date
  1. J

    Answered Copying an entire directory to an FTP server

    Hi,Does anyone here know of a way to copy an entire directory (with sub-folders and files) to an FTP server? The WebClient and FTPWebRequest classes didn't seem to work, is there another way or am I missing something?Thanks-Josh
  2. J

    Question Retrieving ID3 (Tag) info from an MP4 file

    Hi, I have been puzzling over this for a while. I've searched Google and found several projects for getting MP3 tags and WMA, but no MP4. Does anyone have any ideas? Thanks -Josh
  3. J

    Question Blocking specific IP addresses with Sockets

    Hi, I am trying to make a website filtering application and am currently using Windows Firewall to block IP address. I would like to use sockets or API to do this instead of using the firewall, seeing as though a user might not want the Windows Firewall enabled. Can anyone point me in the right...
  4. J

    Question StackOverflowExecption was unhandled

    Hi, thanks for reading, What I have is a user control that has two RichTextBoxes. In the user control, there is RichTextBox1's TextChanged event, I want it to set RichTextBox2's Text to the same as RichTextBox1's Text, I'm currently using: RichTextBox2.Text = RichTextBox1.Text The user...
Back
Top