files

  1. V

    Recursive file searching

    Hi. I have some code which recursively searches for files on a folder. The problem is I want it to change a boolean value once it has completed. I don't mean once it gets to the end of the sub, I mean once it's literally finished. I had to code it the way it is otherwise I would have gotten...
  2. S

    Question File System Stuff

    Hi guys, I am working on a recording program, that records instrument data via a serial connection along with screen shots from 4 displays and mono audio from 10 positions, this is all working fine, my problem seems to be when saving and compressing the files. Currently i have two directories...
  3. jlcruzAME

    Suggestions for Multiple File Upload

    Currently I have a single file upload item on a page but I am in the process of looking for something to use where the user can select multiple files and upload them at the same time. So far I've seen an AJAX uploader and something that uses Silverlight, although their demo and tutorial videos...
  4. nK0de

    uploading files (.pdf, .docx, .xls) to SQL Server from a Windows application

    I did quite a lot of research on Google on this topic but didn't come across anything useful and clear. How can I upload files such as .pdf, .docx to SQL Server 2008 from a Windows application? A description on what datatypes to use on SQL Server and what classes to use in the VB.NET code would...
  5. S

    Question Splitting Large Files

    Hello, I'm working on trying to split a large file from say 3gb to multiple 500mb files with a .1, .2, .3 etc... extension. My output is one 500mb file and one 28kb file. I can't figure out what I'm missing to continue reading the filestream into the 2nd split file. here is my code so far...
  6. 1

    Question How do I send a file over the network

    I ahve tried using the code: My.Computer.Network.UploadFile("C:\Users\Phillip\Desktop\test.txt", "http://10.0.0.2/c:/text.txt", "my username, "mypassword") but it does not work... whats the proper format for entering a location to a computer over the network? Also... whats a way to send a...
  7. X

    Question TTH (Tiger Tree Hash) ?

    Hi, I'm trying to figure out how to make a TTH (Tiger Tree Hash). Any help would that would also be much appreciated.
  8. T

    Question Use Windows Service to access files over a network

    Greetings everyone, Let me preface this by saying I have read other posts on this board that describe the problem I am having but I am not understanding the solutions, and I need some help. I need to create a Windows Service that involves being able to access and move files saved on the...
  9. A

    Question What is the best control (standard/custom) for displaying list of files?

    I'm developing a Desktop Search Engine in VB.NET and I'm looking for a powerful, flexible and feature-rich control for displaying the search results i.e. list of files.
Back
Top