Results 1 to 3 of 3

Thread: network

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2002
    Location
    Australia
    Posts
    635

    network

    How can I create a network browser (but not using Winsock control-just API maybe) that is like window's Network neighborhood program?
    A.A. Fussy
    Babya Software Group

  2. #2
    Hyperactive Member
    Join Date
    Nov 2002
    Location
    india
    Posts
    418
    hi,
    try this

    VB Code:
    1. Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
    2.  
    3. rtn = ShellExecute(Frm_M_Main.hwnd, "OPEN", "http://186.10.29.10:2500", vbNullString, vbNullString, 1)

  3. #3
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Newbury, UK
    Posts
    1,878
    Or use NET VIEW > A.TXT at a DOS level and analyse the resulting file.

    Or see: http://www.mvps.org/vbnet/index.html...serverenum.htm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width