Search Forum
(57243 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 13

Article #390
Implementing Search in a Web Form DataList Control with Paging  By Waheed Khan
A while back my friend ask me a question, how to write a search function with ASP.NET and display the result in DataList paging. [Continued]


Article #389
Drag and Drop Files with C#  By Dave Ceddia
This tutorial will explain how to handle drag and drop events sent to one of the windows in your program by the Windows shell. [Continued]


Article #388
CoolLayout.NET  By Michael Rednikin
CoolLayout.NET is design time enabled .NET component which helps to create professional forms with no coding efforts. [Continued]


Article #387
Working with System.IO.Directory Class in C#  By Chandra Hundigam
This article is focused on understanding the Directory class of System.IO namespace. The Directory class exposes routines for manipulating directories & subdirectories. [Continued]


Article #386
Using Directory TreeView  By John Carto
After submitting my Directory Tree example I thought I should create something to demonstrate it's use. [Continued]


Article #385
PopSpy  By Shripad Kulkarni
Often when surfing web site, we get frustrated with all the small pop-up windows and advertisements that appear on the desktop. [Continued]


Article #384
Simple HTTP Server In C#  By Joel Pobar
This is a simple web server that I've quickly hacked up. [Continued]


Article #383
Smooth Animation with C#  By Frank McCown
Whether you are creating a game or instructional software, some type of animation is often needed to make your software entertaining. [Continued]


Article #382
NEXFTP Ftp Client in C#  By Jita
NEXFTP is a simple and robust FTP client I earlier developed in java . In recent weeks I started to port it to C#. [Continued]


Article #381
Asteriods in C# Using GDI+  By Danna Boneheart
For my first experiment in game design, rather than using some kind of directX wrapper I wanted to see what was possible with GDI+. [Continued]


Article #380
Consuming a Web Service in C#  By Paul William
This tutorial teaches you how to "consume" a simple web service, Circle24_WorldTime, that allows you to find the time in major cities around the world using C#. [Continued]


Article #379
Self-Centered Form  By Hatim Amro
This is a very simple code that will automatically size and center a form onto an any screen resolution. [Continued]


Article #378
Console Apps: Colour Text  By Philip Fitzsimons
Whilst developing application running on the console is probably not the most exciting place, it is a great place to use for test harnesses or utilities. [Continued]


Article #377
Binding Raw Xml to a DataGrid Control in ASP.Net  By Kevin Matthew Goss
Xml has become a very ubiquitous and is an integral part of .Net and the System.Data namespace. [Continued]


Article #376
Metadata-II  By J.V.Ravichandran
Metadata is binary information describing your program that is stored either in a common language runtime portable executable (PE) file or in memory. [Continued]


Article #375
File Upload Utility  By Prashant Brall
Hi folks this file upload utility is a simple program in C# & ASP.NET. [Continued]


Article #374
Directory Tree Dialog  By John Carto
This dialog shows the use of the TreeView Control in a useful dialog that Microsoft forgot to include in the C# distribution. [Continued]


Article #373
Building Application Frameworks in C#  By Nauman Laghari
Frameworks are generalized and customized application, which can be built upon into a complete and fully functional software programs. [Continued]


Article #372
COM Interoperability: Part I - Using COM in .NET  By Faraz Ahmed Siddiqui
COM is very deeply rooted in Microsoft products and it is not easy to neglect COM completely. [Continued]


Article #371
Getting To Know The Properties Window  By Faiza Ajaz
Working in Visual Studio.Net IDE might seem a bit tough for novices, who have just started programming, and are encountering such an awesome collection of tools and facilities. [Continued]


Article #370
MultiSelect ListBox  By Arulraja Livingston
This article shows how to get the SelectedItems from the ListBox for the multiple selected items. [Continued]


Article #369
SQL Server Backup/Restore Through SQLDMO and C#  By Kevin Matthew Goss
Recently I had a need to be able to backup and restore databases from c#. I referred to the SQLDMO object and found it to be quite simple. [Continued]


Article #368
<asp: prefix > in ASP.NET 1.0  By Kamran Shakil
In ASP.NET 1.0 you would find a number of server controls, identified by and can be categorized as [Continued]


Article #367
Windows spell checker using SpellCheck.net Parser  By Waheed Khan
In last article I wrote a SpellCheck.net parser with .NET regular expressions, which is free online spell checking site, [Continued]


Article #366
SQLDMO For C#  By Kevin Goss
Many times I have had a need to get at SQL Server details in my applications. [Continued]


Article #365
C# Editable Listview  By Shripad Kulkarni
Based on the similar techique used my previous article , the Editable Listbox , we can edit columns and rows of a listview control. [Continued]


Article #364
Developing Visual C# Applications Using VS.NET  By J.V. Ravichandran
Although, using Microsoft's products is not all that difficult, VS.Net is slightly different. [Continued]


Article #363
C# Marquee ScreenSaver  By Shripad Kulkarni
A screensaver is a windows executable with some minor changes to be made the code. [Continued]


Article #363
Nemesis-7 rc1 Game in C#  By Tony Tromp
Nemesis-7 is a full-screen 2D shoot'em up that makes use of the DirectInput, DirectSound and DirectDraw interfaces from DirectX. [Continued]


Article #362
Editable ListBox  By Shripad Kulkarni
A ListBox is a read-only list of items. But let us suppose your application needs to edit an item in a listbox at runtime. [Continued]


Article #361
Type Conversion and Conversion Operators in C#  By Yogesh Patange
Conversion is the process of changing a value from one type to another. Conversions may either be widening or narrowing [Continued]