| Title |
Author |
Score |
Using the Network Functions in C# (Part I - User Functions)
Monday, September 19, 2005 (EST)
This article will focus on the Network functions within the Win32 API library associated with Network Management.
|
DeveloperLand Administrator
|
Average Rating:  |
|
Write a Word Add-In – Part I
Sunday, September 18, 2005 (EST)
Learn to write an add-in in C# that does everything a regular C# program does.
|
DeveloperLand Administrator
|
Average Rating:  |
|
Write a Word Add-In – Part 0
Sunday, September 18, 2005 (EST)
Learn to write an add-in in C# that does everything a regular C# program does.
|
DeveloperLand Administrator
|
Average Rating:  |
|
Administrate Indexing Server from within your application
Friday, July 01, 2005 (EST)
Describes in detail how you can programmatically administrate Indexing Server, for example create a new Indexing catalog and then add folders to be indexed by this catalog.
|
Klaus Salchner
|
Average Rating:  |
|
Exception handling in .NET Framework
Tuesday, November 30, 2004 (EST)
If you write a program, it is for sure that it will have errors and issues. You cannot avoid them. But what you can do is write the code such a way that it is easy to find the errors and issues so that you can solve them easily. You need the real skill to write 'maintainable code'.
|
Manjaly John
|
Average Rating:  |
|
Lengthy Operations on Single Thread in .NET Application
Tuesday, October 19, 2004 (EST)
Desktop applications are usually single-threaded. Sometimes it is, however, inevitable to perform some long lasting operations like processing large XMLs. This leads to a common problem: how such long lasting operations should be managed?
|
Wiktor Zychla
|
Average Rating:  |
|
How to restrict single instance of a program
Friday, October 01, 2004 (EST)
This article explains how to restrict a program to a single instance
|
sajid pk
|
Average Rating:  |
|
Using Unmanaged Code in C#
Saturday, September 18, 2004 (EST)
This article shows you how to make unmanaged API calls from C#
|
Zeeshan Amjad
|
Average Rating:  |
|
Win32 API Interop with C#
Thursday, September 16, 2004 (EST)
This article shows you how to call Win32 Apis (Application Programming Interface) with C#
|
Ajit Mungale
|
Average Rating:  |
|
KeyBoardLayout and Language Selector
Wednesday, September 15, 2004 (EST)
This article shows you how to write a Win-Form that will select the language OS automatically.
|
Yariv Amar
|
Average Rating:  |
|