We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

[3169] List Network Computers

Last post 06-17-2007 8:09 AM by amit_mail. 10 replies.
Page 1 of 1 (11 items)
Sort Posts: Previous Next
  • 01-01-1999 12:00 AM

    [3169] List Network Computers

    This thread is for discussions of List Network Computers.

    • Post Points: 30
  • 02-04-2005 8:11 AM In reply to

    • jonorossi
    • Top 25 Contributor
    • Joined on 03-20-2002
    • Guru
    • Points 3,325
    In the code there is the following code:
    Code:
       Select Case nErr
           Case 5
               Msg = "Access Denied!"
           Case 1722
               Msg = "Server not accessible!"
           Case 1326
               Msg = " Sie besitzen nicht die Berechtigungen dafür"
           Case Else
               Msg = "Error Nr. (" & nErr & ") !"
       End Select


    Because the error codes came from a german page i missed translating one of them because i couldn't work it out myself at the time because the others were easy. The translation for error code 1326 is "They do not possess the authorizations for it" (Thanks to Google translations service). It is good have all your errors in English or at least the same language because you don't want your users telling you an error if you don't even understand it.

    I am sorry that i missed this, I would have edited it but i cannot, i get an error when i go into the edit page, must be some permission logic.

    Regards,
    Beer <b>Jonathon Rossi
    http://www.jonorossi.com
    Jonathon Rossi BattleShips - It supports single player and multiplayer over a network. And it's Free.
    • Post Points: 0
  • 06-27-2005 9:31 AM In reply to

    problem

    I downloaded the code and when i run it shows the error

    Run-time error '453'
    can't find dll entry point NetserverEnum in netapi32
    • Post Points: 0
  • 06-29-2005 8:01 AM In reply to

    • jonorossi
    • Top 25 Contributor
    • Joined on 03-20-2002
    • Guru
    • Points 3,325
    I haven't looked at this sample code for ages and i look and have a post. I didn't get an email.

    What OS are you using? And what line/function call?

    Regards,
    Beer <b>Jonathon Rossi
    http://www.jonorossi.com
    Jonathon Rossi BattleShips - It supports single player and multiplayer over a network. And it's Free.
    • Post Points: 0
  • 06-29-2005 8:15 AM In reply to

    Thanx

    hi!....budy

    Thanx for ur concern....
    But, I solved the problem..........
    • Post Points: 0
  • 06-29-2005 8:31 AM In reply to

    • jonorossi
    • Top 25 Contributor
    • Joined on 03-20-2002
    • Guru
    • Points 3,325
    Okay, could you tell me what you did wrong or how you fixed it so if someone else has the same problem

    Regards,
    Beer <b>Jonathon Rossi
    http://www.jonorossi.com
    Jonathon Rossi BattleShips - It supports single player and multiplayer over a network. And it's Free.
    • Post Points: 0
  • 06-29-2005 8:47 AM In reply to

    Reply

    hi!........jonathon

    Actually, i am using win98se operating system and that code is for win2000 or higher...

    bye
    • Post Points: 0
  • 06-29-2005 8:51 AM In reply to

    • jonorossi
    • Top 25 Contributor
    • Joined on 03-20-2002
    • Guru
    • Points 3,325
    Could you tell me how you fixed the problem

    Regards,
    Beer <b>Jonathon Rossi
    http://www.jonorossi.com
    Jonathon Rossi BattleShips - It supports single player and multiplayer over a network. And it's Free.
    • Post Points: 0
  • 06-29-2005 9:13 AM In reply to

    Append columns to Access table

    I am trying to append data from an excel spreadsheet that has too many columns for Access.  The append query seems to only append additional rows.  I know I can combine two tables using a normal query to make a new table, but I need to keep the "autonumber" function in the first table.  Can I a) increase the number of columns that I can append or b) just append the additional columns in a second append query, matching a row reference number.
    • Post Points: 0
  • 02-10-2006 12:10 AM In reply to

    Not working

    Not Working..
    • Post Points: 0
  • 06-17-2007 8:09 AM In reply to

    • amit_mail
    • Not Ranked
    • Joined on 04-09-2007
    • India
    • New Member
    • Points 5

    Re: [3169] List Network Computers

    Hi Jonorossi

     

    I tried u r code , Its great!

    Can u help me with this i want to detect serial numbers of computers & monitors attached.?

    Thanks

     

    Cheers!

    • Post Points: 5
Page 1 of 1 (11 items)