Click here to Skip to main content
15,887,135 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: easy question...... I am having dumb moment. Pin
Vasudevan Deepak Kumar27-May-08 19:19
Vasudevan Deepak Kumar27-May-08 19:19 
AnswerRe: easy question...... I am having dumb moment. Pin
Mitch F.27-May-08 7:38
Mitch F.27-May-08 7:38 
AnswerRe: easy question...... I am having dumb moment. Pin
jzonthemtn27-May-08 9:08
jzonthemtn27-May-08 9:08 
GeneralRe: easy question...... I am having dumb moment. Pin
Christian Graus27-May-08 17:18
protectorChristian Graus27-May-08 17:18 
GeneralRe: easy question...... I am having dumb moment. Pin
jzonthemtn28-May-08 1:54
jzonthemtn28-May-08 1:54 
GeneralRe: easy question...... I am having dumb moment. Pin
Thomas Stockwell30-May-08 10:59
professionalThomas Stockwell30-May-08 10:59 
QuestionFile access sharing Pin
manisghouri27-May-08 4:36
manisghouri27-May-08 4:36 
AnswerRe: File access sharing Pin
Rob Smiley27-May-08 6:22
Rob Smiley27-May-08 6:22 
It's tripping up over the file lock, e.g. while one process is writing to the file, the other process is trying to read it before the first process has closed the fs stream. You need to wait until the file is closed before responding the FSWatcher change event, but this just introduces a whole host of other problems!

I suggest you try using another method for inter process communication here (just type that into google for some options) as there's no easy way to synchronise the file access across 2 processes. Try finding an example that does this using Sockets or NamedPipes or Remoting.

"An eye for an eye only ends up making the whole world blind"

Questionhow to solve client machine crystal report error?? Pin
ranipriya 201027-May-08 3:05
ranipriya 201027-May-08 3:05 
RantRe: how to solve client machine crystal report error?? Pin
jzonthemtn27-May-08 9:05
jzonthemtn27-May-08 9:05 
AnswerCP Ignore: Repeat Offender Pin
leckey27-May-08 14:35
leckey27-May-08 14:35 
QuestionWindows Service - The service "started and then stopped" ?! Pin
007jb27-May-08 3:03
007jb27-May-08 3:03 
AnswerRe: Windows Service - The service "started and then stopped" ?! Pin
Christian Graus27-May-08 3:16
protectorChristian Graus27-May-08 3:16 
GeneralRe: Windows Service - The service "started and then stopped" ?! Pin
007jb27-May-08 3:46
007jb27-May-08 3:46 
GeneralRe: Windows Service - The service "started and then stopped" ?! Pin
Rob Smiley27-May-08 6:27
Rob Smiley27-May-08 6:27 
AnswerRe: Windows Service - The service "started and then stopped" ?! Pin
Peter Josefsson Sweden27-May-08 15:30
Peter Josefsson Sweden27-May-08 15:30 
QuestionStart Up Code Pin
Jared774427-May-08 2:35
Jared774427-May-08 2:35 
AnswerRe: Start Up Code Pin
Christian Graus27-May-08 3:13
protectorChristian Graus27-May-08 3:13 
QuestionAppend or Insert the Text in Outlook 2003 message body using vb.net Pin
~Khatri Mitesh~27-May-08 0:28
~Khatri Mitesh~27-May-08 0:28 
QuestionPlease Help In VB 2008 Express Edition Pin
Abidh27-May-08 0:05
Abidh27-May-08 0:05 
AnswerRe: Please Help In VB 2008 Express Edition Pin
Ashfield27-May-08 1:23
Ashfield27-May-08 1:23 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Abidh27-May-08 18:51
Abidh27-May-08 18:51 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Ashfield27-May-08 23:15
Ashfield27-May-08 23:15 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Abidh28-May-08 1:34
Abidh28-May-08 1:34 
GeneralRe: Please Help In VB 2008 Express Edition Pin
Ashfield28-May-08 5:03
Ashfield28-May-08 5:03 

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.