| A "Don't show this again" checkbox for the .NET MessageBox |
| The Code Project |
| A C# class which uses Dino Esposito's LocalCbtHook component to add a "Don't show this again" checkbox to any .NET MessageBox |
|
| An Introduction to Programming Using Microsoft Visual C# 2005 Express Edition |
| MSDN |
| Using various example projects, readers will be exposed to several aspects of the C# programming language and key concepts of the .NET technologies. |
|
| C# And API's |
| C# Help |
| API (Application Programming Interface) is a set of commands, which interfaces the programs with the processors. The most commonly used set of external procedures are those that make up Microsoft Windows itself. |
|
| C# Browser History Monitoring Application (Part 1) |
| C#Today |
| The application developed by Jan Narkiewicz in this article monitors the browser history file of a currently logged in user. As the user surfs the web, the contents of their browser history folder are mirrored to a secure location. Inside the mirrored location (only accessible to administrators on the machine) all additions and updates to the users browser history folder are recorded. Deletions are not recorded. The idea is to monitor a users web surfing habits without letting them know their surfing habits are being monitored. |
|
| Code Template Add-In for Visual Studio.NET |
| The Code Project |
| A Visual Studio.NET addin that provides a mechanism for inserting commonly used code snippets |
|
| COM Interoperability in .NET |
| C# Corner |
| In this article I cover the area Interoperability issues. There is no doubt that with the help of .Net one can create powerful components and Distributed applications than any other language. But we have to think over about the past reusable components, which were created by many languages such as VB etc. |
|
| Creating a Shell Extension with C# |
| The Code Project |
| C# and .Net has been hailed by Microsoft as the Windows programming environment of the future.Just what does that actually mean? Is the programmer shielded so much from Windows that attempting todo anything useful is difficult if not impossible? Is it just another VB? This article demonstrates aWindows Shell hook/extension in C#, demonstrating how easy it is to consume COM interfaces and to deploythe final code as though it is a bona-fida COM object. |
|
| Creating Run-time Menus |
| C# Corner |
| The following example demonstrates how to add menu item and remove menu items at runtime. |
|
| Custom FolderDialog |
| C# Corner |
| It has recently come to my attention that there are quite a few people that have questions on how to develop a FolderDialog or how to add a directory list to a Windows Form. |
|
| Dancing Particles: Adding Points, Lines, Fonts, and Input to the Managed Graphics Library |
| MSDN |
| Learn to add points, lines, and more to the managed graphics library using GAPI and the Dancing Zombie sample. |
|
| Dancing Zombies: Adding Bitmaps to the Managed Graphics Library |
| MSDN |
| Learn how to load and display bitmaps, animated bitmaps, key transparency, and more using GAPI and the Dancing Rectangles sample. |
|
| Fortran for Microsoft.NET |
| The Code Project |
| This article gives you an introduction about how Fortran can be used to write wide variety of applications under .NET framework. |
|
| Hardcore Visual Basic: Database Developer Corner: Client-Side Database Manipulation |
| MSDN |
| Smart Access's Car Ganz shows you how client-side manipulation can optimize an ASP.NET data entry application. |
|
| How Can You Migrate Your Existing Applications? |
| C# Corner |
| When a new technology emerges, companies and developers begin to wait anxiously for answers to their questions. Programmers need to learn about the new stuff because they want to use the new tools to develop their projects. Companies always want to move to new technology and build new products therefore; developers need to improve their knowledge and ability constantly to maintain their job against the new technology developers. Now, to learn and move to .NET environment is the answer to all these necessities. Our first objective is Visual C++ and migrating with .NET. |
|
| How to access properties of the active cell in the DataGrid control by using Visual C++ .NET |
| Microsoft Support |
| (816193) - This step-by-step article describes how to obtain a reference to the active cell in the DataGrid control. This article also describes how to access different properties of the active cell in the DataGrid control. The active cell is the cell that has... |
|
| How to create a Forms collection in Visual C++ .NET |
| Microsoft Support |
| (815706) - Microsoft Visual C++ .NET does not provide a built-in collection for Form objects that are used in a project. This article describes how to build a custom collection class that essentially supports the functionality of a Forms collection. back to the... |
|
| How to create customized Install Shield for a VC++ Application |
| The Code Project |
| This article basically talks about Install Shield for VC++ Application. |
|
| How to create threads in Visual C++ .NET |
| Microsoft Support |
| (815805) - You can write multi-threaded applications in Microsoft Visual C++ .NET. This article describes how a simple Visual C++ .NET application can create and manage threads. back to the top Requirements The following list outlines the recommended hardware,... |
|
| How to display parent and child fields together in a Windows Forms DataGrid by using Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815676) - This step-by-step article describes how to create a Windows form that displays a parent (or master) record and all the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the... |
|
| How to display parent and child fields together in a Windows Forms DataGrid by using Visual C++ .NET |
| Microsoft Support |
| (815676) - This step-by-step article describes how to create a Windows form that displays a parent (or master) record and all the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the... |
|
| How to display parent and child fields together in a Windows Forms DataGrid by using Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815676) - This step-by-step article describes how to create a Windows form that displays a parent (or master) record and all the related child (or detail) records by using the Northwind Customers and Orders tables. This article also describes the... |
|
| How to embed and to access resources by using Visual C++ .NET |
| Microsoft Support |
| (816181) - This step-by-step article describes how to use Microsoft Visual C++ .NET to embed resources as part of the assembly and then how to access these resources at run time. back to the top Overview The .NET Framework can encapsulate files as part of a... |
|
| How to find the src attribute of a <FRAME> element in Visual C++ .NET |
| Microsoft Support |
| (815720) - This article contains a way to programmatically find the src attribute of a <FRAME> element of a Web document by using Microsoft Visual C++ .NET 2003 when a Windows Forms Application (.NET) project hosts a Microsoft WebBrowser control. This article... |
|
| How to find the src attribute of a <FRAME> element in Visual C++ .NET |
| http://www.kbalertz.com/ |
| (815720) - This article contains a way to programmatically find the src attribute of a <FRAME> element of a Web document by using Microsoft Visual C++ .NET 2003 when a Windows Forms Application (.NET) project hosts a Microsoft WebBrowser control. This article... |
|
| How to implement a searchable DataGrid control by using ADO.NET and Windows Forms in Visual C++ .NET |
| Microsoft Support |
| (815679) - This article describes how to search for data in a Microsoft Windows Forms DataGrid control and how to synchronize the grid with the search results. In this sample, you programmatically retrieve data into a DataView class and then bind the DataView to... |
|