Hi! I have a button_click event with Handles button.Click and when i click on that the event doesn't fire. Why it´s happens?! Thank all! Kosta
K
Kosta Pereira
@Kosta Pereira
Posts
-
button_click does not work -
Shadow user with another oneHi! How can i copy a file into another computer send de command with the credentials of another user. I used windows authenticated and now i want to do: FileCopy("sourcepath", "destpath") but do this by another user who not the windows user on the machine. Kosta
-
Copy fileHow can i copy file from a server? This is without any kind of sharing. i used this: System.IO.File.Copy("soucePath", "detpath") but return this message: Could not find file "sourcepath" and in the file system the file is in here. thank for all! Kosta
-
Copy file to diferent domainHi! How can i copy a file to a diferent domain? Use vb.NET language and do not share a folder option. Is it possible? Thank all. Kosta