How to: Create a DLL – Dynamic Link Library in C++ as Visual Studio 2008 Project

Using DLL ensure productivity and/or financial gain in the software development process by reusing the source code written C++. Routines and/or programming components included in a DLL are referenced in the application without the need of their re-implementation in these applications. To build a DLL in C++ programming language as Visual Studio 2008 project, it […]

Read More →
How to: Create a VB.NET Solution with Visual Studio 2008

A software application developed in VB.NET language is built into a VB.NET solution.A VB.NET solution consists of one or more projects.A project VB.NET generates one or more fundamental installation units exe, dll.An installation unit is generated from one or more source files. A source file contains the definition and implementation of classes of objects, structures, […]

Read More →
How to: Create the Structure of a Table Using Design View in Microsoft Access 2003

Creating a table using Design View in Access 2003 consists in explicit defining the data types […] associated to the fields and their properties.Table EMPLOYEES is considered, having the following structure: IDAng, DenDep, Nume, Pren, Functia, AdrEmail, TelInt, Adresa, Loc, Jud, CodPost, TelAcs, TelJob, DataNast, DataAng, Obs. Fields of the table EMPLOYEES have the following meanings, […]

Read More →