Click here to Skip to main content
16,006,709 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionMaintain com component Pin
cstrader23229-Nov-07 12:05
cstrader23229-Nov-07 12:05 
AnswerRe: Maintain com component Pin
Dave Kreskowiak29-Nov-07 12:44
mveDave Kreskowiak29-Nov-07 12:44 
QuestionMultiple Binding Navigators on one form Pin
AAGTHosting29-Nov-07 11:36
AAGTHosting29-Nov-07 11:36 
AnswerRe: Multiple Binding Navigators on one form Pin
Dave Kreskowiak30-Nov-07 2:44
mveDave Kreskowiak30-Nov-07 2:44 
QuestionPassing Arguments To A Running Process Pin
j_foulkes29-Nov-07 10:20
j_foulkes29-Nov-07 10:20 
AnswerRe: Passing Arguments To A Running Process Pin
Luc Pattyn29-Nov-07 11:06
sitebuilderLuc Pattyn29-Nov-07 11:06 
GeneralRe: Passing Arguments To A Running Process Pin
j_foulkes29-Nov-07 12:23
j_foulkes29-Nov-07 12:23 
GeneralRe: Passing Arguments To A Running Process Pin
Luc Pattyn29-Nov-07 14:20
sitebuilderLuc Pattyn29-Nov-07 14:20 
j_foulkes wrote:
Are named pipes supported in .NET?


AFAIK they are not supported, I used P/Invoke to the good old Win32 functions.
They work like UNIX pipes, their names are system wide, so two processes can decide
to connect to the same pipe based on a fixed name; and a pipe is like a socket, what
gets written at one end can be read at the other end. So I would call it a symmetric
connection, not necesseraly associated with client/server stuff.

I used named pipes in a singleton application: the first instance creates the pipe and
listens for commands; if a second instance gets launched with some command line,
it pipes that command to the first instance and exits again.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- before you ask a question here, search CodeProject, then Google
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get
- use PRE tags to preserve formatting when showing multi-line code snippets


AnswerRe: Passing Arguments To A Running Process Pin
Dave Kreskowiak29-Nov-07 12:38
mveDave Kreskowiak29-Nov-07 12:38 
GeneralRe: Passing Arguments To A Running Process Pin
j_foulkes29-Nov-07 12:41
j_foulkes29-Nov-07 12:41 
GeneralRe: Passing Arguments To A Running Process Pin
Dave Kreskowiak29-Nov-07 12:46
mveDave Kreskowiak29-Nov-07 12:46 
GeneralRe: Passing Arguments To A Running Process Pin
Pranav Bhat29-Nov-07 18:08
Pranav Bhat29-Nov-07 18:08 
GeneralRe: Passing Arguments To A Running Process Pin
Dave Kreskowiak30-Nov-07 2:29
mveDave Kreskowiak30-Nov-07 2:29 
QuestionRead/write to ini-file Pin
zwaailicht29-Nov-07 8:06
zwaailicht29-Nov-07 8:06 
AnswerRe: Read/write to ini-file Pin
Naji El Kotob29-Nov-07 10:28
Naji El Kotob29-Nov-07 10:28 
GeneralRe: Read/write to ini-file Pin
zwaailicht29-Nov-07 11:36
zwaailicht29-Nov-07 11:36 
AnswerRe: Read/write to ini-file Pin
Vasudevan Deepak Kumar29-Nov-07 19:40
Vasudevan Deepak Kumar29-Nov-07 19:40 
QuestionHow to detect browser url using vb.net Pin
Pranav Bhat29-Nov-07 3:26
Pranav Bhat29-Nov-07 3:26 
AnswerRe: How to detect browser url using vb.net Pin
Dave Kreskowiak29-Nov-07 7:41
mveDave Kreskowiak29-Nov-07 7:41 
GeneralRe: How to detect browser url using vb.net Pin
Pranav Bhat29-Nov-07 7:58
Pranav Bhat29-Nov-07 7:58 
GeneralRe: How to detect browser url using vb.net Pin
Dave Kreskowiak29-Nov-07 8:23
mveDave Kreskowiak29-Nov-07 8:23 
GeneralRe: How to detect browser url using vb.net Pin
Pranav Bhat29-Nov-07 18:01
Pranav Bhat29-Nov-07 18:01 
Questionreading from text file Pin
break_day29-Nov-07 3:04
break_day29-Nov-07 3:04 
QuestionLabels are behaving funny Pin
Mbire29-Nov-07 3:04
Mbire29-Nov-07 3:04 
AnswerRe: Labels are behaving funny Pin
Luc Pattyn29-Nov-07 3:50
sitebuilderLuc Pattyn29-Nov-07 3:50 

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.