Search results for query: *

  1. D

    Getting user name and extra info

    For an application I am working on, need to get data from the "documents and settings/<user>/" directory. How would I got about getting the needed info for getting this directory? By this I mean how could I get the user name and the drive letter (incase windows isn't installed to the c: drive).
  2. D

    XML file tutorial?

    Does anyone know where to find a good XML file tutorial? I have always used INI files in the past, and since I am now learning .NET I figure I need to go with the times and begin using XML files. What I am trying to do is save user settings in the file. The settings I need to save would be...
  3. D

    Fast file copy?

    Ok, I am new to VB.NET. Have been using VB6 for some time now. I had created some backup software in VB6 that used a faster file copy function then the standard VB file copy. I need help trying to convert this to VB.NET using the .NET file functions. I tthink it could be done using FileStrem...
Back
Top