Named Pipes

  • Thread starter Thread starter vincent Blain
  • Start date Start date
V

vincent Blain

Cna anyone give me hint on how to call a name pipe from vb (a quick
connection sample would help)

Vince
 
Armin, thank you for your post, but just typing see Tom's answer from
yesterday doesn't help me. I have looked at the MSDN site on the subject and
many other sites to try to figure this out, but i'm at a stand still. I post
messages on this newsgroup because of the great feedback that most
developers provide and assist with, I use it in moderation. I also like to
provide answers if i have them like the web.config problem in asp.net that i
assisted many developers fix. I would please ask you to not post quick
replies unless they actually help someone.

thank you

Vincent

PS: For all I still have a problem with Named Pipes.

this is what i have so far

private declare function CreateNamePipe lib "kernel32" (byval lpName as
string, byval dwOpenMode as object, byval dwPipeMode as object, byval
nMaxInstances as integer, byval nOutBufferSize as integer, byval
nInBufferSize as integer, byval nDefaultTimeOut as integer, byval
LPSECURITY_ATTRIBUTES as object) as long

is this even the route i should be going.

thank you for all your help

Vince
 
vincent Blain said:
Armin, thank you for your post, but just typing see Tom's answer
from yesterday doesn't help me. I have looked at the MSDN site on the
subject and many other sites to try to figure this out, but i'm at a
stand still. I post messages on this newsgroup because of the great
feedback that most developers provide and assist with, I use it in
moderation. I also like to provide answers if i have them like the
web.config problem in asp.net that i assisted many developers fix. I
would please ask you to not post quick replies unless they actually
help someone.

I thought you haven't seen his answer that's why I pointed you to the reply.
If you did see it and if it didn't help I ask you to answer in the other
thread and not open a new one.
 
Armin,

Sorry about the confusion, i use the newsgroup off 2 different pc and
thought my first post had never made it, and got confused why you were
telling me to check Tom answer. I realize my mistake and which to apologize.

Vincent
 
Vincent Blain said:
Sorry about the confusion, i use the newsgroup off 2 different pc
and thought my first post had never made it, and got confused why you
were telling me to check Tom answer. I realize my mistake and which
to apologize.


No need to apologize at all!

:-)
 
Back
Top