System.Object Class
Information   Base Types   Related Resources

Supports all classes in the .NET Framework class hierarchy and provides low-level services to derived classes. This is the ultimate superclass of all classes in the .NET Framework; it is the root of the type hierarchy.

  • Namespace: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: mscorlib.dll

  • View this type on MSDN
  • View this type on WinFX 247
    Articles (274)Discussions (4866)MembersRotorChanges
    Articles

    Page: 1234567891011
    How to handle events for Excel 2003 by using Visual Basic .NET
    Microsoft Support
    (822750) - This step-by-step article describes how to handle Microsoft Office Excel 2003 events from an Automation client that you develop by using Visual Basic .NET.
    How To Highlight a DataGrid Row
    DotNetJunkies
    This How To explains a way to build a searched SQL query and a DataGrid to display the results of the search and highlight only the record searched for specifically.
    How to sum the fields in a Windows Forms DataGrid control and then display the calculated totals in a footer by using Visual Basic .NET
    http://www.kbalertz.com/
    (836672) - Explains how to calculate the sums of the values in the columns of a Windows Forms DataGrid control and display these sums in a footer. Requires knowledge of Visual Basic .NET.
    How to use the AutoEventWireup attribute in Visual Basic .NET
    http://www.kbalertz.com/
    (317690) - This article discusses about how to use the AutoEventWireup attribute effectively in Microsoft ASP.NET Web Forms. AutoEventWireup is an attribute of the @ Page directive. The AutoEventWireup attribute may have a value of true or false . When an...
    How to use the AutoEventWireup attribute in Visual Basic .NET
    Microsoft Support
    (317690) - This article discusses about how to use the AutoEventWireup attribute effectively in Microsoft ASP.NET Web Forms. AutoEventWireup is an attribute of the @ Page directive. The AutoEventWireup attribute may have a value of true or false . When an...
    How to use the AutoEventWireup attribute in Visual Basic .NET
    Microsoft Support
    (317690) - This article discusses about how to use the AutoEventWireup attribute effectively in Microsoft ASP.NET Web Forms. AutoEventWireup is an attribute of the @ Page directive. The AutoEventWireup attribute may have a value of true or false . When an...
    HOW TO: Access an Oracle Database by Using the OleDbDataReader and Visual Basic .NET
    http://www.kbalertz.com/
    (308071) - This article demonstrates how to use the ADO.NET OleDbDataReader class to retrieve data from an Oracle database. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need:...
    HOW TO: Automate Microsoft Access from Visual C# .NET
    http://www.kbalertz.com/
    (317114) - This article demonstrates how to automate Microsoft Access from Microsoft Visual C# .NET. The topics and the sample code show you how to do the following: Open a database in Access. Print or preview an Access report. Show and edit an Access form....
    HOW TO: Automate Microsoft Access from Visual C# .NET
    Microsoft Support
    (317114) - This article demonstrates how to automate Microsoft Access from Microsoft Visual C# .NET. The topics and the sample code show you how to do the following: Open a database in Access. Print or preview an Access report. Show and edit an Access form....
    HOW TO: BETA: Call SQL Server Stored Procedures in ASP.NET (Q306574)
    Microsoft Support
    This article demonstrates how to use ASP.NET and ADO.NET to create and call a Microsoft SQL Server stored procedure with an input parameter and an output parameter.
    HOW TO: Bind a DataGrid Control to an Array of Objects or Structures by Using Visual Basic .NET
    http://www.kbalertz.com/
    (315784) - This step-by-step article describes how to bind an array of objects to a DataGrid control. The example consists of a Windows form with a DataGrid control to display object property values, and four command buttons to browse the rows of the DataGrid...
    HOW TO: Call SQL Server Stored Procedures in ASP.NET by Using Visual Basic .NET
    Microsoft Support
    (306574) - This article demonstrates how to use ASP.NET and ADO.NET with Visual Basic .NET to create and to call a Microsoft SQL Server stored procedure with an input parameter and an output parameter. The code sample in this article first checks whether the...
    HOW TO: Call SQL Server Stored Procedures in ASP.NET by Using Visual J# .NET
    Microsoft Support
    (320622) - This article demonstrates how to use ASP.NET and ADO.NET with Visual J# .NET to create and to call a Microsoft SQL Server stored procedure with an input parameter and an output parameter. The code sample in this article first checks whether the stored...
    HOW TO: Create a File-Compare Function in Visual Basic .NET (Q320346)
    Microsoft Support
    This step-by-step article demonstrates how to compare two files to see if their contents are the same. This comparison looks at the contents of the two files, not at the file names, locations, dates, times, or other attributes.
    HOW TO: Create a SQL Server Database Programmatically by Using ADO.NET and Visual Basic .NET
    http://www.kbalertz.com/
    (305079) - Programmers often need to create databases programmatically. This article describes how to use ADO.NET and Visual Basic .NET to programmatically create a Microsoft SQL Server database. Steps to Create the Sample Create a new Visual Basic .NET Windows...
    HOW TO: Create a SQL Server Database Programmatically by Using ADO.NET and Visual J# .NET
    http://www.kbalertz.com/
    (320628) - Programmers must frequently create databases programmatically. This step-by-step article describes how to use ADO.NET and Visual J# to programmatically create a Microsoft SQL Server database. Steps to Create the Sample Create a new Visual J# Windows...
    HOW TO: Create a SQL Server Database Programmatically by Using ADO.NET and Visual J# .NET
    Microsoft Support
    (320628) - Programmers must frequently create databases programmatically. This step-by-step article describes how to use ADO.NET and Visual J# to programmatically create a Microsoft SQL Server database. Steps to Create the Sample Create a new Visual J# Windows...
    HOW TO: Create an Excel Macro by Using Automation from Visual Basic .NET
    Microsoft Support
    (303871) - This step-by-step article describes how to automate Microsoft Excel from Microsoft Visual Basic .NET to create a workbook that contains a new macro that is associated with a CommandBar button. Steps to Create the Sample Visual Basic .NET Application...
    HOW TO: Create an Office XP Smart Tag DLL by Using Visual C# .NET
    http://www.kbalertz.com/
    (306422) - Smart Tags are a technology that was introduced with Office XP that provides Office users more interactivity with the content of their Office documents. A Smart Tag is an element of text in an Office document that is recognized as having custom...
    HOW TO: Determine Browser Type in Server-Side Code Without the BrowserType Object in ASP.NET (Q306576)
    http://www.kbalertz.com/
    This step-by-step article demonstrates how to determine the client browser type in server-side code without using the
    HOW TO: Determine the Browser Version in ASP.NET
    http://www.kbalertz.com/
    (311281) - This article describes how to determine the Web browser version in ASP.NET. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Visual Studio .NET Microsoft Internet...
    HOW TO: Do Basic File I/O in Visual Basic .NET (Q304427)
    http://www.kbalertz.com/
    The step-by-step procedure that is outlined in this article demonstrates how to do six basic file input/output (I/O) operations in Visual Basic .NET. If you are new to .NET, you will find that the object model for file operations in .NET is
    HOW TO: Dynamically Create Controls in ASP.NET with Visual Basic .NET
    http://www.kbalertz.com/
    (317515) - This step-by-step article describes how to dynamically create controls for an ASPX Web page. The sample project does the following: It creates two TextBox controls. It verifies that the TextBox contents (TextBox.text) and attributes are saved across...
    HOW TO: Dynamically Create Controls in ASP.NET with Visual Basic .NET
    Microsoft Support
    (317515) - This step-by-step article describes how to dynamically create controls for an ASPX Web page. The sample project does the following: It creates two TextBox controls. It verifies that the TextBox contents (TextBox.text) and attributes are saved across...
    HOW TO: Handle Document Events in a Visual Basic .NET Application
    Microsoft Support
    (311284) - This article demonstrates how to catch document events for the WebBrowser control in Visual Basic .NET. Requirements The following list outlines the recommended hardware, software, network infrastructure, and service packs that you need: Microsoft...
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com