Articles Tagged ‘Microsoft Windows’


graphics_icon

How to produce a simple bumpmapping

How to produce a simple bumpmapping

graphics_icon

How to Create and draw TShape at runtime

How to Create and draw TShape at runtime

graphics_icon

How to create your own TPen Style

How to create your own TPen Style

forms

How to make a window always minimized

How to make a window always minimized

forms

How to show a popupmenu in the task notification area

unit TNA; interface uses   Windows, Messages, SysUtils, Classes, Controls, Forms, ExtCtrls,   ShellApi, Menus; const   k_WM_TASKMSG = WM_APP + 100;  //die "100" type   TForm1 = class(TForm)     TPopupMenu1: TPopupMenu;     procedure FormCreate(Sender: TObject);    

forms

How to capture the screen

How to capture the screen

forms

How to adjust the Windowform to a TCanvas

How to adjust the Windowform to a TCanvas

forms

How to create a Splash Screen

How to create a Splash Screen

forms

How to prevent Windows from minimizing a Form

How to prevent Windows from minimizing a Form

forms

How to shape a form to a bitmap

How to shape a form to a bitmap