Demonstrates how easy it is to support drag and drop for your C# applications. In this example, I use text files and JPG images. Very small code, easy to use.(ScreenShot)
TWINXBASE NT FILE SERVICE (written in C#)
-----------------------------------------
UPDATED : 8 sept 2002
Added new Class for Sending Mails by the service
This service scans in a directory
(C:\FILESERVICE\INBOX) by using FileWatcher c ...(description truncated)(ScreenShot)
An Enhanced C# version of "A Better PSC Search Addin by Dino"
* Outlook 2000 or above should be present.
* Unzip the files to a folder.
* Open the PSCAddin Solution
* Go to Build Menu and Build the Solution
* Close the solution
* Go to the folder and navi ...(description truncated)(ScreenShot)
Send Mail by C# in console.
Simple view use of a class , properties (get/set)
you can test it by using .NET SDK framework
compile it with the csc command in console
c:> csc ClsMail.cs
after compiling it will give you the exe file
I have found different code samples showing how to create a visual HTML editor in ASP using a TextArea. However, I needed a good editor for my WinForm Application, but I couldn’t find a good example. Eventually, I wrote one from scratch after I conv ...(description truncated)(ScreenShot)
This is the simple calculator which calculate the simple mathematically calculation it is normally behaive as a windows calculator. So you can use this calculator for your basic calculations........
To use the asynchronous versions of a web method in a client application. Asynchronous programming allows a program to call metods on a managed object and continue execution until either the managed object calls a specified callback or until blocking, wai ...(description truncated)(ScreenShot)
My code logging and grafting camfrog video chat room in separate window. Ideal for save log file of the room or for a automatic BOT to room. :-)(ScreenShot)