Thread: Single question: Dock component bellow form

  1. #1
    Registered User
    Join Date
    Jan 2005
    Posts
    70

    Single question: Dock component bellow form

    What are that attributes or code-snippets that make a user control / compent end up on that bar bellow a form (rather than on it) such as a timer?

  2. #2
    Chief Code Coloniser!
    Join Date
    Apr 2005
    Posts
    121
    Create a class that inherits from the appropriate System.Web.UI.WebControls.* class (eg. TextBox, Button, Control), stick that in a different DLL... viola.

  3. #3
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    I believe they inherit from Component rather than Control.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MSI With Shared Component Question
    By mercury529 in forum Windows Programming
    Replies: 0
    Last Post: 11-18-2006, 07:36 PM
  2. Question about getting an info class from another Form
    By Joelito in forum C# Programming
    Replies: 0
    Last Post: 10-16-2006, 01:02 PM
  3. show a form using code, easy question
    By Rune Hunter in forum C# Programming
    Replies: 1
    Last Post: 04-04-2005, 09:03 AM
  4. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  5. Bitwise Explanation in the Form of a Question
    By Krak in forum C++ Programming
    Replies: 1
    Last Post: 03-30-2004, 10:14 PM