/*
|*  Mapping Network Drives
\*

Description
-----------

This code source is provided to show you how to connect/disconnect 
to existing network drives.


Sample
------

   ' *** Connect to the shared ressource
   Call gclsNetUse.Connect(gsDrive, gsServerName)
   If (gclsNetUse.rc <> 0) And (gclsNetUse.rc <> 85) Then
      MsgBox gclsNetUse.ErrorMsg
      End
   End If


Target platforms
----------------

For 32-bit Visual Basic 5.0, Visual C++  development and all other 
environments wich accepts the OCX technology.
				 

Intent
------

With this active DLL, you have to add a reference to it in your application, 
create a subclassing of the titlebar of each window. After that, you will
be able to determine the fading color of the titlebar. You can even add
a bitmap in the titlebar.


Other products
--------------

I have developped other products. They are all on my web site.
Here is the list of them :
	- Print Preview OCX for VB 5.0, VC++, VB 4.0 32 bits, Office...
	- Print Preview OLE 2 Control for VB 3.0, VB 4.0 16 bits
	- TBCalendar OCX for VB 5.0, VC++, VB 4.0 32 bits, Office...
	- Logger OCX for VB 5.0, VC++, VB 4.0 32 bits, Office...
	- INIEditor : Editor of INI files
	- Jolly OCX 1.0 card game for VB 5.0, VC++, VB 4.0 32 bits, Office...
	- Rotate label OCX 1.0 for VB 5.0, VC++, VB 4.0 32 bits, Office...


Contact
-------

E-Mail   : mailto:waty.thierry@usa.net
Web Site : http://www.geocities.com/ResearchTriangle/6311/index.htm


Notes
-----

Visual Basic, Windows, Windows NT, Windows 95, and Windows 3.11 
are all registered trademarks of Microsoft Corporation.


			      \\\\|////
			      ( O   O )
			 ---oOOo--U--oOOo---
       Have you ever danced with the devil by the pale moonlight!!!
