| A Calculator using C# |
| The Code Project |
| This is basic Calculator program written in C# which makes use of thevarious Windows Form controls. |
|
| .NET Remoting ( A Simple Approach) |
| C# Help |
| .NET Remoting provides a powerful and high performance way of working with remote objects. Architecturally, .NET Remote objects are a perfect fit for accessing resources across the network without the overhead posed by SOAP based WebServices. .NET Remoting is easier to use than Java's RMI, but definately more difficult than creating a WebService. In this article, we will create a remote object that will return rows from a database table. For the sake of simplicity i have used the NorthWind database that is packed with the installation of the Microsoft SQL Server. |
|
| .NET Remoting - The Interface Approach |
| C# Help |
| In this article, we will create a remote object, and access this object using an interface. This method is important when creating a physical separation between business tier and consumer code. In traditional Remoting approaches, to access a remote object, you need a copy of that object on the client machine. With this approach, the metadata is split into a separate library that can be copied to the client machine. |
|
| A C# Grep Application |
| The Code Project |
| Presenting a small C# Application which is providing a Grep like functionality under .NET. |
|
| A Docking Control That Can Be Dragged And Resized by the User |
| The Code Project |
| One of the first features of C# that took my interest was the ability to Dock a Control onto the edge of a Form. Now I could attach a Control (or more likely a composite control by deriving from UserControl) onto a Form edge and quickly construct a useful looking application. But there is one crucial factor missing from this scenario. The user has no discretion over the size or positioning of this docked control. I want the user to be able to drag the control to a different edge and be able to resize the control so that they can customise the application area to suit their own preferences. |
|
| Accessing Oracle Database |
| C# Corner |
| This source code shows you how to connect to an oracle database and do operations such as select, insert, update and delete. |
|
| Adding a Control to a Form Programmatically |
| C# Corner |
| In this article I explain how to Add a control to a form programmatically. This is useful for developer who is not using VS.NET IDE. |
|
| Advanced Basics: Calling All Operators |
| MSDN |
| Visual Basic 2002 and Visual Basic 2003 don't support overloaded operators. C# developers can use the + operator to add Point and Size structures together, resulting in a new Point at a new location. So, are developers using Visual Basic simply out in the cold if they want to add a Point and a Size together? Find out. |
|
| An ASP.NET Framework for Human Interactive Proofs |
| MSDN |
| Stephen Toub introduces concepts involved in Human Interactive Proofs and creates a framework for their incorporation into your ASP.NET sites. |
|
| An Overview Of Link Label In C# |
| C# Help |
| The LinkLabel control exhibits links to other objects, such as files or Web pages. Class LinkLabel is derived from class Label and therefore inherits all of class Label’s functionality. A LinkLabel looks as underlined text. When the mouse moves above the link, the pointer modify to a hand. This is alike to the behavior of a hyperlink in a Web page. The link can change color to indicate whether the link is new, visited or active. |
|
| Animate with Pocket PC |
| C# Corner |
| This article discusses programming for a Pocket PC in general complete with a code sample. |
|
| Another ToolBox Control |
| The Code Project |
| Another Visual Studio like ToolBox control. |
|
| Best Practices for Using DTS for Business Intelligence Solutions |
| MSDN |
| Discover the best practices for using Data Transformation Services (DTS) within the Data Warehousing Framework to capture and present data as Business Intelligence solutions. |
|
| BookStock v2- Samples to Show Simple OleDb.NET Connectivity |
| Master C# |
| The bookstock example I had previously created for .NET SDK beta1 consisted of 3 samples to show how to perform basic ADO.NET connectivity with a Ms Access 2000 Database and how to Add, View , Edit , Delete records from it. It also demonstrates how to DataBind Textboxes to a DataSet object. |
|
| BUG: Focus on a Control That Does Not Support the CausesValidation Property Suppresses Validation of Unvalidated Controls in the User Control |
| http://www.kbalertz.com/ |
| (814350) - The pending validation of the controls in a user control is suppressed if the following conditions are true: There are multiple controls in the user control. -and- In the user control, you move from a control with the CausesValidation property set to... |
|
| BUG: The icon that represents your form appears as a blank form icon in Visual C# .NET if you set the ShowInTaskBar property to False |
| http://www.kbalertz.com/ |
| (836673) - Explains why the icon that represents your form appears as a blank form icon when you move the control focus from a Windows form to any other program by pressing the ALT+TAB key combination. |
|
| BUG: You cannot use the Graphics.DrawXxxx methods to draw on a surface that is created by using the Graphics.FromImage method in the .NET Framework 1.0 or the .NET Framework 1.1 |
| http://www.kbalertz.com/ |
| (834457) - Describes a problem that occurs when you use the Graphics.DrawXxxx methods to draw on top of a loaded bitmap that is created by using the Graphics.FromImage method. The Graphics.DrawXxxx methods do not draw. The bitmap is also reloaded. |
|
| BUG: You cannot use the ImageList property to add images whose size is 32x32 |
| http://www.kbalertz.com/ |
| (834532) - Describes a limitation on ImageSize properties. If you set the ImageSize property of an ImageList component to 32x32, you cannot later add images that are 32x32 to the ImageList component. |
|
| Bugslayer: .NET Internationalization Utilities |
| MSDN |
| This month John brings you three .NET internationalization utilities |
|
| Building Text to Speech Applications using SAPI 5.1 and C#. |
| C# Corner |
| The Speech application programming interface (SAPI) considerably decreases the code necessary for an application to use speech recognition and text-to-speech, making speech technology more handy and robust for broad range of applications. |
|
| Building Windows Forms on-the-fly with XML and C# |
| C#Today |
| In this article, Ashiwn Kamanna takes the concept of an XML driven Form builder a step further than the basics as he discusses how to eliminate the requirement for Form development, not only in an ASP based web application, but also in any potential client of an application. He discusses how to build a Form dynamically in a C# based windows application, and also discusses some object oriented patterns as he walks us through an example. |
|
| Bunnyaruga: GAPI, Hekkus, Basics of Deployment |
| The Code Project |
| This article shows an example of a game that uses the GAPI and Hekkus libraries. It also shows a nice and free way of deploying your games/applications without requiring the .NET Framework installed on the end user machines. |
|
| C# Calculator Using Windows Forms |
| C# Help |
| This is a basic calculator program using Windows Forms. You will be able to do mathematical operations like addition,subtraction etc. |
|
| C# Form Sizing |
| C# Help |
| A form, sizing itself to the borders of the screen working area. I subscribed this article because I had a little problem when I wanted to make my form take the whole free screen working area. |
|
| Christian's Code Project Screensaver |
| The Code Project |
| Well, here it is. I'm sorry that the article is non-existant, it is very late, and I need to go to bed, but I couldn't wait to post the fruit of my labours. I will write a full article in support of my screen saver hopefully tomorrow, but I don't have access to any web space, so I'm going to use Chris's to show you all what I have done so far. The screensaver is written in C#, it simply creates a form that takes up the full screen, and it can only be turned off my pressing a key. This is because when Chris has his XML feed going, I will scroll the latest links from CP in semi transparent text, and moving the mouse will generate a cursor, and clicking on an item will stop the screen saver and launch the URL. |
|