Cross-links: K,L

Een overzicht van software-uitgevers en hun producten
met links naar hun websites (indien beschikbaar)

Key technology   

ActiveX Controls

Control Panel Host - Implement Windows control panel applets in Visual Basic.

 Create a Windows control panel applet in Visual Basic using the easy to use Control Panel Host. Instead of having to deal with the arcane C interface of control panel applets, all you need do to create a Visual Basic control panel applet is develop an ActiveX DLL, implement the supplied IControlPanel interface, and register your applet with the Control Panel Host. You define the applet's name and description and also the icon to display. Your applet receives control whenever the user clicks it. The Control Panel Host offers Visual Basic developers a fast and simple way to create control panel applets.

Event Log ActiveX Control - Access the Windows event logs using a set of intuitive ActiveX classes.

Avoid the complexities of the event log interfaces by using this intuitive and fully featured control. Read, write, clear, save and load event logs. Write log entries with insertion strings, binary data, and user account information. You can read event log records with full category and event description message file lookup including parameter replacement. Access event logs on remote computers. The control supports both the standard and also custom event logs. The Event Log Control offers Visual Basic developers complete access to the Windows event logs in a simple to use yet powerful control.

File Version ActiveX Control - Access file version information.

Retrieve a file's version information including the file version number, file description, product name and description, and build information, company name, copyright notice and more. The File Version Control offers Visual Basic developers very easy access to file version information.

Registry ActiveX Control - Access the Windows registry using a set of intuitive ActiveX classes.

Read and write registry values including integers, strings, expanded strings, multi-strings and binary data. Create, delete, load and save registry keys. Enumerate registry keys and registry values. Easily access registries on remote computers. Practically every registry operation is available in an intuitive set of classes. The Registry Control offers Visual Basic developers complete access to the Windows registry in a simple to use yet powerful control.

Service Host - Implement Windows services in Visual Basic.

Create a Windows service in Visual Basic using the easy to use Service Host. Instead of having to deal with the complexities of Windows services and the services C interface, all you need do to create a Visual Basic Windows service is develop an ActiveX DLL, implement the supplied IService interface, and register your service with the Service Host. You define the service's name and description. Your service receives control whenever the service is started, stopped, and optionally, paused or continued. The Service Host offers Visual Basic developers a fast and simple way to create Windows services.

Service Manager ActiveX Control - Access the Windows service control manager using a set of intuitive ActiveX classes.

Access the Windows Service Control Manager from within your Visual Basic application to enumerate, start, stop, pause, continue and interrogate Windows services. Get extended service status including the check point and wait hint. Enumerate all dependent services. The Service Manager Control also makes it easy to create, configure and delete services. You can also manage services running on remote computers. The Service Manager Control offers Visual Basic developers complete control over Windows services in a simple to use control.

.NET Controls

Country Picker .NET Control - Displays a customizable list of countries.

Display a customizable list of countries or country codes. The list of countries, as defined by ISO 3166, includes everything from Andorra to Zimbabwe. Modify the list and how it's displayed with simple to use design time properties. Receive an event whenever the country selection changes. Written in 100% managed C# code, the control offers .NET developers a fast and simple way to include country selection in their Windows applications.

DNS .NET Class Library - Query DNS servers for MX and other resource records.

Query DNS servers for MX and all the other resource record types defined by RFC-1034 and RFC-1035. The DNS .NET class library makes it easy to retrieve the list of configured DNS servers, construct a DNS query request using the convenient message and resource record classes, send the request to a DNS server and receive the fully parsed response. Written in 100% managed C# code, the class library offers .NET developers complete access to DNS resources from within their applications.

Email Checker .NET Class Library - Check email address syntax and validate against the domain's mail server.

Check email address syntax and validate against the domain's mail server. The Email Checker provides full syntax checking of email addresses as well as domain verification and user name testing using SMTP. Select the level of checking you require from a fast syntax check, to a DNS server MX record lookup to ensure the domain name is valid and a mail server is configured, to finally an SMTP check of the user name against the mail server. Written in 100% managed C# code, the class library offers .NET developers sophisticated email verification from within their applications.

FTP .NET Class Library - Perform FTP client operations including file transfers and more.

