Index of Trucomania's tricks for Delphi in english at Friday, December 1, 2023 at 04:13:30.
There are 569 tips availables.

Algorithms

Trick

Date

Title

Send By

Access

9 23/10/01 Calc the NIF letter (spanish)  Q3 Team 349
78 29/07/99 Get the week number of a given date  Q3 Team 303
84 14/07/00 Determine if a string contains a valid number  Q3 Team 64
101 02/08/20 Round a float to X number of decimals  Radikal (Q3 Team) 70
148 16/07/99 Validate ISBN codes  Q3 Team 113
236 07/12/99 Add decimal of one thousandths to a number (123456 -> 123.456)  Q3 Team 55
245 01/09/99 Calculate Julian date (Day of the year)  Arturo Ortí 88
268 14/09/99 Calculate the Age (in years) from birthdate  Q3 Team 69
337 19/04/01 Validate a CIF code (Spanish)  Fernando P. Nájera Cano 324
357 10/08/00 Validate a 'Seguridad Social' number (Only for Spain)  Radikal (Q3 Team) 77
374 11/02/01 Comment about: Round  Radikal (Q3 Team) 71
389 23/03/01 Know the days that it has the month of a given date  Julian 52
390 30/01/00 Calculate when you will leave the jail...  Alvaro Fernández Conejero 59
417 07/09/01 Control digit of a bank account  Radikal (Q3 Team) 62
465 19/04/01 Validate an EAN8 / EAN13 bar code  Pedro A. De Fuentes Quesada 66
480 20/08/01 Validate a identification number of Chile  Gabriel Florit 55
485 17/08/01 Generate random words  Radikal (Q3 Team) 63
493 30/04/02 Random numbers without repetition (one class)  Radikal (Q3 Team) 109
494 20/09/20 Get the Century of a date  Radikal (Q3 Team) 52
516 03/01/03 Interpolaciones de 4 tipos  Roberto Saettone 50
517 03/01/03 Calcular pesos moleculares  Roberto Saettone 70
519 09/01/03 Validate a CUIT number  Diego F. Romero 106
527 26/02/03 Calculate control digit of a EAN13 barcode  Diego RedRaven 65


Application

Trick

Date

Title

Send By

Access

1 16/07/00 Make ENTER like TAB in edit controls  Q3 Team 164
3 16/09/99 Run another application from a Delphi program  Q3 Team 106
7 13/06/01 Start you applicacion iconized  Q3 Team 63
10 07/12/99 Determine the location of the executable of your application  Q3 Team 63
15 02/01/01 Global variables in your application  Q3 Team 70
19 07/12/99 Pass the focus to the next control  Q3 Team 54
20 26/09/99 Use one event handler with 2 or more buttons  Q3 Team 66
23 07/12/99 Pass the focus when it exceed the capacity of a TEdit  Q3 Team 59
25 10/05/02 Include bitmaps, icons and cursors within your executable  Q3 Team 62
29 08/12/99 Know if the mouse is pressed button while moving it  Q3 Team 55
32 08/12/99 Display a form while your application is loading (Splash Screen)  Q3 Team 88
33 26/06/99 Use a font in your application without having to install it in Windows  Q3 Team 50
40 08/12/99 Capture your own 'hotkeys' in a form  Q3 Team 61
49 10/12/99 Disable the visual refreshing of a form momentarily  Q3 Team 50
65 08/06/01 Hide your application in the taskbar  Q3 Team 69
86 11/09/99 Know if your application is executing in NT  Q3 Team 53
102 03/09/99 Execute code before application will be minimized  Q3 Team 54
116 10/12/99 Speed up the loading of your application  Q3 Team 52
123 10/12/99 Close one application from another  Q3 Team 77
127 26/09/99 OnDeActivate event for you application (not for your form)  Q3 Team 65
133 10/12/99 Minimize another application from yours  Q3 Team 60
159 20/07/99 Disable the screensaver while your application is executing  Q3 Team 60
162 08/09/00 Prevent double instance of your application  Q3 Team 136
164 24/07/99 Making a Splash Screen persist a few seconds after application load  Q3 Team 53
186 20/02/01 Hide your applicacion from tasklist (CRTL-ALT-DEL dialog)  Q3 Team 83
220 29/08/99 Make a screensaver in your application  Q3 Team 60
265 06/07/20 Change the priority of your application  Q3 Team 53
285 21/09/99 Execute a file by its extension and wait to finish  Q3 Team 79
290 11/12/99 Close an application by it's executable name  Q3 Team 64
292 25/09/99 Permanent hints  Arturo Ortí 50
296 11/12/99 Hints with other fonts  Radikal (Q3 Team) 54
322 25/10/99 Show the hints in a TPanel  Radikal (Q3 Team) 71
329 30/12/99 Clear a date field  Radikal (Q3 Team) 52
330 02/11/99 Capture command line parámeters  Radikal (Q3 Team) 45
333 05/12/99 Change a property in all components of a form  Radikal (Q3 Team) 49
336 26/05/20 Execute your application in Windows boot  Radikal (Q3 Team) 96
338 10/11/99 Detect if the SHIFT key is pressed  Radikal (Q3 Team) 62
340 11/11/99 Detect if the CONTROL key is pressed  Radikal (Q3 Team) 53
342 12/11/99 Detect if the ALT key is pressed  Radikal (Q3 Team) 65
345 15/11/99 Use animated cursors in your application  Radikal (Q3 Team) 62
362 02/12/99 Change focus with cursor keys  Arturo 45
381 28/01/00 Share data between two Delphi applications  Radikal (Q3 Team) 187
384 23/01/00 Flashing the taskbar icon  Radikal (Q3 Team) 56
386 16/05/01 Get VersionInfo strings of youe executable  Radikal (Q3 Team) 68
397 08/02/00 Modal Windows without 'ShowModal'  Enrique Ortuńo 65
412 12/03/00 Know in wich control is the mouse over  Alex Colinas 56
430 02/05/00 SplashScreen with a ProgressBar  EberSys 61
495 14/09/03 Make your app to fill entire screen excluding taskbar  Radikal (Q3 Team) 57
557 07/06/20 Text in 3D (or almost)  casimaxi 53


