Using CSDialUp API
Requirements:
- Windows operating system (7 [32/64 bit], Vista [32/64 bit], 2003 [32/64 bit], XP, 2000, NT 4, Me, 98, 95)
- .NET CLR must be 2.0 or later
- Add cndialup.dll and cndialup2.dll - unmanaged Windows .dll files to your Windows environment PATH settings, or copy them to your application start-up folder. 64-bit version requires only cndialup2.dll.
- csdialup.dll - managed .NET file must be activated within your system too: it should be copied to your start-up folder. There are two csdialup.dll filles - for 32-bit, and 64-bit version.
Usage principles:
- CSDial class contains methods to work with Microsoft™ RAS - dialing, hanging up, etc.
- CSDialSample.cs is a sample Java application. It demonstrates some functions of CSDialUp package. Use files from sample folder:
- CSDialSample.exe - to run the sample
- build.bat - to compile the sample
