Search Forum
(57242 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


              
Archives: Page 9

Article #270
Image Viewer In C#  by S. Thangaraju
With this program you will be able to load jpeg,gif or image files,stretch or shrink them,rotate them at different angles through all axes and save them in differnet formats. [Continued]


Article #269
SAPI 5.1 in Creating Text to Speech Applications using C#  by ArunGG
The SAPI application programming interface (API) considerably decreases the code necessary for an application to use speech recognition and text-to-speech, making speech technology more handy and robust for a broad range of applications. [Continued]


Article #268
Practical Web Services  by Kunle Loto
Here is the source code for a web services example. [Continued]


Article #267
Creating an Excel Spreadsheet and Adding Data to It Programmatically  by ArunGG
The Interoperability services make it very easy to work with COM Capable Applications such as Word and Excel. [Continued]


Article #266
COM Interoperability in C# - Part1  by ArunGG
In this article I cover the area Interoperability issues. [Continued]


Article #265
C# TELNET Client  by Shripad Kulkarni
The telnet application makes use of Callback Function to recieve data from a socket in asyncronous mode. [Continued]


Article #264
Creating Web Based Comments  by Faiza Ajaz
There are times when you need to explain the core structure and logic of your program, having an intention to make it encapsulated and hidden at the same time. [Continued]


Article #263
Design by Contract Framework  by Kevin McFarlane
This C# class library provides a Design by Contract framework for use in .Net projects. [Continued]


Article #262
C# DataGrid with DataSet  by P.T Sahul Hameed
This is a simple C# Program that illustrate the usage of DataGrid with DataSet. [Continued]


Article #261
SoundX Application In C#  by Guru Prasad L
SoundX classifies words for how they sound by asssigning a short numeric code based on a group of letters. [Continued]


Article #260
CGI C# DB Application  by Gildeoni Santos
This is a small CGI Aplication built with Visual C# .Net Beta 2, to test this application you must have at least SQL Server 7 (running Northwind database) and IIS 5.0 installed. [Continued]


Article #259
Playing With Datagrid  by Tushar A
Accessing data has become a major programming task for modern software programming, both for standalone applications and for web-based applications. [Continued]


Article #258
C# Mail Reader  by Shripad Kulkarni
A simple SMTP Mail Client to send and recieve email ( including Attachments ) [Continued]


Article #257
C# ExoEngine  by Ben Houston
For my fourth year computer graphics course I wrote a little 3D engine using C# and the .NET platform. [Continued]


Article #256
Financial Loan Calculations using C#  by Shashi Menon
Here is a C# Application I developed for calculating the monthly payment for a loan, given the loan amount, interest rate and the loan period. [Continued]


Article #255
MSAGENT In C# - Part 2 [Text To Speech (TTS)]  by ArunGG
In this piece of writing let us see some fascinating characters which speak to us and support for speech recognition. Let us see in detail. [Continued]


Article #254
MSAGENT In C# - Part 1 [Text To Speech (TTS)]  by ArunGG
In this piece of writing let us see some intriguing characters which speak to us using synthesized speech, recorded audio, or text in a cartoon word balloon. [Continued]


Article #253
Multiple Document Interface (MDI) Applications  by ArunGG
In this piece of writing I explain regarding Multiple Document Interface (MDI) applications. [Continued]


Article #252
ID3 Library  by Paul Lockwood
MP3 Tag Editor is a simple GUI that allows MP3 ID3 (v1.1) tags to be created or edited. [Continued]


Article #251
Types of Paramters In C#  by Kamran Shakil
Parameters are means of passing values to a method.The syntax of passing parameter in C# is [Continued]


Article #250
Transaction and Exceptions Handling in ASP.NET  by Eric Zheng
With SQL-Transaction class and Exceptions Handling provided by .NET Framework, we can deal with database operations and catch system exceptions in a very reliable way. [Continued]


Article #249
Microsoft's "My Services" Comes At Your Service  by Fatima Ahmed
On the Windows .NET front, XML-based user authentication technology, code-named 'HailStorm', topped the list. [Continued]


Article #248
C# Simple Scribble Application  by Shripad Kulkarni
C# provides simple and easy access to the Device Context Functions via the Graphics class [Continued]


Article #247
An Overview Of Link Label In C#  by ArunGG
The LinkLabel control exhibits links to other objects, such as files or Web pages. Class LinkLabel is derived from class Label and therefore inherits all of class Label's functionality. [Continued]


Article #246
C# Tic Tac Toe  by Paul Lockwood
TicTacToe is a demonstration of the AI game playing minimax algorithm. The game plays out every possible combination of moves from each position and consequently is unbeatable. [Continued]


Article #245
Basic FTP In C#  by Paul Lockwood
Here is an example of a VERY basic ftp program in C#. [Continued]


Article #244
C# Handwriting Recognition (AI)  by Paul Lockwood
Reasonable effort has been devoted to the code in this assignment. As it stands I am pleased with the code and the performance seems reasonable. If time allowed critical sections such as the backpropagation method would have been rewritten in pure C [Continued]


Article #243
Windows Form Control - Part1 - Adding a control to a Form  by ArunGG
In this article I explained how to Add a control to a form. The System.Windows.Forms namespace contains a number of types that represent common GUI widgets. Let us see those things in detail. [Continued]


Article #242
Language Interoperability  by Ganesh Khadanga
The common language runtime provides built in support for language interoperability. The common language runtime provides the necessary foundation for language interoperability by specifying and enforcing a common type system and by providing metadata. [Continued]


Article #241
MP3 Jukebox  by Paul Lockwood
This is stable code and more generic than the first release. It has better error handling now to make it more 'idiot proof'. [Continued]