| Visit tutorial >> |
| All Office documents have a Summary property sheet in which you can enter the Title Subject and Author of the document along with other qualifying information such as Category Keywords and Comments In Windows 2000 and Windows Me all of this Summary information is displayed in a screen tip. But Windows 2000 or more correctly the NTFS file system carries this one step further and allows you to attach Summary information to any registered file type. Learn about these features with this tutorial. |
| Hits: 972 |
| Visit tutorial >> |
| Get IP Address Demonstrates how to get the list of IP Addresses One of the many namespaces in the Base Class Framework is the System.Net namespace. It provides a simple programming interface to many of the protocols found on the network today. One of the classes of the namespace is DNS which provides simple domain name resolution functionality. This is used to convert a domain name to its corresponding ip address. The following source code demonstrates how to use the DNS object within the System.Net namespace to get all of the IP adresses associated with the current machine. |
| Hits: 721 |
| Visit tutorial >> |
| This article demonstrates how to display the user name and domain name for the current thread Windows NT by using security functions within the Win32 Application Programming Interface (API). |
| Hits: 1392 |
| Visit tutorial >> |
| In this article you will find an explanation on how to enable your application to join the chain of clipboard viewers thus receiving an appropriate message whenever the contents of the clipboard change. There are several uses to this facilities the main two being: a clipboard monitor - this is an application that continually watches the clipboard and stores any information passed to it; and Enabling and Disabling of menu items - this is used in conjunction with the paste menu item (and toolbar buttons) to enable it whenever the clipboard contains a format that your application can paste. |
| Hits: 611 |
| Visit tutorial >> |
| Function and Procedure Callbacks are often underused yet the benefits of using them can be tremendous. They can help to limit duplicate code and make your code easier to read and even easier to maintain. A callback is a means of passing a procedure(or function) as a parameter into another procedure so that when a certain event occurs in the procedure that you called, the callback function is called When the callback procedure has completed control is passed back to the original procedure. |
| Hits: 962 |
| Visit tutorial >> |
| Find out how to Rotate a Bitmap using Borland Delphi Delphi Tutorial. Bitmap rotation is a graphic effect that Delphi does not natively offer. This article shows how to rotate a given image in 90-degree increments. It allows you to rotate any image 0 90 180 or 270 degrees. With a little work, the code can be modified to rotate to any angle. |
| Hits: 1606 |
| Visit tutorial >> |
| Cool and Easy Method for Resizing and Moving Controls at Ru... Run Time Whilst browsing the newsgroups I came across this very useful article by Brent Eagles describing how to enable... run time (like when you design your forms in the Delphi IDE). If you find this useful I am sure Brent would appreciate ... |
| Hits: 486 |
| Visit tutorial >> |
| get File Summary Info How... file and can associate summary information to any type of files including even text files. For Word or Excel documents... files) the summary information is a part of document itself. For other files the way of storing additional information ... |
| Hits: 555 |
| Visit tutorial >> |
| Implementing Shell Search Handler in Delphi ( usi... Delphi How to write a Shell Search by Implementing IShellExtInit IContextMenu The Shell supports several search utilit... search engine and make it available to users by implementing and registering a search handler. Users have two ways to s... |
| Hits: 216 |
| Visit tutorial >> |
| Dynamically Loading DLL s Tutorial::Dynamically Loading DLL s Introduction Accessing and using DLL s in Delphi is easy ... dynamically loading DLL s There are various reasons for using DLL s this way with the main cost being that of addition... |
| Hits: 520 |