Working with DataGridView
This lesson describes how to configure and work with data in a DataGridView control. The DataGridView is typically used to display the contents of a DataTable in a DataSet. This lesson shows how to:
- Use the DataGridView control to display and update the data.
- Bind a DataGridView control to a data source.
- Configure a DataGridView to use multiple data sources.
- Manage columns in a DataGridView control.
- Format a DataGridView control by using styles.
- Format a DataGridView control by using custom painting.
- Configure the column and cell types of a DataGridView.
- Add tables and columns to a DataGridView control.
- Delete columns in a DataGridView control.
- Respond to clicks in a DataGridView control.
- Validate input with a DataGridView control.
- Change data displayed in a DataGridView control at run time.
Read more
Phidgets in C# A Tutorial
The first three chapters introduce Phidgets. Chapter 1 briefly explains what Phidgets are. Chapter 2 gives several ‘getting started’ examples that illustrate how easy it is to program Phidgets. Chapter 3 introduces concepts that are common to all phidgets. Chapter 4 shows you how to use Phidget Skins, which are a graphical interface to phidgets that you can use in a program with no coding. Read these chapters closely and do the exercises. To avoid excessive repetition, the remaining parts of the book assume you have performed the exercises in Part 1 and understand them.
Read more
C# Tutorial - Basic
This tutorial provides an introduction to coding for mobile devices using C# and Visual Studio. There are many topics to cover, so unfortunately we will not be able to go into much depth in the time available. However, feel free to contact any of the organisers after the tutorial if you have any questions. We are all postgraduate students who completed our undergraduate degrees in computing science at Glasgow, and we are happy to chat about your projects or anything else to do with software development.
Read more
Writing a Windows Form Application For .NET Framework Using C#
This article is a very simple introduction on writing a Windows Form application for the Microsoft.NET framework using C#. The sample application demonstrates how to create and layout controls on a simple form and the handling of mouse click events. The application displays a form showing attributes of a file. This form is similar to the properties dialog box of a file (Right click on a file and Click on Properties menu item). Since attributes of a file will be shown, the sample will show how to use File IO operations in .NET framework.
Read more
CrossMission Tutorial for Visual Basic
This chapter describes how to develop a basic application, using CrossMission. Creating a sample program, you will learn how to use the tools and wizards provided by CrossMission and concert with an application server.
The descriptions in this manual assume the following environment:
Operating system:
Windows 2000
Programming language:
Visual Basic .NET
Read more