Upload and download files to and from FTP servers from within your Windows and Web applications. Whether you wish to write a complete FTP client application or perform file transfers from within your application, the FTP .NET class library satisfies all your FTP needs. Create, delete, change to and list directories. Directory listings are fully parsed. Upload, download, append, delete and rename files. Restart interrupted file uploads and downloads. Abort lengthy operations. Receive download/upload progress notification events. Both passive and active data connections are supported. The Microsoft WebRequest pluggable protocols architecture is fully supported. The class library is written in 100% managed C# code.

ICMP .NET Class Library - Send ICMP echo messages and receive echo replies.

Send ICMP echo messages and receive echo replies. Ping a server to see whether it's operational. The ICMP .NET class library supports the ICMP (RFC-792) control messages including echo and echo reply. Written in 100% managed C# code, the class library offers .NET developers a simple way to ping servers and perform other ICMP operations from within their applications.

Internet Time .NET Class Library - Retrieve the date and time from internet time servers.

Retrieving the date and time from Internet time-servers has never been easier. With the Internet Time .NET class library you may retrieve the date and time using the Network Time Protocol (RFC-1305), the Time Protocol (RFC-868) or the Daytime Protocol (RFC-867). Times are returned as standard System.DateTime objects. These can be easily converted from UTC to local time. Written in 100% managed C# code, the class library offers .NET developers easy access to Internet time-servers from within their applications.

Marquee .NET Control - Catch the user's eye by displaying moving text in your Windows application.

Display marquee style scrolling text. At design time specify the text to scroll, the speed, granularity and direction of the scroll. Written in 100% managed C# code, the control offers .NET developers a fast and simple way to catch the user's attention by displaying moving text in their Windows applications.

Registry Toolkit .NET Class Library - Rename registry keys, import/export, search, receive change notification.

Although the Microsoft registry classes provide basic registry functionality, many useful features are missing. The Registry Toolkit extends this functionality to include renaming of keys, import/export in both standard Windows format and XML, searching, change notification, registry key name manipulation, registry key navigation and more. Written in 100% managed C# code, the control offers .NET developers a fast and simple way to perform many of the more demanding registry operations in their applications.

State Picker .NET Control - Displays a customizable list of US states and territories.

Display a customizable list of US states and territories. Modify the list and how it's displayed with simple to use design time properties. Display either state names or codes. Receive an event whenever the state selection changes. Written in 100% managed C# code, the control offers .NET developers a fast and simple way to include US state and territory selection in their Windows applications.

Time Zone Picker .NET Control - Displays a list of time zones and a clickable world map.

Display a list of time zones and optionally a clickable world map. For fast selection, click on the world map and the time zone for this region is automatically selected. Receive an event whenever the time zone selection changes. The control also includes daylight savings support. Written in 100% managed C# code, the control offers .NET developers a fast and simple way to include time zone selection in their Windows applications.

Trace Listeners .NET Class Library - Cycle trace entries across trace files with configurable maximum sizes.

The standard .NET diagnostic trace files can become unwieldy. Wouldn't it be nice if trace files could be limited to manageable sizes and automatically cycled? Included is a cyclic file trace listener that extends the System.Diagnostics.TraceListener class. The trace listener is fully configurable from your application's XML configuration file. Also included are HTTP, SMTP and MSMQ trace listeners. Written in 100% managed C# code, the class library offers .NET developers sophisticated tracing options for their applications.

Trace Route .NET Class Library - Perform Internet trace routes to determine network delays and topology.

Perform Internet route tracing to determine network delays and topology. The Trace Route .NET class library is fully event driven. Receive events when route timing has completed, a hop has completed, and the route tracing has completed. Written in 100% managed C# code, the class library offers .NET developers complete route tracing functionality for their applications.

Who Is .NET Class Library - Lookup domain name registration and other information.

Perform domain registration, user, mailbox and related lookups against Whois (RFC-954) databases. Written in 100% managed C# code, the class library offers .NET developers the ability to perform domain registration lookups from within their applications.

Lahey

Diverse professionele Fortran compilers voor Windows en Linux.
Fortran libraries en tools.

Back to Top
Back to Home Page
Terug naar de productindex

 

Bel voor prijzen: 023 - 548 20 20 of stuur een e-mail