Results 1 to 7 of 7

Thread: Clone a control

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474

    Clone a control

    This thread has made me think of a way to clone a control. Any one knows how?
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  2. #2
    Lively Member
    Join Date
    Jan 2003
    Posts
    71
    I wondered about the same thing. I checked some text books I have and searched online, and I can only come up with techniques to clone objects from classes you define.

    Some implement the IClonable interface, and others use Serialization for a deep-deep copy ( where the object contains other object). Doesn't work with a textbox though. The error says the object is not serializable.

    So, with respect to the built in controls, I can't find any way to do it.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    as a quick thought : visual inheritance .

  4. #4
    Lively Member
    Join Date
    Jan 2003
    Posts
    71
    >> visual inheritance

    The problem that was originally presented required the program clone system and 3rd party controls, so inheritance was not an option.

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    What is Visual Inheritance?
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

  6. #6

  7. #7

    Thread Starter
    Frenzied Member
    Join Date
    Oct 2002
    Location
    Gammapolis
    Posts
    1,474
    Thanks!
    'Heading for the automatic overload'
    Marillion, Brave, The Great Escape, 1994

    'How will WE stand the FIRE TOMORROW?'
    Eloy, Silent Cries and Mighty Echoes, The Vision - Burning, 1979

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width