Delphi Programming

  1. Home
  2. Computing & Technology
  3. Delphi Programming

Processing WM_Something (Windows and Custom Messages)

One of the keys to Windows programming is handling the messages sent by Windows to applications. Simply put, a message is some information sent from one place to another.

Messages, How to Handle...

Zarko's Delphi Programming Blog

An introduction to ASP.NET programming with Delphi

Friday November 21, 2008
in ASP.NET Course :: Learn how to design, develop and debug ASP.Net web application using Borland Delphi for .Net. The chapters will cover the fundamental elements of creating Web applications (working with Web Forms, Web Services and User Controls) using Delphi, including the Integrated Development Environment (IDE) and the Delphi for .Net language.

Read the full article to get started with ASP.NET programming with Delphi

Related:

Code Navigation in Delphi

Thursday November 20, 2008
Delphi Beginners Course :: A Beginner's Guide to Delphi Programming: Chapter 18. How to be even more productive with Delphi IDE (precisely, the code editor): start using code navigation features - quickly jump from a method implementation and a method declaration, locate a variable declaration using tooltip symbol insight features, and more.

Read the full article to learn how to Use Code Navigation in Delphi

Related:

Flavors of Delphi: 2009, Delphi 2007, Turbo Delphi. What's the difference?

Tuesday November 18, 2008
in What is Delphi? :: Interested in becoming a programmer? Want to learn Delphi? Already a Delphi developer, wanting to try the latest version? Confused about various Delphi version? This article helps you understand the flavors of Delphi and helps you pick your Delphi of choice.

Read the full article to better understand Delphi versions and know the differences between CodeGear Developer Studio, Delphi and Turbo Delphi.

Related: Delphi History | Borland Delphi -> CodeGear Delphi | "Powered by Delphi" Logo Images

How to Shut Down / Reboot Windows 2000 / XP / NT from Delphi code

Monday November 17, 2008
TIPS :: Under NT-based platforms, there are TOKEN PRIVILEGES. In these privileges, you have one for Shutdown allowance ("SeShutDownPrivilege"). So, the reason why you can't shutdown or reboot Win 2K by code (EWX_SHUTDOWN) is that this privilege isn't enabled. Here is a short snippet that shutdowns Win2K...

Read the full article to learn how to Programmatically Shut Down / Reboot Windows 2000 / XP / NT from Delphi code

Related:

Discuss

Community Forum

Explore Delphi Programming

More from About.com

Delphi Programming

  1. Home
  2. Computing & Technology
  3. Delphi Programming

©2008 About.com, a part of The New York Times Company.

All rights reserved.