Click here to Skip to main content
15,924,901 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHard time finding good articles, need help Pin
Cory Kimble16-Jul-07 6:01
Cory Kimble16-Jul-07 6:01 
AnswerRe: Hard time finding good articles, need help Pin
Paul Conrad16-Jul-07 8:23
professionalPaul Conrad16-Jul-07 8:23 
GeneralRe: Hard time finding good articles, need help Pin
Cory Kimble16-Jul-07 9:56
Cory Kimble16-Jul-07 9:56 
GeneralRe: Hard time finding good articles, need help Pin
Paul Conrad16-Jul-07 10:09
professionalPaul Conrad16-Jul-07 10:09 
QuestionHow to get info from a file when it is being used by another process? Pin
Vivek Narayanan16-Jul-07 5:47
Vivek Narayanan16-Jul-07 5:47 
AnswerRe: How to get info from a file when it is being used by another process? Pin
Luc Pattyn16-Jul-07 6:49
sitebuilderLuc Pattyn16-Jul-07 6:49 
GeneralRe: How to get info from a file when it is being used by another process? Pin
Vivek Narayanan17-Jul-07 0:14
Vivek Narayanan17-Jul-07 0:14 
AnswerRe: How to get info from a file when it is being used by another process? Pin
Dave Kreskowiak16-Jul-07 6:55
mveDave Kreskowiak16-Jul-07 6:55 
If the other process opens and writes to it's file, denying shared read, there's nothing you can do. If it allows shared read by other applications while it's writing, then you can open the file using:
Dim fs As New FileStream(filepath, FileMode.Open, FileAccess.Read, FileShare.ReadWrite)



A guide to posting questions on CodeProject[^]

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


QuestionIterate through child treenodes Pin
penguin500016-Jul-07 5:45
penguin500016-Jul-07 5:45 
AnswerRe: Iterate through child treenodes Pin
MidwestLimey16-Jul-07 7:21
professionalMidwestLimey16-Jul-07 7:21 
QuestionPDF/CHM Conversion Pin
phyrrix16-Jul-07 5:33
phyrrix16-Jul-07 5:33 
AnswerRe: PDF/CHM Conversion Pin
Nick Rioux16-Jul-07 6:15
Nick Rioux16-Jul-07 6:15 
Questione.graphics.fillpath Pin
Tom Deketelaere16-Jul-07 5:00
professionalTom Deketelaere16-Jul-07 5:00 
AnswerRe: e.graphics.fillpath Pin
Luc Pattyn16-Jul-07 5:17
sitebuilderLuc Pattyn16-Jul-07 5:17 
GeneralRe: e.graphics.fillpath Pin
Tom Deketelaere16-Jul-07 5:27
professionalTom Deketelaere16-Jul-07 5:27 
GeneralRe: e.graphics.fillpath Pin
Luc Pattyn16-Jul-07 5:31
sitebuilderLuc Pattyn16-Jul-07 5:31 
Questiongetting a string full of apostrophes Pin
reegan4116-Jul-07 4:53
reegan4116-Jul-07 4:53 
AnswerRe: getting a string full of apostrophes Pin
Luc Pattyn16-Jul-07 5:19
sitebuilderLuc Pattyn16-Jul-07 5:19 
Questionhow to click a button in another app Pin
billiardpro1816-Jul-07 3:48
billiardpro1816-Jul-07 3:48 
AnswerRe: how to click a button in another app Pin
Dave Kreskowiak16-Jul-07 4:12
mveDave Kreskowiak16-Jul-07 4:12 
AnswerRe: how to click a button in another app Pin
TomGarth16-Jul-07 4:36
TomGarth16-Jul-07 4:36 
GeneralRe: how to click a button in another app Pin
billiardpro1816-Jul-07 4:44
billiardpro1816-Jul-07 4:44 
QuestionLocking a record Pin
dptalt16-Jul-07 2:42
dptalt16-Jul-07 2:42 
AnswerRe: Locking a record Pin
Eduard Keilholz16-Jul-07 3:54
Eduard Keilholz16-Jul-07 3:54 
AnswerRe: Locking a record Pin
Dave Kreskowiak16-Jul-07 4:11
mveDave Kreskowiak16-Jul-07 4:11 

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.