1. Computing

From Zarko Gajic, About.com Guide

Follow me on:

Web Forms navigation in ASP.NET - Part 2

Monday August 30, 2004
in ASP.NET COURSE :: Setting up the startup Web Form page for an ASP.NET application under IIS, deciding which navigation technique to use in various scenarios.

How to encrypt a string in Delphi for .NET

Saturday August 28, 2004
in TIPS :: If you need to encrypt a string in Delphi for .NET you can use the System.Security.Cryptography namespace. Here's a sample function...

Before you start optimizing Delphi code

Friday August 27, 2004
in ARTICLES :: How to make sure that the Murphy's law: "Any program will expand to fill available memory" does not apply to your Delphi applications.

Data browsing and navigation

Thursday August 26, 2004
DB COURSE :: Building a data browsing form - linking data components. Navigating through a recordset with a DBNavigator. BTW, don't miss the article!

Window flashing

Wednesday August 25, 2004
in TIPS :: Flashing a window means changing the appearance of its caption bar as if the window were changing from inactive to active status, or vice versa. Typically, a ... Read More

Retrieving volume's (disk / drive) serial number

Tuesday August 24, 2004
in ARTICLES :: Here's a handy piece of Delphi code to read the serial number of a (disk) drive.

Free Clipboard Component

Monday August 23, 2004
in FORUM :: Need to work with the Clipboard using Delphi? Here's a solution from a member of this site: "A component which has an event for notification of clipboard changes, ... Read More

Intro to the Delphi Programming Glossary

Sunday August 22, 2004
GLOSSARY :: In this RAD environment, COM components are easily derived through inheritance and polymorphism ... class methods operate on a class rather than on specific instances of the class, ... Read More

Looking for almost free yet powerful ASP.NET components?

Saturday August 21, 2004
ASP.NET Course :: Beginning ASP.NET with Delphi? Warming up for some more complex projects? Here are some ASP.NET components you do not want to miss: ASP.NET Scheduler, ShellControls (FileExplorer, etc.), ... Read More

How to add the "Select All (CTRL+A)" functionality to TMemo/TDBMemo

Friday August 20, 2004
TIPS :: Here's how to implement the code for the CTRL+A key combination ("Select All") for TMemo or TDBMemo...

"The Big Brother" Delphi code toolkit

Thursday August 19, 2004
in ARTICLES :: Going undercover: hiding from the task list, disabling task-switch, removing from the TaskBar, disabling shut down, ...

Delphi 8 ASP.NET Informal Update

Wednesday August 18, 2004
Delphi and ASP.NET :: The patch addresses the following issues: Loss of HTML when saving a modified .aspx file while the designer is not shown, typically when the .aspx file ... Read More

Who Wants to be a Delphi Guru - the trivia game.

Tuesday August 17, 2004
TRIVIA :: Ever wonder what 'Who Wants to be a Millionaire' might look like if there were only Delphi programming questions? Take my quiz and find out how you would ... Read More

Fundamentals of Database Development (with Delphi)

Sunday August 15, 2004
in DB COURSE :: Many Delphi beginners start with projects like "My Notepad" when beginning programming with Delphi, other developers spend nights and days in writing various multimedia and graphics ... Read More

How to Minimize ALL the windows on the Desktop

Saturday August 14, 2004
in TIPS :: To minimize all the windows on the Desktop from code, you can use the Shell.Application object...

Delphi 9 teaser: "foreach" loop

Friday August 13, 2004
NEWS :: Great stuff coming in the new release of Delphi. According to Danny Thorpe (Borland chief scientist) in the next release of Delphi, the compiler will support a new ... Read More

How to create a thumbnail image from a stream

Wednesday August 11, 2004
in TIPS :: Suppose you have a Web Form where uploading of files is enabled, using the HtmlInputFile HTML control, and a user is uploading an image. If you accept ... Read More

Web Forms navigation in ASP.NET

Tuesday August 10, 2004
ASP.NET Course :: A Beginner's Guide to ASP.NET Programming for Delphi developers: Chapter 10. Exploring navigation techniques between Web Form pages: postbacks, direct navigation (using the <a> tag) and code-based ... Read More

Win a copy of aspxDelphi.net PORTAL or STORE!

Monday August 9, 2004
It's simple: place a prominent/permanent link to the aspxDelphi.net site on your own web site, blog, or news feed - win a copy of the aspxDelphi.net STORE or aspxDelphi.net PORTAL ... Read More

Delphi 9 revealed at BorCon 2004

Sunday August 8, 2004
John Kaster (Borland) has announced that Delphi 9's codename is Diamondback.Come to BorCon 2004 to see the next Delphi release! Here's the "DiamondBack invitation for BorCon 2004". Looks like Delphi ... Read More

Are we connected to the Internet?

Thursday August 5, 2004
TIPS :: Here's how to check whether you are connected to the Internet (using Delphi code) ... Be sure not to miss any of the great network / Internet related ... Read More

Using Data Modules in database development

Tuesday August 3, 2004
DB COURSE :: How to use the TDataModule class - central location for collecting and encapsulating DataSet and DataSource objects, their properties, events and code.

How to convert WMF to BMP

Sunday August 1, 2004
TIPS :: Need a BMP but all you have is WMF? No problem, here's how to convert WMF (vector format) to an BMP image. Once you have the BMP, you ... Read More
Top Related Searches startup web web forms scenarios

©2013 About.com. All rights reserved.