Databases

Trick

Date

Title

Send By

Access

30 26/06/99 Know the database path with their Alias  Q3 Team 58
55 10/07/99 'Like' in SQL  Q3 Team 52
63 11/12/99 Abort a SQL query that has already started  Q3 Team 58
96 10/07/99 Compact Tables (Pack)  Q3 Team 52
107 06/07/99 Make a table in runtime  Q3 Team 48
110 07/07/99 Avoid the exception ' index no found'  Q3 Team 62
111 07/07/99 Iterate trought all the fields of any table  Q3 Team 51
113 10/07/99 Data file header structure for dBASE III PLUS table file.  Q3 Team 56
125 11/07/99 Create an temporaly alias in your application  Chetan Panchal 58
132 12/07/99 Add an inverse index to a table in runtime  Q3 Team 57
136 05/09/99 Automatic logon in Paradox tables with password  Q3 Team 44
156 19/07/99 Create an table, copying the structure of an existing one  Q3 Team 62
176 11/12/99 Add a register, with the field values equal to last appened register  Q3 Team 51
216 20/02/00 Using JPGs in binary fields of your database  Q3 Team 64
217 29/08/99 Soft search for DBase tables  Arturo Ortí 60
227 29/08/99 Get the version of your table  Q3 Team 48
237 29/08/99 Lock/UnLock registers by code  Q3 Team 63
244 17/08/00 Copy records from a table to another table  Jesus Cardenas 65
247 27/09/99 View the deleted records of a table  Q3 Team 48
282 12/12/99 Make a Paradox table with a Password  Q3 Team 64
286 21/09/99 BDE Error list  Q3 Team 70
300 15/02/00 Add a password in a Paradox table at runtime  Radikal (Q3 Team) 57
339 16/12/99 Regenerate all indexes of your table  Radikal (Q3 Team) 66
380 20/01/00 Save any database in a text delimiter file  Radikal (Q3 Team) 63
382 22/01/00 Capture Post errors  Radikal (Q3 Team) 55
404 22/02/00 Empty a database, leaving just its structure  EberSys 52
420 09/04/00 Autorefresh a Paradox table (networking)  Radikal (Q3 Team) 126
455 01/10/00 Remove the password of a a Paradox table  Carlos 78
459 23/04/03 Delete records in a DBGrid with multiselect  Santy Concepción 96
475 21/02/02 Know, in runtime if BDE was installed  Christian Engstfeld 50
544 08/01/04 Load a image into a graphic field  Radikal (Q3 Team) 70


Conversions

Trick

Date

Title

Send By

Access

70 13/02/00 Convert filenames Longs -> Shorts  Q3 Team 59
77 02/08/99 Convert Integer -> Hexadecimal  Q3 Team 61
122 02/05/00 Convert Integer -> Binary  Radikal (Q3 Team) 61
147 03/08/99 Convert BMP -> JPG  Q3 Team 70
173 03/08/99 Convert ASCII -> RTF  Q3 Team 54
181 02/08/99 Convert Hexadecimal -> Integer  Q3 Team 63
187 03/08/99 Convert Binary -> Integer  Q3 Team 62
188 13/12/99 Convert Decimal Numbers -> Romans Numbers  Q3 Team 62
189 14/09/99 Converts FileNames Shorts -> Longs  Q3 Team 68
192 03/08/99 Convert ICO -> BMP  Q3 Team 70
193 23/12/03 Convert JPG -> BMP  Q3 Team 72
194 03/08/99 Convert ICO -> JPG  Q3 Team 56
204 07/08/99 Convert Hexadecimal -> Binary  Q3 Team 55
205 07/08/99 Convertir Binary -> Hexadecimal  Q3 Team 63
252 11/09/99 Convert Metafile WMF -> BMP  Q3 Team 64
253 10/09/99 Convert BMP -> Metafile WMF  Q3 Team 51
254 10/09/99 Convert Metafile WMF -> JPG  Q3 Team 60
260 08/10/00 Convert a numeric value in words (in spanish)  Vicente López 69
308 11/10/99 Convert TColor -> HTML  Radikal (Q3 Team) 57
472 05/05/01 Convert Roman Numbers -> Decimal Numbers  Jose Antonio Garcia Navarro 71
484 30/04/02 Convert INT -> Base X -> INT  Chris Baldwin 53
533 15/04/03 Convert dates TDatetime < - > Unix  Gaspar Fernández 57
559 07/06/20 Bytes -> String (for showing bytes amounts)  Manel 63


Components

Trick

Date

Title

Send By

Access

