Latest Articles ::
As traditional static languages such as C# tend to become more dynamic, and dynamic languages tend to become more static, as Perl 6 will do, a deep...
An appbar (application desktop toolbar) is a window similar to the Quick Launch bar, the Language Bar or the Windows Taskbar. It is anchored/docked...
This article covers one of the most useful features for any Delphi application which is commonly overlooked. Microsoft Outlook provides Delphi...
Users of Visual Studio.NET will know the importance of cross application support between your business application and Microsoft's office products....
The pyTTS module wraps the text-to-speech services of the Microsoft Speech API (SAPI) for use in Python. It relies on the win32com library for...
This is the third and last article of this series. In the first article, you saw what SAX is, what the Microsoft COM implementation of SAX is, and...
In the first article, you saw what SAX is, what the Microsoft COM implementation of SAX is, and how you can write a simple parser of a XML document....
Oracle provides developers a simple API that enables them to interact with most Microsoft COM objects directly from PL/SQL. Learn how to install the...
Microsoft lets you call COM code from .NET code using RCW (Runtime Callable Wrappers). The RCW, a managed wrapper code, wraps the COM component. The...