System.Windows.Forms.PictureBox Class
Information   Base Types   Related Resources

Represents a Windows picture box control for displaying an image.

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

  • System.Windows.Forms.Control
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (29)Discussions (563)MembersRotorChanges
    Articles

    Page: 12
    A Simple C# Wrapper for the AviFile Library
    The Code Project
    Edit AVI files in .NET
    AdBanner (A GUI Application In C#)
    C# Help
    This programme will upload image files in the "images" folder. Then it will call one by one images to form a rotating Ad-Banner. This application includes two .cs files. One in which code for uploding file has been written and second one will call the images one by one.
    An Overview of Web Browser Express
    MSDN
    Easily build your own Web browser that supports tabs and an integrated link to a search engine by using the C# Express WebBrowser control.
    Building a real-life web-experience : Don´t trip over the threads.
    DotNetJunkies
    In my previous contribution I took a look at calling web-services. There I showed how to asynchronously invoke a web-service from a Windows form. Behind the scenes the project involved a lot of threading issues. The .NET framework is very good at handling these but there is one thing I overlooked. In this paper I will dive deeper into the matter and build build a more complicated service which serves jpeg pictures. A windows form consumer will make asynchronous invocations of the web-service to
    ColdStorage Advertising Service Development
    MSDN
    This article describes some of the issues faced and lessons learned in the development of the ColdStorage sample Advertising Service.
    Designing Resizable Windows Forms in Visual Studio .NET
    The Code Project
    Designing resizable forms in managed VS7 Windows applications is very simple - we don't need a layout manager, just use
    Developing A Vector Based C# Drawing Application - Part 3
    C#Today
    In the first part of this series, Budi Kurniawan discussed the specification for a vector based C# drawing application. In Part 2, we looked at the Shape abstract class and the seven classes that inherit it. We also examined how an event handler works in a Windows application and we briefly discussed the System.Collections namespace. In this final part of the project, we will complete the development by discussing the DrawingArea custom control, the Color and Pen classes from the System.Drawing namespace, and object serialization - which is used to persist our drawing to a file, to be restored at a later stage.
    Differences Between Visual Basic 6.0 and .NET Controls
    MSDN
    This document outlines the standard controls in Microsoft Visual Basic 6.0 and the equivalent Microsoft .NET controls.
    Drag and Drop for Board Games
    C# Corner
    This application shows how the drag and drop features in C# could be used to create a simple board game or whatever. I didn't put any type of game in the application in order to keep the source code simple. The application just lets you move the dots around the board. It allows highlighting a tile when you drag over it, doesn't allow dragging onto a tile with a dot, and the cursor changes depending on whether or not you can drop the dot.
    ExpressPaint
    MSDN
    Use C# Express to create an image processing application that's ideal for putting the final touch to your digital photographs. This program is easy to expand with your own unique touches.
    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 Read and Save Images in a SQL Server Database
    C# Corner
    I thought it would be fun to write a simple program that displayed flashcards from a database and at the same time, show you how to read and write images to the database. This program is a simple flashcard program that talks to a single table in a Sql Server Database.
    How To View Graphics Online With WinForms
    DotNetJunkies
    Have you ever needed an image online for a form but you don't want to save it on the local machine. In this example, I will show you a simple way of getting this task done, all by the push of a button.
    HOW TO: Copy a Picture from a Database Directly to a PictureBox Control with Visual Basic .NET
    Microsoft Support
    (317670) - This step-by-step article describes how to copy an image stored in a database directly into a PictureBox control on a Windows Form without needing to save the image to a file. In Microsoft Visual Basic 6.0, the only way to display an image from a...
    HOW TO: Copy a Picture from a Database Directly to a PictureBox Control with Visual Basic .NET
    http://www.kbalertz.com/
    (317670) - This step-by-step article describes how to copy an image stored in a database directly into a PictureBox control on a Windows Form without needing to save the image to a file. In Microsoft Visual Basic 6.0, the only way to display an image from a...
    HOW TO: Display an Image from a Database in a Windows Forms PictureBox by Using Visual Basic .NET
    http://www.kbalertz.com/
    (321900) - This step-by-step article describes how to display an image that is stored in a database in a PictureBox control on a Windows Form. In Microsoft Visual Basic 6.0, the only way to display an image from a database in a PictureBox control, without the...
    HOW TO: Display an Image from a Database in a Windows Forms PictureBox by Using Visual Basic .NET
    Microsoft Support
    (321900) - This step-by-step article describes how to display an image that is stored in a database in a PictureBox control on a Windows Form. In Microsoft Visual Basic 6.0, the only way to display an image from a database in a PictureBox control, without the...
    HOWTO: Open Multiple Image Files Without Using the OpenFileDialog Class in Microsoft Visual Basic .NET
    http://www.kbalertz.com/
    (827046) - This step-by-step article describes how to open multiple image files without using the OpenFileDialog class. This article also includes a sample code listing that describes the concepts that are discussed in this article. Note The sample code listing...
    Image Viewer in C#
    C# Corner
    This program allows you to open and view image files including JPEG, GIF, WMF and other images. Program also provides options to stretch and shrink them, rotate at different angles through all axes and save them in different formats.
    Intercepting ENTER and ESC keys in custom, drop-down UITypeEditors.
    The Code Project
    This article and the accompanying source code shows you how to intercept the ENTER and ESC keys in your own UITypeEditor implementation.
    Many in one: ImageButton + MultiSelect TabControl with Drag&Drop and Button's face paint extender
    The Code Project
    Small Windows.Forms Controls Library (ImageButton,MultiSelect TabPage Control with Drag&Drop support)
    Opening and Viewing Text and Image Files
    C# Corner
    We will start this article with a simple application where we will learn how to open and view text and image files using the OpenFileDialog class.
    Picture Chat using C#
    The Code Project
    Chat program that support unicode inputs and picture transfer
    Sams Teach Yourself Microsoft Visual Basic .NET 2003 in 24 Hours Complete Starter Kit Chapter 3: Understanding Objects and Collections
    The Code Project
    Understanding Objects and Collections in VB.NET.
    Scrollable Picture Box
    C# Corner
    When Microsoft created the PictureBox, they created it with the possibility of four modes. The only possibility they may have left out was the ability to put a large image in the picture box and scroll to different areas of the image. This project contains a UserControl that allows you to place an Image inside and scroll around the Image.
    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