2 13/12/99 Find the cursor position in a TMemo  Q3 Team 58
8 26/06/99 UNDO in a TMemo  Q3 Team 61
17 13/12/99 Put the contents of a TString into a Memo field  Q3 Team 53
22 26/06/99 Add the OnMouseUp event to a ScrollBar  Q3 Team 65
24 13/12/99 Load DOS text in a RichEdit without the lost of written accents  Q3 Team 58
26 26/06/99 Empty a TImage  Q3 Team 66
27 23/10/01 Make a form without border, but movable  Radikal (Q3 Team) 63
28 26/06/99 Show a PopUp menu by code  Q3 Team 51
35 04/07/99 Show the last added line in a Memo (or RichEdit)  Q3 Team 55
39 04/09/03 Put margins in a Memo  Q3 Team 65
50 08/09/00 Limit the size and position of a form while redimensioning  Q3 Team 63
51 26/06/99 Add a bitmap to a MenuItem  Q3 Team 46
53 07/07/00 Open ComboBoxes by code  Arturo Garcia 58
54 16/12/99 Make a ComboBox open itself with the Cursor Down key  Q3 Team 61
56 16/12/99 Prevent a form from moving  Q3 Team 60
57 16/12/99 Modify the tabs spacing in a multiedit control (for example TMemo)  Q3 Team 83
58 17/12/99 Scroll your form with the cursor keys  Q3 Team 64
59 07/09/00 Prevent a DBGrid from adding a register when it is positioned beyond the last  Q3 Team 64
60 17/12/99 Scroll a Listbox programmatically  Q3 Team 62
61 10/08/00 Display a DBGrid column in a different color  Radikal (Q3 Team) 51
66 20/01/00 Prevent form close with Alt-F4  Q3 Team 69
68 27/06/99 Determine which button is pressed on the TDBNavigator?  Q3 Team 53
71 17/07/99 Click and move components at runtime  Q3 Team 60
75 28/06/99 Disabling the Close button of a form  Q3 Team 53
79 29/06/99 Reorder a ListBox with Drag&Drop  Q3 Team 59
80 17/12/99 Add columns to a ListBox  Q3 Team 47
87 18/12/99 Remove the system menu and other buttons from the title bar of the form  Q3 Team 48
90 18/12/99 Insert a file into the default position of a TMemo  Q3 Team 64
92 02/07/99 Detect the mouse position over your form in the non client area  Q3 Team 66
98 18/01/00 Detecting a Click on the of caption of a form  Q3 Team 60
114 10/08/00 A TEdit limited to numeric input  Arturo_Ortí 65
118 09/07/99 Multiline hints  Q3 Team 58
120 18/12/99 Determine the current column number in a grid  Q3 Team 49
124 11/07/99 Drag&Drop images on a form (example of)  Q3 Team 56
128 12/07/99 TMemoField <-> TMemo <-> TMemoField  Q3 Team 59
130 18/12/99 Change Font.Style at runtime  Q3 Team 62
134 21/12/99 Redimension controls at runtime  Q3 Team 50
135 13/07/99 Show the Hint of any component by code  Q3 Team 58
151 21/12/99 A form without caption, but with any border style  Q3 Team 48
152 21/12/99 Disable the redrawing of any component  Q3 Team 56
157 21/12/99 Personalize the form's system menu captions  Q3 Team 58
163 18/02/00 Change glyphs of the TBDNavigator's buttons  Q3 Team 65
165 21/12/99 Capitalize the first letter of a word (TEdit)  Q3 Team 58
166 10/08/00 Make components with OnENter and OnExit events  Q3 Team 63
167 21/12/99 Make a EditBox with right text alignment  Q3 Team 52
172 21/12/99 Keep a form centered in your screen  Q3 Team 57
174 27/07/99 Colored text in RichEdit  Q3 Team 52
177 27/07/99 Click a Button by code  Q3 Team 49
184 21/12/99 Drawing BMPs in TStringGrids cells  Q3 Team 56
201 07/08/99 Eliminate TTreeView hints  Q3 Team 40
207 22/12/99 Copy your form into the clipboard  Q3 Team 58
208 22/12/99 Access to components by means of a loop  Q3 Team 55
210 05/07/01 Put a tiled bitmap in your form's backgound  Q3 Team 62
212 22/12/99 Place the cursor in a specified row/column of a TMemo  Q3 Team 65
221 22/01/00 Eliminate the menu PopUp of the TEdit  Arturo Ortí 47
224 29/08/99 Add Insert <->Replace in your TEdits/TMemos  Arturo Ortí 59
225 29/08/99 Search a string in a TMemo  Q3 Team 50
226 22/12/99 Prevent a change of page in a TPageControl  Q3 Team 56
228 29/08/99 Reset a TTimer  Q3 Team 52
229 22/12/99 Use a PopUpMenu for several controls (and know which one invoked it)  Radikal (Q3 Team) 56
230 22/12/99 Change the text font of a RichEdit without changing the color of the lines  Q3 Team 51
231 25/12/99 Add text lines of another color in a RichEdit  Q3 Team 56
232 25/12/99 Search text in a TMemo with FindDialog  Q3 Team 49
233 25/12/99 Search text in a RichEdit with FindDialog  Q3 Team 45
234 25/12/99 Right align numbers in a StringGrid  Arturo Ortí 53
240 25/12/99 Create a property type ' Tag' in the nodes of a TreeView  Q3 Team 54
241 25/12/99 Bring your form close to the borders (like WinAmp)  Q3 Team 55
246 01/09/99 Prevent RichEdit scroll  Q3 Team 54
248 04/09/99 Two colors in the same line of a RichEdit  Arturo Ortí 55
249 03/09/99 Copy RichEdit RTF in other RichEdit  Q3 Team 68
257 25/12/99 Selecting a line in a TMemo by clicking it  Q3 Team 47
269 25/12/99 Putting bitmaps within ComboBox items  Q3 Team 55
270 29/08/20 ListBox with Items in several colors  Q3 Team 69
271 15/09/99 Items with several colors in a ComboBox  Q3 Team 59
283 16/08/20 ListBox with bitmaps within the items  Q3 Team 64
288 23/09/99 Show the last lines of a TMemo  Q3 Team 62
291 25/09/99 Get the number of the first visible line in a Memo  Q3 Team 62
297 30/09/99 Text in several columns in a TMemo  Radikal (Q3 Team) 55
299 03/10/99 Show/Hide a MainMenu  Arturo Ortí 42
303 26/12/99 PopUpMenus with bitmaps within their items  Radikal (Q3 Team) 56
304 07/10/99 Use same MainMenu in two forms  Arturo Ortí 42
305 08/10/99 Use 2 PopUpMenus in the same component  Arturo Ortí 55
306 09/10/99 MainMenus with bitmaps in items  Radikal (Q3 Team) 57
307 10/10/99 Hide the edit cursor (caret) in a TMemo  Radikal (Q3 Team) 47
310 13/10/99 Use columns in a RichEdit  Radikal (Q3 Team) 56
312 15/10/99 Save/Load a TreeView  Radikal (Q3 Team) 60
313 16/10/99 Save/Load the form state, size & position  Ferran Pińana 46
314 26/12/99 Avoid scrolling in your Memo  Radikal (Q3 Team) 47
315 26/12/99 Save/Load column widths in a DBGrid  Ferran Pińana 98
316 26/12/99 Center a component within another  Ferran Pińana 60
317 26/12/99 Know how many lines there are in a TMemo  Radikal (Q3 Team) 59
318 26/12/99 Center a component within the client area  Radikal (Q3 Team) 55
323 26/10/99 Sincronize 4 ListBox  Radikal (Q3 Team) 57
324 26/12/99 Prevent column moves in a DBGrid  Radikal (Q3 Team) 78
326 29/12/99 Determine which tab the mouse is over  Radikal (Q3 Team) 56
328 24/11/99 Grid with multiline cells  Radikal (Q3 Team) 75
334 29/12/99 Remove the horizontal scrollbar in a DBGrid  Radikal (Q3 Team) 55
335 29/12/99 Make a TDBGrid without a vertical scrollbar  Radikal (Q3 Team) 57
344 29/12/99 Passing focus to a DBGrid cell  Radikal (Q3 Team) 53
348 19/11/99 Transparent forms  Radikal (Q3 Team) 66
350 20/11/99 Disable the close button of your form  Radikal (Q3 Team) 63
354 29/12/99 Showing Memo Fields in a DbGrid  Radikal (Q3 Team) 59
355 25/11/99 Align text in StringGrid cells  Radikal (Q3 Team) 82
358 10/05/02 Put a ProgressBar in a panel on your StatusBar  Radikal (Q3 Team) 63
365 05/12/99 Highlight the active TEdit  Arturo García 50
368 13/12/99 Set the width of a ComboBox when it drops  Manuel Gómez Cegarra 43
370 18/12/99 View/Edit MS-DOS text in a TMemo  Tetsuo Oshima 51
373 31/12/99 Change row Heights in a DBGrid  Radikal (Q3 Team) 60
375 12/01/00 Forms style 'StayDown'  Radikal (Q3 Team) 62
379 19/01/00 Add a horizontal scrollbar to a ListBox  Arturo 53
383 22/01/00 Avoid form minimization  Radikal (Q3 Team) 66
385 24/01/00 Several text lines in a TStaticText  Radikal (Q3 Team) 55
388 29/01/00 How to use a TSplitter  Radikal (Q3 Team) 51
395 05/02/00 OnMouseEnter and OnMouseLeave in a TImage  Radikal (Q3 Team) 76
399 10/02/00 Flash the Form's caption bar  Radikal (Q3 Team) 55
411 04/02/01 Show a ROW of a DBGrid in a different color  Radikal (Q3 Team) 98
428 08/05/00 TreeView nodes in Bold  Radikal (Q3 Team) 66
432 04/05/00 Change the date format in a TDateTimePicker  Radikal (Q3 Team) 63
439 04/06/00 Put/Remove the form's caption  Arturo García 57
457 25/08/00 TLabel with vertical text  Exe Software 72
469 18/04/01 Higlight words in a RichEdit  Radikal (Q3 Team) 64
471 21/02/02 Make Scroll in a DBGrid with the cursor keys  Christian Engstfeld 54
478 25/05/01 TEdit Limitado para meter fechas  Radikal (Q3 Team) 47
481 21/02/02 Change color of a ProgressBar  Christian Engstfeld 61
482 08/08/01 Buttons with captions aligns at left or right or top and bottom  Radikal (Q3 Team) 55
487 27/08/01 Chanhe the Height of a DBGrid cells  Radikal (Q3 Team) 45
512 16/12/02 Navigate a TImage with zoom  Radikal (Q3 Team) 64
518 03/01/03 TMemo with rounded corners  Radikal (Q3 Team) 81
521 16/01/03 Seconds forms with StayOnTop  Radikal (Q3 Team) 64
532 15/04/03 Acess to a opened forms of your application  (Neftalí) Germán Estévez 44
537 01/10/03 Export StringGrid to a delimited file  Germán Estévez 62
538 20/11/03 Synchronize two StringGrids  Radikal (Q3 Team) 71
541 06/02/04 Mouse wheel in a DBGrid (improvement of)  Radikal (Q3 Team) 94
543 14/02/04 Count how many times a word is into a RichEdit  Radikal (Q3 Team) 53
549 20/01/04 Put a shadow in all form components  Germán Estévez 50
558 07/06/20 Show forms with animation  casimaxi 55
563 03/08/20 Indicator panel with a PageControl  Radikal (Q3 Team) 59
564 03/08/20 Activate a MenuItem in runtime  Radikal (Q3 Team) 71
566 28/08/20 Make a form bigger than screen  Radikal (Q3 Team) 59


