Results 1 to 7 of 7

Thread: To KMCHONG

  1. #1

    Thread Starter
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138

    Unhappy

    I can't see your thread anymore. Our websweeper blocks it because there seems to be an indecent word in it. (Did I do that ?)
    If you've any comments please use this thread in stead.

    By the way, I don't deserve any credits for the code, I found most of it elsewhere (isn't the internet wonderful).


    [Edited by LAURENS on 06-28-2000 at 05:14 AM]
    Regards,
    Laurens

    Using VB5 Enterprise edition SP3
    VB6 Enterprise edition SP5

  2. #2
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Wink

    Thank for your code, once I can access to our NT server, I will try it.

    I means Unix, it talking about the Unix as server. But anyway, if I can get the NT date, its already good enough.

    How stupid I cannot understand Datum, I used to work with these words long.... long time ago.

    anyway, thanks again.


  3. #3
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Unhappy

    Laurens,

    I tried using another NT, it comes out error message

    453 DLL Entry Point NetRemoteTOD in Netapi32.dll not found

    it should be something like that, since my window is Chinese version.

    I tried both version that you posted, they come out the same error message.

    Please help!

  4. #4

    Thread Starter
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138
    I'm sorry to hear that, there's not much I can do for you.

    You're sure you've got the Netapi32.dl on your system and that is has been properly registered ?

    I hope you'll find a solution to this problem, since the code I send you works.
    Regards,
    Laurens

    Using VB5 Enterprise edition SP3
    VB6 Enterprise edition SP5

  5. #5
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318
    I have the netapi32.dll in my system, in the c:\windows\system directory. But... I don't know whether it is properly registered. How can I check, do you know?

    Besides, I am running Windows98 Chinese version. Although I think it should not matters.


  6. #6
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318
    LAURENS,

    I found from another source saying that your code using NetAPI32.dll is only applicable to NT, but not for Win95/98.

    That may be the reason why it cannot work.


  7. #7

    Thread Starter
    Addicted Member LAURENS's Avatar
    Join Date
    Jan 2000
    Location
    Utrecht, the Netherlands
    Posts
    138
    I don't know how you can check if it's properly registered.
    You can register it yourself using regsvr32.

    Like:
    REGSVR32 "C:\WINNT\SYSTEM32\NETAPI32.DLL"
    (Assuming this is the right path).
    If there's no error it is properly registered. I don't know about netapi32 working on win98 or not. I never use that.

    Good luck.
    Regards,
    Laurens

    Using VB5 Enterprise edition SP3
    VB6 Enterprise edition SP5

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