Thanks.
* Sent from Novell Discussion Forums http://novell.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
> How do I check the netware version from within a 16bit VB application.
You need the VB Declare listing for the Novell libraries (if the 16-bit
versions aren't available, I can send them to you), and then you need to use
the NWGetFileServerVersion or NWGetFileServerInformation calls (along with
various others). There may be a code snippet somewhere on
http://developer.novell.com/ .
> I'm also looking for information on how to set a netware attribute
> using the FLAG command from within a VB application.
You can use Shell "path\progname parameters" to do this, or you can use the
direct function calls in the libraries I mentioned above to do the same
thing without using FLAG.EXE
--
Regards,
Ben A L Jemmett - Usenet replies to bal.j...@ukonline.co.uk.
(http://web.ukonline.co.uk/ben.jemmett/, http://www.deltasoft.com/)
I'm going to check novell.devsup.clib.xplatwin as you suggested for
some sample code and Declarations of the necessary 16bit API calls. I
would also like to take you up on your offer to send the 16bit
Declarations if possible. Would you also know how I could get my hands
on the 16bit DLL files, I've been searching novell developer and have
not come across any references to the 16bit versions of the DLL files.
Thanks again.
-Barry. [Novell Support Connection SysOp]
> I would also like to take you up on your offer to send the 16bit
> Declarations if possible.
OK, I'll dig them up and send them within a few days. Is the address you're
posting with (without the spamtrap) good for attachments?
> Would you also know how I could get my hands
> on the 16bit DLL files, I've been searching novell developer and have
> not come across any references to the 16bit versions of the DLL files.
The DLLs are part of the Novell Client. They're in every version since the
old VLM client, IIRC.