Drives

Trick

Date

Title

Send By

Access

38 30/12/99 Determine if a drive is ready  Q3 Team 73
46 26/06/99 Obtain the serial number of a drive  Q3 Team 68
47 26/06/99 Know that disk type is for its unit letter (CDrom, HD, etc):  Q3 Team 70
62 27/06/99 Know if a drive is ready  Q3 Team 60
81 08/09/99 Show the dialog to format a drive  Q3 Team 64
88 30/06/99 Operations with directories  Q3 Team 52
91 02/07/99 Select the CD drive to play with MediaPlayer  Q3 Team 52
104 22/01/00 Map network drive  Q3 Team 51
105 09/07/00 Select a directory  Q3 Team 65
108 06/09/99 Open/close the cd tray  Q3 Team 61
109 14/07/99 Know whe a CD was inserted or removed from the CD drive  Q3 Team 63
155 05/05/20 Get drive information (free space, sectors, etc)  Q3 Team 56
169 30/12/99 See if a ditectory exists  Q3 Team 58
200 30/12/99 Get the temporary path directory of Windows  Q3 Team 51
293 30/12/99 Avoiding exceptions using a DriveComboBox  Q3 Team 63
351 10/04/03 Get size of a disk directory  Radikal (Q3 Team) 67
387 01/02/00 Detect a change in the files of a directory  Radikal (Q3 Team) 58
401 19/02/00 Create a directory tree  Lord Trancos 50
403 20/02/00 Diskette format  Juan de Dios Martínez 56
424 19/04/00 Get the serial number of an audio CD  Radikal (Q3 Team) 50
435 07/05/00 Get the path of 'Program Files'  Ferran Pińana 62
444 24/07/00 Get a drive available list  Radikal (Q3 Team) 62
477 21/02/02 Know if a directory is empty  Christian Engstfeld 48
551 20/05/20 Get the format kind of a drive (fat, ntfs, etc)  labgalia 51


