DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2

Thread: Controls

  1. #1
    Aamir Guest

    Controls


    Does anyone knows how many controls ships with VB.NET and if they are built
    in or are third party ocxes.

  2. #2
    Mark Boulter Guest

    Re: Controls

    If you look in the Win Forms Quick Start in the SDK or at
    http://www.aspfree.com/quickstart/winforms
    there is a reasonablye overview of most of the controls.

    Although most of the controls can function as "ActiveX Controls" they are
    all native WinForms controls.

    Here's the raw list:

    Control
    RichControl
    ScrollableControl
    ContainerControl
    Form
    UserControl
    Button
    CheckBox
    RadioButton
    TextBox
    RichTextBox
    Label
    LinkLabel
    ListBox
    CheckedListBox
    ComboBox
    ColorDialog
    FontDialog
    PageSetupDialog
    PrintDialog
    OpenFileDialog
    SaveFileDialog
    PrintPreviewControl
    PrintPreviewDialog
    DomainUpDown
    NumericUpDown
    HScrollBar
    VScrollBar
    MainMenu
    ContextMenu
    TabControl
    TabPage
    DateTimePicker
    ImageList
    ListView
    MonthCalendar
    ProgressBar
    StatusBar
    ToolBar
    TrackBar
    TreeView
    Panel
    PictureBox
    GroupBox
    DataGrid
    Timer
    Splitter
    PropertyGrid
    TrayIcon

    mark

    "Aamir" <aamir@hotmail.com> wrote in message
    news:39f4b148$1@news.devx.com...
    >
    > Does anyone knows how many controls ships with VB.NET and if they are

    built
    > in or are third party ocxes.




Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links