| A C# Grep Application |
| The Code Project |
| Presenting a small C# Application which is providing a Grep like functionality under .NET. |
|
| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| Access Database Editor in C# |
| The Code Project |
| This project presents an Access Database Editor written in C#. The solution consists of two projects One of which the GenericOLEDB dll provides the access to the database through using the Ole Db classes available in C#. As the title suggests the dll code is completely generic and all the main database code that is specific to Access is contained in the project files that call the code. The main project and the consumer of the GenericOLEDB project contains two files the main file takes care of the specific creation and opening of the database as well as the database operations where there is no further information required, and the second file presents and editor that allows the editing of a row of data for insertions or deletions. |
|
| AdBanner (A GUI Application In C#) |
| C# Help |
| This programme will upload image files in the "images" folder. Then it will call one by one images to form a rotating Ad-Banner. This application includes two .cs files. One in which code for uploding file has been written and second one will call the images one by one. |
|
| Advanced Data Access with ADO.NET and Oracle |
| MSDN |
| Learn how to use ADO.NET 1.1 to retrieve data from complex Oracle data types. |
|
| C++ Q&A - Getting a Menu Handle, Declaring GetParam, and Filtering File Names |
| MSDN |
| Getting a Menu Handle, Declaring GetParam, and Filtering File Names |
|
| Developing A Vector Based C# Drawing Application - Part 3 |
| C#Today |
| In the first part of this series, Budi Kurniawan discussed the specification for a vector based C# drawing application. In Part 2, we looked at the Shape abstract class and the seven classes that inherit it. We also examined how an event handler works in a Windows application and we briefly discussed the System.Collections namespace. In this final part of the project, we will complete the development by discussing the DrawingArea custom control, the Color and Pen classes from the System.Drawing namespace, and object serialization - which is used to persist our drawing to a file, to be restored at a later stage. |
|
| Dialog Objects in .NET |
| C# Help |
| .NET environment has provided us with various
classes to use the Dialog objects. This paper explains how to create and use the
following dialog boxes in .NET environment: |
|
| Differences Between Visual Basic 6.0 and .NET Controls |
| MSDN |
| This document outlines the standard controls in Microsoft Visual Basic 6.0 and the equivalent Microsoft .NET controls. |
|
| Documents Do Matter: Serve Them Nicely and Effectively with Avalon Document Services |
| MSDN |
| Provides an overview of document services available in Avalon. In particular, it focuses on the PageViewer control. The new managed API for compound files is also presented with practical code samples. |
|
| Handy Type Editors. Filename Editor |
| The Code Project |
| Making the use of .NET design capabilities by implementing filename type editor. |
|
| Host Secure, Lightweight Client-Side Controls in Microsoft Internet Explorer |
| MSDN |
| With all the talk about Microsoft® .NET these days, it's natural for developers to look to this new platform for alternatives to traditional client-side Web technologies, such as ActiveX®. While the immediate impact of .NET is greatest on the server, corporate intranet developers targeting Microsoft Internet Explorer 5.01 or higher can use .NET Windows® Forms technology to build lightweight, zero-impact, secure client-side objects that can utilize the powerful .NET Framework.
|
|
| How to Open and Read an Excel Spreadsheet into a ListView in .NET |
| C# Corner |
| The Interoperability services make it very easy to work with COM Capable Applications such as Word and Excel. You can also refer to my previous article on the topic: Real-time Stock Quotes in Excel using .NET for more information on accessing Excel via .NET. |
|
| How to Use a StreamReader in NETCOBOL for .NET |
| DotNetJunkies |
| .NET Framework has provided the ability to handle multiple languages. The Language compilers provided by Microsoft are for: C#,VB.NET,Managed C++ and JScript.NET. Apart from that one can also use "non-microsoft language" to develop applications using the .NET Framework. In my article I'll be showing a demonstration to use StreamReader and NETCOBOL for .NET. Being a programmer in VB.NET for a longer time I'll explain this example comparing it with VB.NET. |
|
| How to use the AllowPartiallyTrustedCallers attribute to call an assembly that has a strong name from a Web page by using Visual C# .NET |
| http://www.kbalertz.com/ |
| (839300) - Describes how to call a Windows user control from a Web page. This user control is built as an assembly that has a strong name, and the user control is built by using the AllowPartiallyTrustedCallers attribute in the assembly. |
|
| HOWTO: Open Multiple Image Files Without Using the OpenFileDialog Class in Microsoft Visual Basic .NET |
| http://www.kbalertz.com/ |
| (827046) - This step-by-step article describes how to open multiple image files without using the OpenFileDialog class. This article also includes a sample code listing that describes the concepts that are discussed in this article. Note The sample code listing... |
|
| HtmlHelp library and example viewer |
| The Code Project |
| A class library for reading compiled HTML help (chm) files and a sample viewer application using this library. |
|
| Image Viewer Application - Winforms & C# |
| C# Help |
|
|
| Image Viewer in C# |
| C# Corner |
| This program allows you to open and view image files including JPEG, GIF, WMF and other images. Program also provides options to stretch and shrink them, rotate at different angles through all axes and save them in different formats. |
|
| Loading XML Files in a TreeView Control using Multithreading |
| C# Corner |
| There are many occasions when programmers need to develop multithreading applications, which can load big files in the background and let the user do data entry or other jobs without any interruption. In this article, I'll show you how to create multiple threads to load multiple files. |
|
| Manipulating Binary File Data |
| C#Today |
| In one of Matthew Reynolds earlier articles, he showed us how we can save and load document data to a file. This data was stored in a binary format that mimics the way your computer stores the data in memory. This can be easily achieved in .NET, providing that we understand how data is stored within the file. What we havent seen is how to manipulate data that is in a specific format, but where that format is not designed by us or stored in a binary format. In this article, Matthew shows us how we can use various classes in the Framework to read binary data directly from a very popular file format: MP3. |
|
| Microsoft Office and .NET Interoperability |
| MSDN |
| By now, you have most likely heard about the new features that the Microsoft® .NET platform brings to solutions development. I am sure you are wondering how you can take advantage of these .NET features with your Microsoft Office solutions. In this month's column, I introduce you to how Office and .NET work together from a code perspective. |
|
| Monitoring Processes and Threads in .NET |
| C#Today |
| In this article, Melanie Talmadge shows us how to write a process and thread monitoring system in .NET using C#. We cover the System.Diagnostics namespace with its Process and ProcessThread classes for working with process and threads, and write our own Task Manager application, similar to that which comes with Windows NT and Windows 2000. This program displays all the running processes, their related resources and related threads. |
|
| Notepad Application in C# |
| The Code Project |
| An article on C# describing a notepad application |
|
| Opening and Viewing Text and Image Files |
| C# Corner |
| We will start this article with a simple application where we will learn how to open and view text and image files using the OpenFileDialog class. |
|