Files

Trick

Date

Title

Send By

Access

5 31/12/99 Copy the date from a file  Q3 Team 50
69 27/06/99 Get a file's date and time stamp  Q3 Team 60
85 30/06/99 Erase a directory and their files  Q3 Team 61
89 21/10/99 Copy files  Q3 Team 66
94 02/07/99 Retrieving the program that is associated with a given extension  Q3 Team 62
121 06/07/20 Explore a directory recursively  Q3 Team 95
141 15/07/99 Get the Window's directory  Q3 Team 69
142 15/07/99 Get the system directory  Q3 Team 50
143 15/07/99 Get the current directory  Q3 Team 45
158 12/01/00 Find files recursively, with Windows API  Q3 Team 61
195 06/04/01 Get the executable associated with a given file  Q3 Team 51
196 04/08/99 Extract the associated icon of a given file  Q3 Team 43
199 12/02/00 Delete files, sending them to Recycle Bin  Q3 Team 51
202 07/08/99 Get system folders path  Q3 Team 61
206 08/08/99 Get 'Last Accessed' attribute of a file  Q3 Team 45
219 04/01/00 Copy a directory and it's files to another  Xavier Martínez 69
222 16/07/00 Drag&Drop files, from explorer to our form  Q3 Team 57
284 19/09/99 Save a Memo in Unix format  Q3 Team 49
295 28/09/99 Copy file with a Progress bar  Radikal (Q3 Team) 67
325 30/08/20 Copy a directory (and its subdirectories and files)  Radikal (Q3 Team) 56
400 14/02/00 Change the extension of a filename  Lord Trancos 56
421 11/04/00 Empty the Recycle Bin  Radikal (Q3 Team) 47
515 03/01/03 Know the size of any file  Radikal (Q3 Team) 58
547 20/01/04 Fast search of a string into a file  Radikal (Q3 Team) 67
554 06/06/20 Encrypt/Decrypt files  Radikal (Q3 Team) 75
567 29/08/20 Strip the blank lines of a text file  Radikal (Q3 Team) 49
568 03/09/20 Secure file deletion  tino 103


Graphics

Trick

Date

Title

Send By

Access

235 04/09/99 AVI in fullscreen with a TMediaPlayer  Q3 Team 64
258 10/09/99 Horizontal mirror in a TBitmap  Q3 Team 57
259 12/09/99 Vertical mirror in a Bitmap  Q3 Team 52
262 04/01/00 Rotate a Bitmap 90 degree anticlockwise  Q3 Team 68
263 04/01/00 Rotate a Bitmap 90 degree clockwise  Q3 Team 65
346 04/01/00 Resize a bitmap to be printed  Radikal (Q3 Team) 53
366 08/12/99 Loopings AVIs  Radikal (Q3 Team) 41
394 10/02/00 Vertical mirror (Using ScanLine)  Radikal (Q3 Team) 54
398 10/02/00 Encript a Bitmap  Radikal (Q3 Team) 59
402 18/02/00 TImage Fade Out  Radikal (Q3 Team) 55
406 24/02/00 Vertical mirror (24 bits bitmaps with ScanLine)  Radikal (Q3 Team) 58
451 25/08/00 Bitmap rotation x degrees (using Pixel)  Nacho Urenda 59
452 17/08/00 Bitmap rotate x degrees (Using ScanLine)  Nacho Urenda 67
462 13/10/00 Reverse Bitmap (negative)  Nacho Urenda 83
534 15/04/03 CreateThumbnails  (Neftalí) Germán Estévez 57
540 04/12/03 Load a JPG in a TImage, preserving the aspect ratio  Radikal (Q3 Team) 71
550 20/08/20 Encrypt/Decrypt JPGs  Radikal (Q3 Team) 89


Guides

Trick

Date

Title

Send By

Access

496 07/10/20 Curso Delphi. Lección 01. Primeros pasos.  Ariel Bustamante 153
497 30/12/02 Curso Delphi. Lección 02A  Ariel Bustamante 92
498 30/12/02 Curso Delphi. Lección 02B  Ariel Bustamante 60
499 30/12/02 Curso Delphi. Lección 03A  Ariel Bustamante 64
500 30/12/02 Curso Delphi. Lección 03B  Ariel Bustamante 59
501 30/12/02 Curso Delphi. Lección 04A  Ariel Bustamante 73
502 30/12/02 Curso Delphi. Lección 04B  Ariel Bustamante 59
503 30/12/02 Curso Delphi. Lección 05A  Ariel Bustamante 58
504 30/12/02 Curso Delphi. Lección 05B  Ariel Bustamante 58
505 30/12/02 Curso Delphi. Lección 05C  Ariel Bustamante 76
506 30/12/02 Curso Delphi. Lección 05D  Ariel Bustamante 59
507 30/12/02 Curso Delphi. Lección 06A  Ariel Bustamante 74
508 30/12/02 Curso Delphi. Lección 06B  Ariel Bustamante 60
509 30/12/02 Curso Delphi. Lección 06C  Ariel Bustamante 54
510 08/01/03 Curso Delphi. Lección 07A  Ariel Bustamante 53
511 30/12/02 Curso Delphi. Lección 07B  Ariel Bustamante 59
522 16/02/03 Curso Delphi. Lección 08A  Ariel Bustamante 62
523 16/02/03 Curso Delphi. Lección 08B  Ariel Bustamante 59
524 23/02/03 Curso Delphi. Lección 08C  Ariel Bustamante 74
525 16/02/03 Curso Delphi. Lección 08D  Ariel Bustamante 51
529 07/03/03 Curso Delphi. Lección 09A  Ariel Bustamante 63
530 07/03/03 Curso Delphi. Lección 09B  Ariel Bustamante 81
531 07/03/03 Curso Delphi. Lección 09C  Ariel Bustamante 81


