Search results for query: *

  1. T

    Reading free drive space

    I found this thread. i can get all this to work but i would like it to do a few more things for me. I would like it to show the percentage left as well. i.e. c: = 34% free and also i would like to pick on computer on the network. is this possible?
  2. T

    Security Permissions

    this is windows program,
  3. T

    Security Permissions

    I've nearly finshed one of my programs now for work. I have put in on one of the servers at work. But some of the program works and some of if doesn't, it say that i don't have the security permissons. I get two messages. 1st when program launchs Microsoft .Net Secruity Information...
  4. T

    Timeout not timer?

    how would i go about doing this as im still very new to programming.
  5. T

    Timeout not timer?

    I found this code on a search of the fourm, this is some that i need to be able to do in my little program, but when i add in your thread.sleep(5000) is says its not delclaried. What do i need to delclaried as? The code that i'm using is, where do i add in the line of code...
  6. T

    Creating a New Folder name from Inputbox

    I am trying to work a out a piece of code for alouwing me to create folder on a network drive, from what i enter in an input box. I.E. Inputbox loads ----> "ENTER FOLDER NAME" createfolder \\server\users\"ENTER FOLDER NAME" How would i go about doing this? iv been hunting around the net for...
  7. T

    Mapping a network drive

    How would i write a command line in visual basic .net to map a network drive?
  8. T

    Newbie needs Help!!

    What i am trying to do is the following: - im using the on a button To copy files from users directory to anohter place on the network once a week for reviewing. the code iv got working so far is: - Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
Back
Top