Search results for query: *

  • Users: taz-uk
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. T

    Mapping a network drive

    How would i write a command line in visual basic .net to map a network drive?
  4. 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