Internet

Trick

Date

Title

Send By

Access

45 04/01/00 Obtain the path to the default web browser  Q3 Team 54
82 16/09/99 Get the IP and local hostname  Q3 Team 81
83 29/08/20 Execute the default web browser  Q3 Team 64
95 05/01/00 Call default email program to send an email  Q3 Team 50
103 10/01/03 Disconnect the internet connection  Q3 Team 78
115 10/07/99 Call internet connection dialog  Q3 Team 48
407 27/02/00 Identify the web server of any URL  BackSpace 48
419 16/04/00 RAS: Enumerate accounts with login & password  Radikal (Q3 Team) 72
442 14/07/00 Know the kind of inet connection in use  Arturo Garcia 52
448 11/08/00 Know if there is an active internet connection  Lord trancos 48
467 21/10/00 Check if a URL is valid  David Bolton 61
535 23/04/03 Dial Internet default connection  Feńiz 58
536 05/05/03 Validate email address  Abu Zant Ruslan 69
560 17/06/20 Access GMail accounts with Indy  Radikal (Q3 Team) 79


System

Trick

Date

Title

Send By

Access

6 03/05/01 Exit from Windows  Q3 Team 68
11 05/01/00 Determine the way in which Windows has been started  Q3 Team 50
12 14/04/00 Know if there is a mouse and determine it's number of buttons  Q3 Team 56
13 26/06/99 Know the cursor size  Q3 Team 63
14 26/06/99 Know the Windows screen resolution  Q3 Team 48
31 29/01/00 Prevent a user from closes Windows  Q3 Team 56
34 07/01/00 Read and write DOS environment variables  Q3 Team 61
36 15/09/99 Execute a file according to its extension (As the Windows Explorer)  Q3 Team 47
41 07/01/00 Hide the Windows95/98 task bar  Q3 Team 52
42 07/01/00 Show the Windows 'Find Files' dialog  Q3 Team 45
43 26/06/99 Turn off the monitor to save energy  Q3 Team 60
44 26/06/99 Get the number of colors of the Window's screen  Q3 Team 52
48 04/05/03 Disable the Ctrl-Alt-Del:  Q3 Team 64
64 18/09/99 Hide the Start Button  Q3 Team 61
72 17/01/03 Managing icons on the desktop  Q3 Team 67
73 23/10/99 Get user name and company info from Windows  Q3 Team 45
74 26/05/20 Disable the START button on the taskbar  Q3 Team 60
93 02/07/99 Add a document to the Windows 95 Start Button's documents  Q3 Team 54
97 08/09/99 Execute a '.LNK' file  Q3 Team 65
99 28/07/99 Change wallpaper (win95 desktop) bitmaps at run-time  Q3 Team 57
106 18/09/99 Change the Window's Start button bitmap  Q3 Team 57
119 09/01/00 Limit the cursor movement within a window client  Q3 Team 43
131 06/02/04 Get/Change key states for NumLock, CapsLock and ScrollLock  Q3 Team 64
138 14/07/99 Get the Window's user name  Q3 Team 59
139 14/07/99 Get the PC name  Q3 Team 61
140 09/01/00 Change the blinking time of the edit cursor (caret)  Q3 Team 53
144 15/07/99 Get system date and time in UTC format  Q3 Team 50
145 15/07/99 Get the local date and time of the system  Q3 Team 57
146 09/01/00 Paste the Clipboard's image into a TImage  Q3 Team 49
149 17/07/99 Play system predefined sounds  Q3 Team 49
154 18/07/99 Get system info (free memory, etc)  Q3 Team 58
160 09/01/00 Call the window's master volume control  Q3 Team 54
161 11/01/00 Call a phone number with Windows TAPI Dialer  Q3 Team 46
170 11/01/00 Determining wich fonts (Large or Small) are in use  Q3 Team 50
171 07/01/04 Strings aligned to left or right  Q3 Team 59
175 27/07/99 Change the alignment of all the menus of Windows  Q3 Team 63
179 29/07/99 Change the keyboard repeat delay  Q3 Team 56
180 11/01/00 Retrieve the keyboard repeat-speed  Q3 Team 41
182 30/07/99 Deactivate the Windows error beep  Q3 Team 51
183 01/08/99 Change the Windows border width  Q3 Team 43
190 28/02/00 Change the caption height in all windows  Q3 Team 39
191 03/08/99 Change the height of all the scrollbars of Windows  Q3 Team 40
197 05/08/99 Paste text from ClipBoard  Q3 Team 56
198 15/05/01 Paste text to ClipBoard  Q3 Team 44
203 13/02/00 Create a ShortCut (.LNK) by code  Q3 Team 59
209 19/05/01 Direct port access in Windows 95/98  Q3 Team 60
211 11/01/00 Execute control panel functions  Q3 Team 52
213 12/08/99 Activate the ScreenSaver by code  Q3 Team 58
214 12/01/00 Capture clipboard content changes  Q3 Team 49
250 04/09/99 Activate the help context cursor  Q3 Team 46
251 04/09/99 Activate the Start button by code  Q3 Team 51
255 21/09/99 Get the used character like decimal separator in the system  Q3 Team 71
256 21/09/99 Get the used character like thousand separator in the system  Q3 Team 51
261 11/09/99 Get the time elapsed since last Window boot  Utilmind 71
264 12/09/99 Get mouse coordinates  Utilmind 52
266 13/09/99 Change the system time  Q3 Team 41
272 16/09/99 Open the 'Network Neighborhood' folder  Q3 Team 54
273 16/09/99 Open the 'Printers' folder  Q3 Team 67
274 16/09/99 Activate/Deactivate the audio cd AutoPlay  Q3 Team 64
275 17/09/99 Open the Recycle bin  Q3 Team 59
276 17/09/99 Open the Control Panel  Q3 Team 55
277 17/09/99 Open the Desktop folder  Q3 Team 39
278 17/09/99 Open the 'My Computer' folder  Q3 Team 52
279 17/09/99 Open the 'Fonts' folder  Q3 Team 47
280 12/01/00 Get the default Language of the system  Q3 Team 55
281 12/01/00 Get the default Language of current user  Q3 Team 52
287 12/01/00 Obtain a list of the EXEs in execution  Q3 Team 50
294 27/09/99 Execute a MS-DOS program and wait until finish  Radikal (Q3 Team) 82
298 02/10/99 Register a OCX in Windows  Radikal (Q3 Team) 49
301 03/03/02 Minimize all windows  Radikal (Q3 Team) 66
309 12/10/99 Get the default selected ScreenSaver name  Radikal (Q3 Team) 54
311 14/03/00 Select the default printer of the system  Radikal (Q3 Team) 60
320 24/10/99 Execute a DOS application and show its output in a TMemo  Radikal (Q3 Team) 65
327 30/10/99 Enumerate the video modes of your VGA  Radikal (Q3 Team) 62
331 22/02/00 Restore the default video mode  Radikal (Q3 Team) 47
332 04/11/99 Enumerate the active net connections  Radikal (Q3 Team) 64
341 15/01/00 Temporary files in Windows  Radikal (Q3 Team) 55
347 20/11/99 Know if TCP-IP is installed  Radikal (Q3 Team) 57
349 18/01/00 Determine the Windows version where your application is running on  Radikal (Q3 Team) 55
353 23/11/99 Activate/Deactivate the Windows ScreenSaver  Radikal (Q3 Team) 60
356 26/11/99 Get a list of the installed programs  Alberto Aguilar 46
360 13/07/01 Put WAVs in you EXE  Radikal (Q3 Team) 74
363 04/02/00 Minimizate controls in your form  Radikal (Q3 Team) 43
364 04/12/99 Get the OEM font of the system  Tetsuo Oshima 42
369 03/02/00 Know the domain name in NT  Salvador Verdú 57
371 21/12/99 Hide the desktop icons  Radikal (Q3 Team) 39
376 16/01/00 Change the system date  J. Jesús Anaya Ramírez 44
377 16/01/00 Make an Control Panel applet (CPL)  Radikal (Q3 Team) 75
391 01/02/00 Change the screen resolution (video mode)  Santy_Concepción 67
392 03/02/00 Know the sesion login name in NT  Salvador Verdú 53
393 04/02/00 Know the server name in NT  Salvador Verdú 46
405 23/02/00 Get the Window's standars bitmaps  Radikal (Q3 Team) 58
408 16/01/04 Hooks: Capture keys in all Windows applications  Radikal (Q3 Team) 87
409 16/03/00 Hooks: System Shell Hook  Radikal (Q3 Team) 85
410 04/03/00 Send WinPopUp messages trought the net  Radikal (Q3 Team) 70
413 16/03/00 Know if a DLL contains a given function  Lord Trancos 45
414 16/01/04 Hooks: Mouse hook at system level  Radikal (Q3 Team) 61
415 26/03/00 Hook: Mouse working only in your application  Radikal (Q3 Team) 64
416 29/03/00 Find the Hwnd with the exe name  Radikal (Q3 Team) 55
422 14/04/00 Switch the mouse buttons  Radikal (Q3 Team) 58
425 21/04/00 RAS: Call and HangUp a inet connection  Jesús Fernández Hernández 70
426 20/11/03 Capturing HotKeys  Santy Concepción 62
427 22/04/00 Register a extension to an executable  Radikal (Q3 Team) 57
429 30/04/00 Send a string from one application to another.  Radikal (Q3 Team) 56
433 05/05/00 Get the state of desktop's 'Automatic Icons Arrange'  Radikal (Q3 Team) 53
434 07/05/00 Know if there is a souncard installed  Radikal (Q3 Team) 44
436 08/05/00 Get a list of the harware installed  Radikal (Q3 Team) 48
437 08/05/00 Redirect API calls  Lord Trancos 53
440 21/06/00 Show API error messages  Radikal (Q3 Team) 58
441 07/07/00 Disable Alt-Tab  Radikal (Q3 Team) 49
443 15/07/00 Get a list of the network connecteds units  Arturo Garcia 58
445 09/05/01 Get Wav out volume  Radikal (Q3 Team) 47
446 09/05/01 Get the Aux line volume  Radikal (Q3 Team) 50
447 10/08/00 Hide/Show Windows Tray Notify Icon  Radikal (Q3 Team) 45
449 03/01/01 Hide/Show the clock of the taskbar  Radikal (Q3 Team) 55
450 13/08/00 Disable the desktop icons  Radikal (Q3 Team) 58
453 20/08/00 Hide/Show the icons of the task bar  Radikal (Q3 Team) 56
454 25/08/00 Disable mouse an keyboard in whole Windows  Lord Trancos 72
456 24/08/00 Execute .BAT files  Arturo Garcia 57
460 26/08/00 Direct print to printer canvas (tool)  Santy Concepción 64
461 27/08/00 Enable/Disable CDROM Autorun  Radikal (Q3 Team) 67
464 08/09/00 Program "Closer"  Radikal (Q3 Team) 58
466 08/10/00 Hide/Show fast launch icons of the Windows taskbar  Radikal (Q3 Team) 64
479 21/03/03 Get the Windows version  Christian Engstfeld 54
483 09/08/01 Detect a change in the display properties  Radikal (Q3 Team) 45
490 03/04/02 Minimize your form in the system tray  Lucas 52
491 04/02/02 Add items to the system menu of your form  Radikal (Q3 Team) 48
513 03/01/03 RAS: Create a DUN icon  A Saber 50
514 18/12/02 Enumerate the printer jobs. (EnumJobs example)  Radikal (Q3 Team) 53
520 16/01/04 Disable the Windows key  Pedro Osmani Paz Rodríguez 52
526 26/02/03 MessageDlg with sound  Yeradis Barbosa 66
528 26/02/03 Know if the taskbar has Auto Hide on or off  Pedro Quesada 53
545 09/01/04 Add a context menu associated to any file extension  Radikal (Q3 Team) 54
548 14/01/04 Capture filenames from Clipboard  Radikal (Q3 Team) 57
553 24/05/20 Make a PrintScreen by code  labgalia 65
561 28/06/20 Get DirectX installed version  labgalia 59


