Search Forum
(57277 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 20

Article #600
Navigation Through Records With TrackBar(Slider)  By Hüseyin Altindag
This application will show a different way how to navigate through records in a data source with a TrackBar (Slider) by using either the mouse or the direction keys(Left, Right, Up, Down). [Continued]


Article #599
Multiparameter Indexer in C#  By Ramkumar Durgam
The following is source code for a PhoneDirectory to simulate the use of an Multiparameter Indexer using C# [Continued]


Article #598
Simple Messenger Developed in .NET Using C#  By Muhammad Al-Muayyad
This is a simple Messenger developed in .NET using C#. You will find the server and the client.You can run many clients to talk to each other and that is controlled by the server. You will find the server settings in the readMe file. [Continued]


Article #597
TFTP in C#  By Shane Snedecor
The following source code is for a TFTP application. I searched hard and long and all I found was controls for sale. The library I currently have only does file "gets" as that is all I needed for the app I wrote. [Continued]


Article #596
Creating and Deleting Custom Menus in Visio   By Shashidhar Rao Nellutla
There are several ways to handle the menus in Microsoft Visio application but are no events generated when the user click the menu. [Continued]


Article #595
MDI With C#  By Irfan Patel
MDI (Multiple Document Interface) is nothing but a way of displaying windows form where there is atleast one parent and many child windows eg. word Excel Powerpoint kind of windows where each document , sheet or slide act as a child under the parent container window. [Continued]


Article #594
Avoid C# Memory Leaks with Destructor and Dispose  By Scott Zimmerman
Here are two classes that allocate resources, the first class needs to implement a destructor and Dispose, but the second class doesn't need to. [Continued]


Article #593
Use of DataGrid ItemDataBound Event (C#)  By Ranjit Thayyil
A DataGrid ItemDataBound event is raised each time an item (row) is data bound to the DataGrid. [Continued]


Article #592
Mandelbrot Image Programming in C#  By Theron Wierenga
It was a number of years ago, in August of 1985, when the cover of the Scientific American caught my eye. [Continued]


Article #591
Useful Hints/Tips for C#  By Huseyin Altindag
hh This project will show a different way how to enter ONLY integer values in a TextBox, enter ONLY the characters you want and avoid certain invalid characters in a TextBox [Continued]


Article #590
Bird Hunting Game in C#  By Ram Basnet
The following is the source code for a shooter type bird hunting game. [Continued]


Article #589
How to build a simple List to List Composite Web Control  By Guy Sofer
List2List custom composite web control enables a developer to bind two Tables in a DataSet into two list boxes and enables the end user to move items from the source list box to the destination list box (Add). [Continued]


Article #588
Constructors in C#  By Neeraj Saluja
Broadly speaking, it is a method in the class which gets executed when its object is created. Usually we put the initialization code in the constructor. Writing a constructor in the class is damn simple, have a look at the following sample : [Continued]


Article #587
Windows Manager API  By Ramtin Boostani
The following is an API that is designed to manage power down, hibernate and stand by functionality on your PC. [Continued]


Article #586
Pop Up Calender Using ASP.NET, Jscript and C#  By Vivek T.
The popup calendar I have developed using Microsoft technology is more simple to use and easy to integrate with your dot net web application. [Continued]


Article #585
Algebra Probabilities Calculator  By Ahmad Al-Mustafa
The following Algebra Probabilities Calculator demonstrates how to use a whole bunch of different types of controls (scroll by mouse wheel, etc.). [Continued]


Article #584
Strings and Regular Expressions  By Sams
It would be very rare to create an entire application without using a single string. Strings help make sense of the seemingly random jumble of binary data that applications use to accomplish a task. [Continued]


Article #583
Programming with .NET  By Sams
Microsoft developers working with Visual Studio and COM/OLE technologies have always enjoyed the benefits of a choice of programming languages for development of applications and components. [Continued]


Article #582
Getting Data Into a ComboBox  By Huseyin Altindag
This article is my own approach on how to get data populated in a ComboBox. It shows also how to get connected to a MS-Access database which you can also find in the project included(sudentDB.mdb). [Continued]


Article #581
The C# Attribute  By Dickey B. Singh
There are numerous ways designers have coupled information with classes, fields, members of a class. [Continued]


Article #580
Populate Data from a Table in a ComboBox  By Huseyin Altindag
This is a small program how to populate the data from a table in a ComboBox. [Continued]


Article #579
Project Line Counter in C#  By Manuel Lucas Vinas Livschitz
A project line counter with recursion. [Continued]


Article #578
Datagrid Tidbit Refactored  By David Reed
Alvin had a good start in his article, but the recommendations in it are NOT ideal from a usability perspective, IMNSHO. [Continued]


Article #577
C# Ping  By Gerhard Schmeusser
Implements an Ethernet Ping component. Ping is part of the ICMP (Internet Control Message Protocol) which serves Hosts and Routers for the purpose of error messaging and exchanging status and commands. [Continued]


Article #577
Datagrid Tidbit  By Alvin Bruney
Have you seen this annoying error with the datagrid? Invalid CurrentPageIndex value. It must be >= 0 and < the PageCount. [Continued]


Article #576
Lottery Application in C#  By Huseyin Altindag
This simple and small application will display the 6 random lotto numbers. [Continued]


Article #575
Save Picture from Clipboard to File Using C#  By Fraas Faisal
As you know The clipboard is a set of functions and messages that enable applications to transfer data. [Continued]


Article #574
Event Controls  By Valliyappan Swaminathan
This article will explain how to declare and use the C# Events in your application as Event Control. [Continued]


Article #573
General Overview to .NET Data Sets  By John Godel
The huge mainstream of applications built today involve data manipulation in some way-whether it be retrieval, storage, change, translation, verification, or transportation. [Continued]


Article #572
Typed Data Ojbect Tool  By Andrea Ferendeles
This tool is called TDO (Typed Data Object) and it is a generator of C#.NET code source , working on both versions of Microsoft Framework .NET 1.0 and 1.1., with the aim to generate code source for developing applications on databases such as Microsoft SQL Server 7.0 and 2000. [Continued]


Article #572
Navigation in the Data Source  By Huseyin Altindag
This simple application will demonstrate how to navigate with buttons in the data(Next, Previous, First, Last) and how to get connection to the database Nortwind(Customers, Orders). [Continued]


Article #571
Kovan's Tic-Tac-Toe  By Kovan
A neat litle tic-tac-toe game. [Continued]