The JILRunOnly project is a simple command-line ApplicATion written in ANSI-C that is intended to demonstrate in detail, how the JILRuntime/JewelScript library can be embedded into an ApplicATion.
Client/Server版本 DBISAM compiles directly into your ApplicATion with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI ApplicATions like services or web ApplicATions to a minimum.
BoboMail is a so called webmail ApplicATion, which provides mail access through a web interface. It handles MIME messages properly (including HTML mails) and is implemented in Python
BoboMail是一個(gè)webmail應(yīng)用程序,它提供通過一個(gè)web接口的郵件訪問。它可以正確處理MIME消息(包括HTML郵件),用Python實(shí)現(xiàn)。
This article is a very simple introduction writing a Windows Form ApplicATion for the
Microsoft.NET framework using C#. The sample ApplicATion demonstrates how to create and
layout controls on a simple form and the handling of mouse click events. The ApplicATion
displays a form showing attributes of a file. This form is similar to the properties dialog box of a
file (Right click on a file and Click on Properties menu item). Since attributes of a file will be
shown, the sample will show how to use File IO operations in .NET framework.