|
-
Mar 29th, 2001, 02:06 PM
#1
Thread Starter
Member
Does anyone know how I could use NetBios commands in my code for VB. All I have so far is:
Public Declare Function Netbios Lib "netapi32.dll" Alias "Netbios" (pncb As NCB) As Byte
What should come next in my module?
-
Mar 29th, 2001, 04:26 PM
#2
Fanatic Member
what command are you sending?
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Mar 29th, 2001, 05:03 PM
#3
Thread Starter
Member
in dos it would be
nbtstat -a[A] IP
or sending a datagram of somesort
-
Mar 29th, 2001, 05:32 PM
#4
Fanatic Member
ok, but which command in the NCB stucture. i don't know much about this function, but you could set it up if you knew which constant to send(look it up in MSDN). Then we can design the rest of the code to send that command.
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
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
|