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

Visual Basic

 
QuestionRename file in %systemroot%\inf by using visual basic 6 Pin
cocoonwls27-May-08 8:18
cocoonwls27-May-08 8:18 
AnswerRe: Rename file in %systemroot%\inf by using visual basic 6 Pin
jzonthemtn27-May-08 9:02
jzonthemtn27-May-08 9:02 
GeneralRe: Rename file in %systemroot%\inf by using visual basic 6 Pin
cocoonwls27-May-08 16:17
cocoonwls27-May-08 16:17 
QuestionProblem with Vista Pin
quioske27-May-08 7:47
quioske27-May-08 7:47 
AnswerRe: Problem with Vista Pin
Mitch F.27-May-08 10:59
Mitch F.27-May-08 10:59 
GeneralRe: Problem with Vista Pin
quioske28-May-08 20:59
quioske28-May-08 20:59 
Question[Message Deleted] Pin
Sue Allen27-May-08 7:08
Sue Allen27-May-08 7:08 
AnswerRe: Copy a selected object and put it in the clipboard Pin
Vasudevan Deepak Kumar27-May-08 19:18
Vasudevan Deepak Kumar27-May-08 19:18 
QuestionPOP3 and SSL Pin
ricky9227-May-08 6:42
ricky9227-May-08 6:42 
AnswerRe: POP3 and SSL Pin
Vasudevan Deepak Kumar27-May-08 19:18
Vasudevan Deepak Kumar27-May-08 19:18 
GeneralRe: POP3 and SSL Pin
ricky9228-May-08 2:17
ricky9228-May-08 2:17 
Questioneasy question...... I am having dumb moment. Pin
Cory Kimble27-May-08 4:59
Cory Kimble27-May-08 4:59 
AnswerRe: easy question...... I am having dumb moment. Pin
Chinners27-May-08 6:12
Chinners27-May-08 6:12 
AnswerRe: easy question...... I am having dumb moment. Pin
Rob Smiley27-May-08 6:16
Rob Smiley27-May-08 6:16 
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 

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.