| Hardcore Visual Studio .NET: Extensible Applications: New Features Without Recompiling |
| MSDN |
| Joe Wirtley of Hardcore Visual Studio .NET shows you how to use reflection, interfaces, and dynamically loaded assemblies to create applications that can easily be extended with new business logic. |
|
| hello, world - a primitive view of the state of the art |
| The Code Project |
| A revival of the CLI for .NET Development |
|
| Hierarchical Data and the ASP.NET DataGrid |
| DotNetJunkies |
| There are a number of examples of showing hierarchical data using the Master/Detail record concept, what Dion was looking for was the ability to display collapsible child rows under those of their parents in the same grid - he'll show you how it is done. |
|
| High-Performance .NET Application Development & Architecture |
| DotNetJunkies |
| It has always been a goal of project architects to plan an effective strategy from the ground up in regards to an new application. All relevant factors are taken into consideration with respect to the application, from its design and layout to a functional website infrastructure. |
|
| Highlight Text in TextBox |
| The Code Project |
| This article describes how to control highlighting in a textBox. |
|
| Highlight VS.NET code position from exception while debugging |
| The Code Project |
| This snippets provide a way to extract line number information from an exception's stack trace and highlighting the line in source code when the debugger is attached. I copied it out from a large project and it won't therefore be usable 'as is,' but the essentials could easily be reused. |
|
| Highlighting Important Dates in Calendar |
| The Code Project |
| Highlighting important dates in the Calendar control. |
|
| Highlighting Important Dates in Calendar |
| The Code Project |
| Highlighting Important Dates in Calendar |
|
| Hosting Internet Explorer in System.Windows.Forms.Form |
| C# Corner |
| This article explains how to add the Microsoft Web Browser (IE) ActiveX to your project to developer your own customized web browser. |
|
| How do I add a DropDownList to a DataGrid EditItemTemplate? (again) |
| DotNetJunkies |
| It has come to our attention that this article didn't completly anwser the proposed question. Because of this fact we are adding yet another one. In this code example we will be demonstrating how not only show a DropDownList control populated from a database in an EditItemColumn, but how additionally show a TextBox to edit the value of the DropDownlist. Because we are all intelligent programmers I am not going to give a huge background on how editing works and how to use the DataGrid, instead I am going to |
|
| How do I add a DropDownList to EditItemTemplate, Using an Access Database (And Then Some)? |
| DotNetJunkies |
| In a recent artlicle we discussed how to populate a DropDownList box from within a DataGrid's Column while the DataGrid was in "edit mode". Well, this article builds off that example, and adds some new elements and features. First, instead of using the SQL we are going to use Access - specifically, the Northwind database. Second, when filling the DropDownList we aren't going to make a seperate call to the database to get the data - instead we are going to use a DataView and filter out the specific rows we n |
|
| How Much for the Beemer in the Window? |
| DotNetJunkies |
| This article will not tell you how much cars are worth, but it will teach you (step by step) how to create a Pocket PC application that will use a common formula to approximate what your lease payment would be based on the numbers you negotiate. |
|
| How Status Bar Notification Component works - A sample Program |
| The Code Project |
| The NotifyIcon component will display an icon in the status bar notification area, which you can use as notification purpose to alert users that an action or event has occured. You can write code in the Click or DoubleClick event handler or any of the event handler you like to associate your appln. |
|
| How to access the members of a Windows Form in another Windows Form by using Visual Basic .NET |
| http://www.kbalertz.com/ |
| (841292) - Describes two methods that you can use to access members that are declared in one Windows Form from another Windows Form by using Visual Basic .NET. |
|
| How to Add an Application-wide Footer Using the global.asax |
| Edward's Web Developer Site |
| This code is a demonstration of the global.asax file. At the end of every request (page), it tacks a footer on to output. |
|
| How to automate Outlook and Word by using Visual C# .NET to create a pre-populated e-mail message that can be edited |
| http://www.kbalertz.com/ |
| (819398) - Describes how to set the correct project reference in the Word and in the Outlook type libraries for Visual C# .NET. Includes sample code that shows how to automate Word and Outlook to create a pre-populated e-mail message that can be edited. |
|
| How To Avoid a Single Quote Error |
| DotNetJunkies |
| Ljubomir helps you in this article by teaching you how to avoid a "Single Quote (apostrophe) Error" and make your application ready to accept a Single Quote (apostrophe) in text fields. |
|
| How to call the EnumJobs function from a Visual Basic .NET application |
| http://www.kbalertz.com/ |
| (821769) - Explains how you can use EnumJobs calls to retrieve the status of a print job, the printer information, the job identification, and other parameters that are available in the local print queue. |
|
| How To Change the Title of a Web Form Programmatically |
| DotNetJunkies |
| The Page class that is the base of every Web Form that you create doesn't have the Title property. Although ASP.NET doesn't have a built-in solution to programmatically change the Page Title there's a simple solution to this problem using a User Control. |
|
| How to Check if a DataReader is Empty - Updated |
| DotNetJunkies |
| This how to illustrates how to check if a DataReader is empty. |
|
| How to Create a Conditional Edit Button in a DataGrid |
| DotNetJunkies |
| Questi on: I would think this is obvious but I must be missing something. I want to trigger the visible value to determine whether to show the the "EditCommandButton". I tried a conditional statement () in front of it but the compiler said no. Then I tried a declaration () - but was shotdown again. Has anyone run across this... and solved it?
thanks in advance.
Dave |
|
| How to create a fading form. |
| The Code Project |
| This article will walk you through the steps required to create a form that fades in upon activation and fades out upon deactivation. |
|
| How To Create a Pop-Up Calendar User Web Control |
| DotNetJunkies |
| This How To demonstrates a way to create a pop-up calendar user control and provides an example of how to use the control. Learn to create this basic user control and then you can customize it to fit the specific needs of your project. |
|
| How to create a smooth ProgressBar in Visual C++ .NET |
| Microsoft Support |
| (816195) - This article describes how to create a simple, custom UserControl class to create a smooth, scrolling ProgressBar control. In earlier versions of the ProgressBar control, such as the version that is provided with the Microsoft Windows Common Controls... |
|
| How to create a smooth ProgressBar in Visual C++ .NET |
| http://www.kbalertz.com/ |
| (816195) - This article describes how to create a simple, custom UserControl class to create a smooth, scrolling ProgressBar control. In earlier versions of the ProgressBar control, such as the version that is provided with the Microsoft Windows Common Controls... |
|