|
-
Jun 27th, 2000, 04:08 PM
#1
Thread Starter
Addicted Member
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
-
Jun 27th, 2000, 04:19 PM
#2
Hyperactive Member
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.
-
Jun 27th, 2000, 04:39 PM
#3
Hyperactive Member
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!
-
Jun 27th, 2000, 04:47 PM
#4
Thread Starter
Addicted Member
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
-
Jun 27th, 2000, 05:06 PM
#5
Hyperactive Member
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.
-
Jun 27th, 2000, 05:12 PM
#6
Hyperactive Member
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.
-
Jun 27th, 2000, 05:17 PM
#7
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|