Click here to Skip to main content
15,908,172 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TextBox_Leave event only fired when move mouse to other control in vb.net 2005 Pin
Eddy Vluggen17-Aug-10 10:20
professionalEddy Vluggen17-Aug-10 10:20 
GeneralRe: TextBox_Leave event only fired when move mouse to other control in vb.net 2005 Pin
Andraw Tang17-Aug-10 10:29
Andraw Tang17-Aug-10 10:29 
GeneralRe: TextBox_Leave event only fired when move mouse to other control in vb.net 2005 Pin
Eddy Vluggen17-Aug-10 11:00
professionalEddy Vluggen17-Aug-10 11:00 
GeneralRe: TextBox_Leave event only fired when move mouse to other control in vb.net 2005 Pin
Andraw Tang17-Aug-10 11:15
Andraw Tang17-Aug-10 11:15 
GeneralRe: TextBox_Leave event only fired when move mouse to other control in vb.net 2005 Pin
Eddy Vluggen17-Aug-10 11:47
professionalEddy Vluggen17-Aug-10 11:47 
AnswerRe: TextBox_Leave event only fired when move mouse to other control in vb.net 2005 Pin
nikhilhegde00717-Aug-10 21:40
nikhilhegde00717-Aug-10 21:40 
GeneralRe: TextBox_Leave event only fired when move mouse to other control in vb.net 2005 Pin
Andraw Tang18-Aug-10 4:27
Andraw Tang18-Aug-10 4:27 
QuestionFile.Delete Method Pin
98fireblade17-Aug-10 5:08
98fireblade17-Aug-10 5:08 
I'm trying to delete a file on a remote server using VB.Net and the File.Delete method but I get an Access Denied Exception. I have full Admin rights to the server and file in question and I have no issues deleting the file using windows explorer. I can also delete files and folders on the server, it's just files in one particular folder that causes the issue, and no the file does not appear to be in use.

The code looks something like this...

Imports System.IO.File
Imports System.IO

if file.exists(path) then
   try
      file.delete(path)
      msgbox("File Deleted")
   catch ex as exception 
      msgbox("Unable to Delete File!")
   end try
else
   msgbox("File Doesn't Exist!")
end if


Please Help.
AnswerRe: File.Delete Method Pin
David Mujica17-Aug-10 5:22
David Mujica17-Aug-10 5:22 
GeneralRe: File.Delete Method Pin
98fireblade17-Aug-10 5:29
98fireblade17-Aug-10 5:29 
AnswerRe: File.Delete Method Pin
dan!sh 17-Aug-10 5:39
professional dan!sh 17-Aug-10 5:39 
GeneralRe: File.Delete Method Pin
98fireblade17-Aug-10 5:42
98fireblade17-Aug-10 5:42 
AnswerRe: File.Delete Method Pin
Luc Pattyn17-Aug-10 5:52
sitebuilderLuc Pattyn17-Aug-10 5:52 
GeneralRe: File.Delete Method Pin
98fireblade17-Aug-10 6:34
98fireblade17-Aug-10 6:34 
GeneralRe: File.Delete Method Pin
Eddy Vluggen17-Aug-10 8:55
professionalEddy Vluggen17-Aug-10 8:55 
AnswerRe: File.Delete Method Pin
Dave Kreskowiak17-Aug-10 6:22
mveDave Kreskowiak17-Aug-10 6:22 
GeneralRe: File.Delete Method Pin
98fireblade17-Aug-10 7:11
98fireblade17-Aug-10 7:11 
GeneralRe: File.Delete Method Pin
98fireblade17-Aug-10 8:30
98fireblade17-Aug-10 8:30 
GeneralRe: File.Delete Method Pin
ChandraRam18-Aug-10 2:48
ChandraRam18-Aug-10 2:48 
QuestionMathmL control for math operations [modified] Pin
selpra17-Aug-10 1:40
selpra17-Aug-10 1:40 
AnswerRe: MathmL control for math operations Pin
Richard MacCutchan17-Aug-10 2:05
mveRichard MacCutchan17-Aug-10 2:05 
QuestionPDF creating Pin
JR21217-Aug-10 1:38
JR21217-Aug-10 1:38 
AnswerRe: PDF creating Pin
Dave Kreskowiak17-Aug-10 3:32
mveDave Kreskowiak17-Aug-10 3:32 
GeneralRe: PDF creating Pin
JR21217-Aug-10 3:35
JR21217-Aug-10 3:35 
GeneralRe: PDF creating Pin
JR21219-Aug-10 21:46
JR21219-Aug-10 21:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.