Strings

Trick

Date

Title

Send By

Access

4 15/01/00 Strings longer than 255 characters  Q3 Team 58
16 15/01/00 Add items to a TString without duplicates  Q3 Team 52
52 15/01/00 Compare strings with '*' or '?' wildcards  Q3 Team 49
67 25/04/01 Align strings left or right  Q3 Team 56
100 13/02/00 Function to encrypt/decrypt strings  Q3 Team 68
129 12/09/99 Delete a char of a given string  Q3 Team 75
150 14/04/00 Make a resource file to store strings  Radikal (Q3 Team) 48
239 19/01/00 Replace all occurrences of a substring in a string  Q3 Team 60
242 19/01/00 Remove all the occurrences of a substring in a string  Q3 Team 57
243 08/10/99 Counting words in a string (or a TMemo)  Q3 Team 64
302 08/09/20 Separate strings by words or tokens  Radikal (Q3 Team) 82
418 07/04/00 Create a string of 'n' characters  omejia 53
423 16/04/00 Save a string in a file  Uri 60
438 02/06/20 Convert amounts in bytes to a string  Manel 66
488 30/10/01 Show/Hide the mouse cursor  Radikal (Q3 Team) 64
562 06/07/20 Delete a delimited substring  Radikal (Q3 Team) 57
565 03/08/20 CopyBetween: Returns the string between two delimiters  Radikal (Q3 Team) 68


