Tip Bank

DevX - Software Development Resource

Threads

Question: I recently took Sun’s Certified Java Programmers Exam and I ran into a few questions from the exam I’d like to ask you.What is the difference between >> and

DevX - Software Development Resource

Corrupt Paradox file

Question: Last week I had a head crash on a PC using Delphiand Paradox files. I was able to recover everything but a log file for the month of March.

DevX - Software Development Resource

Printing

Question: What is the best way to print infomation in Delphi 2.0? I have tried useing the Print() function to print a form, but it only prints what is viewable

DevX - Software Development Resource

Delphi console application

Question: Is it possible to write a non-interactive program in Delphi 2.0 that does something quick in the background without opening a form or a console window? Answer: Sure, but

DevX - Software Development Resource

Date formatting with shortdateformat

Question: I’m using Delphi 2.0. My application changes the date format with ShortDateFormat:=’dd/mm/yyyy’ and dateseparator functions. It works, but I found that when I change the taskbar’s ontop or autohide

DevX - Software Development Resource

Help on commands

Question: I’ve been programming in Turbo Pascal since v. 4.0 and have made the switch to Delphi 2.0. The only problem is all these new commands!Where on the Net or

DevX - Software Development Resource

Dialogs: Implementing your own execute method

Question: I use Delphi 1.0. The standard dialogs (such as TOpenDialog and TPrintDialog) offer a method called execute. It executes the form/dialog, and waits until it returns. I would like