C# Tutorial #2 Developing a Windows Forms component (part 1)

C# Tutorial #2 Developing a Windows Forms component (part 1)This tutorial shows how to develop a Windows Forms component that can be reused in any Windows Forms program. This isn’t the same as a control - but the only difference is that a control draws its own user interface while a component does not. This means that components are used for functions where no visible interface is required.
Read more

Installing Sql Server 2000 Reporting Services on Server 2003

Installing Sql Server 2000 Reporting Services on Server 2003Aside from all the items listed on the Microsoft Website - be sure that you install Standard with Standard and Development with Development. For example - CD’s that ship with Action Pack contain SQL Server 2000 Reporting Services are the Standard Edition. You must install this with SQL Server 2000 Standard Edition. If you choose to install SQL Server 2000 Development Edition - you must get the Development Edition of the SQL Server Reporting Services from Microsoft.
Read more

Extensis Portfolio 8 Visual Basic Guide

Extensis Portfolio 8 Visual Basic GuideThis document provides a brief overview of the Portfolio commands available via the Automation interface in Extensis Portfolio 8.0 for Windows. The examples covered here are written in Microsoft Visual Basic 6. The source code for the sample applications is provided in both Visual Basic 6 and Visual Basic .NET (2003) format. Users familiar with other languages capable of using Automation should be able to extrapolate from the examples for their particular languages. This document assumes a basic level of working familiarity with Visual Basic.
Read more

The V C++ GUI Reference Manual

The V C++ GUI Reference ManualV is a C++ Graphical User Interface Framework designed to provide an easy to use and program system for building GUI applications. The framework is small, elegant, and provides the tools required for building all but the most specialized applications.
The V framework has also been designed to be portable. Currently, versions for the X Windowing System (using a customized 3D Athena widget set), Microsoft Windows 3.1, and Microsoft WIN32 (Windows 95 and NT) are available. A version for OS/2 is also available. A gtk version for X is also under development. The V system is freely available for use by anyone under the terms of the GNU Library General Public License.
Read more

Phidgets C API Reference

Phidgets C API ReferenceDescribes the Application Program Interface (API) for each Phidget device. The API can be used by a number of languages; this manual discusses use via C and the code examples reflect this.
Read more