Search results for query: *

  • Users: MJCM
  • Content: Threads
  • Order by date
  1. M

    Question Wake up my NAS Question

    Hi Guys, I have a small problem and I have no idea how to fix it. I am copying files from time to time to my NAS (drive: Y:\) via Console Application which I want to Schedule. My NAS sometimes goes to sleep (HDD stop spinning) after a period of not using it. And when I try to copy files and...
  2. M

    Secure File Delete Question

    Hi, I am working on a .Net application, the application use System.IO.File.Delete method to delete files, but those deleted files can be restored through special "undelete software". Is there a way around this ?? I know you can buy "eraser" utils, but i want to handle this from the program...
  3. M

    Byte Array to String - Encoding question

    I have the following piece of code to convert a Byte Array to a String, but there is something going wrong with the encoding !! Sub Main() Dim fs As FileStream ' file.bin is a binary file ! fs = New FileStream("d:\file.bin", FileMode.Open, FileAccess.Read) Dim bytes(fs.Length) As Byte...
  4. M

    Two Short Questions (maybe long answers) binary search

    Hi, I am a beginner in VB.NET(2005) and I have 2 questions ! 1) Is it possible in a listview to number the individual lines? 2) Is it possible to search in a binary file. The reason why i ask this, is because i want to get the title and the artist out of a m4a file. And i found out with a hex...
Back
Top