Click here to Skip to main content
15,888,610 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncrystal report problem in after installation ? Pin
JC.KaNNaN29-Jun-09 4:44
JC.KaNNaN29-Jun-09 4:44 
AnswerRe: crystal report problem in after installation ? Pin
EliottA29-Jun-09 5:08
EliottA29-Jun-09 5:08 
QuestionHow to chek file is in Progress Pin
Anubhava Dimri29-Jun-09 0:46
Anubhava Dimri29-Jun-09 0:46 
QuestionRe: How to chek file is in Progress Pin
Steven J Jowett29-Jun-09 1:24
Steven J Jowett29-Jun-09 1:24 
AnswerRe: How to chek file is in Progress Pin
Anubhava Dimri29-Jun-09 18:55
Anubhava Dimri29-Jun-09 18:55 
GeneralRe: How to chek file is in Progress Pin
Steven J Jowett29-Jun-09 22:38
Steven J Jowett29-Jun-09 22:38 
GeneralRe: How to chek file is in Progress Pin
Anubhava Dimri29-Jun-09 23:15
Anubhava Dimri29-Jun-09 23:15 
GeneralRe: How to chek file is in Progress Pin
Dave Kreskowiak30-Jun-09 1:33
mveDave Kreskowiak30-Jun-09 1:33 
You have to make the loop try to open the file for exclusive read. If not, you sleep for a couple of seconds, then do it again. When you get the file opened, close it. Then you should be able to use the File.Copy method to copy your file.

The FileSystemWatcher told you that a new filename appeared in the directory, not that the file was completely written.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




AnswerRe: How to chek file is in Progress Pin
Anoop Brijmohun29-Jun-09 1:25
Anoop Brijmohun29-Jun-09 1:25 
QuestionDefault image in vb.net [modified] Pin
mirzamujib28-Jun-09 22:10
mirzamujib28-Jun-09 22:10 
AnswerRe: Default image in vb.net Pin
Christian Graus28-Jun-09 23:22
protectorChristian Graus28-Jun-09 23:22 
GeneralRe: Default image in vb.net Pin
mirzamujib29-Jun-09 2:06
mirzamujib29-Jun-09 2:06 
GeneralRe: Default image in vb.net Pin
Christian Graus29-Jun-09 10:33
protectorChristian Graus29-Jun-09 10:33 
QuestionFill FormName in ComboBox Pin
hamed200928-Jun-09 19:50
hamed200928-Jun-09 19:50 
AnswerRe: Fill FormName in ComboBox Pin
Christian Graus28-Jun-09 20:07
protectorChristian Graus28-Jun-09 20:07 
QuestionNull values vb6 + access97 [modified] Pin
spruha36928-Jun-09 18:02
spruha36928-Jun-09 18:02 
AnswerRe: Null values vb6 + access97 Pin
Rajesh Anuhya28-Jun-09 18:21
professionalRajesh Anuhya28-Jun-09 18:21 
GeneralRe: Null values vb6 + access97 [modified] Pin
spruha36928-Jun-09 20:58
spruha36928-Jun-09 20:58 
GeneralRe: Null values vb6 + access97 Pin
Nagy Vilmos29-Jun-09 3:06
professionalNagy Vilmos29-Jun-09 3:06 
AnswerRe: Null values vb6 + access97 Pin
Steven J Jowett29-Jun-09 1:27
Steven J Jowett29-Jun-09 1:27 
AnswerRe: Null values vb6 + access97 Pin
Thomas Krojer29-Jun-09 2:14
Thomas Krojer29-Jun-09 2:14 
AnswerRe: Null values vb6 + access97 Pin
paas29-Jun-09 2:43
paas29-Jun-09 2:43 
AnswerRe: Null values vb6 + access97 Pin
spruha36929-Jun-09 2:56
spruha36929-Jun-09 2:56 
QuestionFirebird and Vb.Net Pin
softhut28-Jun-09 13:39
softhut28-Jun-09 13:39 
AnswerRe: Firebird and Vb.Net Pin
Christian Graus28-Jun-09 14:53
protectorChristian Graus28-Jun-09 14:53 

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.