Click here to Skip to main content
16,005,091 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: select statement problem Pin
Christian Graus4-May-08 11:47
protectorChristian Graus4-May-08 11:47 
Questiondynamic array Pin
asha_s4-May-08 7:22
asha_s4-May-08 7:22 
AnswerRe: dynamic array Pin
Scott Roberts4-May-08 8:25
Scott Roberts4-May-08 8:25 
GeneralRe: dynamic array Pin
asha_s5-May-08 1:25
asha_s5-May-08 1:25 
Questionhow to pass date to access database from vb.net Pin
meghanaVishwa4-May-08 5:21
meghanaVishwa4-May-08 5:21 
AnswerRe: how to pass date to access database from vb.net Pin
Christian Graus4-May-08 11:48
protectorChristian Graus4-May-08 11:48 
QuestionCheck for File Busy Before Copying Pin
Scott Roberts3-May-08 18:05
Scott Roberts3-May-08 18:05 
AnswerRe: Check for File Busy Before Copying Pin
Luc Pattyn3-May-08 23:15
sitebuilderLuc Pattyn3-May-08 23:15 
Hi,

AFAIK there is no way to interrogate a file on its current activities or open state.

if a file is open it typically will not allow to be copied over, so all you have to do
is try to copy and catch the possible exceptions to detect failure.

And if the file is opened in such a way that copying over would be possible, then make
your open more demanding (such as open-for-readwrite, and no-share).

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

I dislike the black-and-white voting system on questions/answers. Dead | X|


GeneralRe: Check for File Busy Before Copying Pin
Mac MacAnanny9-Jul-10 4:40
Mac MacAnanny9-Jul-10 4:40 
QuestionSelect statement to ADO control Pin
KARFER3-May-08 11:12
KARFER3-May-08 11:12 
AnswerRe: Select statement to ADO control Pin
Christian Graus3-May-08 12:45
protectorChristian Graus3-May-08 12:45 
AnswerRe: Select statement to ADO control Pin
MikeMarq3-May-08 16:25
MikeMarq3-May-08 16:25 
AnswerRe: Select statement to ADO control Pin
Dave Kreskowiak4-May-08 7:30
mveDave Kreskowiak4-May-08 7:30 
GeneralRe: Select statement to ADO control Pin
Christian Graus4-May-08 11:48
protectorChristian Graus4-May-08 11:48 
GeneralRe: Select statement to ADO control Pin
Dave Kreskowiak4-May-08 14:08
mveDave Kreskowiak4-May-08 14:08 
GeneralRe: Select statement to ADO control Pin
Christian Graus4-May-08 16:09
protectorChristian Graus4-May-08 16:09 
Questionhelp needed to draw 3d planes with OpenGl in VB6 Pin
qujoteMX3-May-08 9:48
qujoteMX3-May-08 9:48 
AnswerRe: help needed to draw 3d planes with OpenGl in VB6 Pin
Christian Graus3-May-08 12:44
protectorChristian Graus3-May-08 12:44 
QuestionA simple VB6 question about: IE Controls (i think that's correct) Pin
CooperUK3-May-08 6:37
CooperUK3-May-08 6:37 
AnswerRe: A simple VB6 question about: IE Controls (i think that's correct) Pin
Christian Graus3-May-08 13:04
protectorChristian Graus3-May-08 13:04 
GeneralRe: A simple VB6 question about: IE Controls (i think that's correct) Pin
CooperUK4-May-08 0:36
CooperUK4-May-08 0:36 
QuestionLoad Data From Datagride Pin
msadgd3-May-08 5:00
msadgd3-May-08 5:00 
AnswerRe: Load Data From Datagride Pin
Rupesh Kumar Swami4-May-08 1:58
Rupesh Kumar Swami4-May-08 1:58 
Questionaccess db and sql from 2 tables Pin
asha_s3-May-08 4:34
asha_s3-May-08 4:34 
AnswerRe: access db and sql from 2 tables Pin
Guffa3-May-08 6:32
Guffa3-May-08 6:32 

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.