Miscellaneous

Trick

Date

Title

Send By

Access

0 01/08/99 Make a delay without a timer  Q3 Team 777
18 19/01/00 Make arrays as long as you wish at runtime  Q3 Team 53
21 19/01/00 Make controls at runtime  Q3 Team 59
37 05/09/99 How to make a autorun file for a cd-rom  Q3 Team 56
76 21/01/00 Get the version of your application as defined in the Delphi's IDE  Q3 Team 89
112 21/01/00 An easy dialog to request user input  Q3 Team 56
117 21/01/00 Vertical text (or at any angle)  Q3 Team 54
126 04/07/01 How to use the 'Sender' parameter  Q3 Team 74
137 21/01/00 Suspend the PC  Q3 Team 50
153 16/09/99 Gradient fill like installation program  Q3 Team 48
168 21/01/00 Reduce your executable size  Q3 Team 58
178 21/01/00 Detecting that more than 2 keys are being pressed  Q3 Team 51
185 22/01/00 Capture the desktop image to a TImage  Q3 Team 57
215 12/03/00 Detecting a changes in focus  Q3 Team 64
218 29/08/99 Send control codes to the printer without page advances  Toni Martir 68
223 16/03/01 Time your code  Q3 Team 42
238 29/08/99 Read the bios (only for Win95/98)  Q3 Team 43
267 22/01/00 Know if an .EXE is running  Q3 Team 66
289 29/01/00 Label to send an email  Q3 Team 61
319 23/10/99 Exploring the network  Radikal (Q3 Team) 56
321 24/10/99 Get a unique string for Computer-User  Radikal (Q3 Team) 50
343 23/01/00 Functions for bit manipulation  Radikal (Q3 Team) 50
352 22/11/99 Change the caption of a standard dialog  Radikal (Q3 Team) 45
359 18/01/00 Tips for using in the IDE  Radikal (Q3 Team) 70
361 27/05/00 Including JPGs in the EXE of your application  Radikal 69
367 28/01/01 A heap of modified tricks  Radikal (Q3 Team) 58
372 18/04/01 Abort a loop pressing a key  Radikal (Q3 Team) 56
378 18/01/00 Write vertical text (without font rotate)  Radikal (Q3 Team) 52
396 08/02/00 Know if Delphi is in execution  Juan de Dios Martínez 62
431 27/05/00 Get BIOS information  Arturo Garcia 56
458 25/08/00 Refresh your form while debugging your application  Exe Software 47
463 08/09/00 Use Explorer 5 'Autocomplete' feature in a TEdit  Pedro Q 54
468 07/04/01 Close Internet Explorer's windows  Radikal (Q3 Team) 47
470 18/04/01 Know if the mouse is pressed  Regent Beaulieu 56
473 27/02/03 Simulate Delphi running  Christian Engstfeld 129
474 21/02/02 Load an Quick Report File (.QRP) saved previously  Christian Engstfeld 104
476 21/02/02 Dialog "About", precarious but effective  Christian Engstfeld 52
486 24/08/01 Know if a date is end of month  Radikal (Q3 Team) 54
489 21/02/02 Know if the PC is plugged in a Microsoft Network  Christian Engstfeld 53
492 21/02/02 Show font in WYSIWYG mode  Christian Engstfeld 45
539 26/11/03 Ramdon real numbers  Radikal (Q3 Team) 69
542 23/12/03 Show component propertys in runtime  Germán Estévez (Neftalí) 57
546 14/01/04 Get Sunday and Monday days of the current week  Radikal (Q3 Team) 72
552 20/05/20 New Forums at Trucomania  Radikal (Q3 Team) 69
555 06/06/20 Accesing to nonpublished events, methods and properties  Radikal (Q3 Team) 84
556 07/06/20 Access to hardware ports (even in Windows NT/2000/XP)  Radikal (Q3 Team) 61