Network shares

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Spike

    #1

    Network shares

    Can somebody please tell me how to add a share on my local PC using
    VB? so that my other computer can connect and download files.

    I know it is possible to send/recive files using winsock the connect()
    and so. But I want to use share...

    Thanks!

    /Spike
  • Randy Birch

    #2
    Re: Network shares

    Do you mean create a share on your machine others can access, or create a
    share on a remote machine that you can access?

    --

    Randy Birch
    MVP Visual Basic

    Please respond only to the newsgroups so all can benefit.


    "Spike" <im_a_user@hotm ail.com> wrote in message
    news:a6miov88cp bb449p0rmrklkca 0nccut8qk@4ax.c om...
    : Can somebody please tell me how to add a share on my local PC using
    : VB? so that my other computer can connect and download files.
    :
    : I know it is possible to send/recive files using winsock the connect()
    : and so. But I want to use share...
    :
    : Thanks!
    :
    : /Spike


    Comment

    • Spike

      #3
      Re: Network shares

      On Sun, 12 Oct 2003 15:16:46 GMT, "Randy Birch"
      <rgb_removethis @mvps.org> wrote:
      [color=blue]
      >Do you mean create a share on your machine others can access, or create a
      >share on a remote machine that you can access?[/color]

      I mean "create a share on your machine others can access"

      Thansk!

      //Spike

      Comment

      • Randy Birch

        #4
        Re: Network shares

        There are a couple of methods. One is shown as part of the demo at


        The second is at http://www.mvps.org/vbnet/code/network/netshareadd.htm and
        can be used against the local or remote machines.

        --

        Randy Birch
        MVP Visual Basic

        Please respond only to the newsgroups so all can benefit.


        "Spike" <im_a_user@hotm ail.com> wrote in message
        news:vcbjovgdug 4tgapcj0162748p 8m4cp5qrq@4ax.c om...
        : On Sun, 12 Oct 2003 15:16:46 GMT, "Randy Birch"
        : <rgb_removethis @mvps.org> wrote:
        :
        : >Do you mean create a share on your machine others can access, or create a
        : >share on a remote machine that you can access?
        :
        : I mean "create a share on your machine others can access"
        :
        : Thansk!
        :
        : //Spike


        Comment

        Working...