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:
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:
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
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: