HOME Delphi Javascript HTML Print ShellExecute SMTP getElementById SendMail GetDriveType SW_SHOW SQL array SW_HIDE GetVolumeInformation TOSVERSIONINFO Removable Disk Detection kbdevent TPrintDialog ShowWindow Print Dialog Hard Disk Volume Name GetVersionEx GetWinDir GetWindowsDir GetWindowsDirectory Gradient Filled Form Hard Disk Volume Lable Alias HDD Volume Lable HDD Volume Name Hide Caption Bar Hide Taskbar 켜져있는시간 aliases Key event Keyboard Event Linking Drop down Mass Storage Device ChangeDisplaySettings Drop down Comma Comma Separator CD ROM Drive Detection Decimal Separator available memory space Desktop Wallpaper DISP_CHANGE_FAILED DISP_CHANGE_NOTUPDATED available memory size Drive Type GetSystemDirectory Dropdown EnumDisplaySettings External Hard Disk File Association File Type File Type Registration free memory Animated Icon GetSystemDefaultLangID

PRINT DIALOG.ZIP

Get A Print Dialog Box By Clicking A Button   (created at Aug 26, 2007)   46  

In some applications,some times we need a print buttonHere is a sample tip code to get print properties.
    In some applications,some tim...

How To Show The Print Dialog And Print Text Files   (created at Aug 25, 2007)   71  

This code show an example of how to print a text of a RichEdit component.unit Unit1; interface uses   Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,   StdCtrls, ComCtrls; type   TForm1 = class(TForm)     ...

Linking Drop Downs   (created at Aug 26, 2007)   100  

Linking drop downs is a frequent question. Here is a javascript based example