CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jul 2008
    Posts
    15

    [RESOLVED] Control that appears as icon only

    Hi

    How can I create a control that appears only as the icon+name under the form on which it's added. Just like the BindingSource Control ?

  2. #2
    Join Date
    Jan 2007
    Posts
    491

    Re: Control that appears as icon only

    These are COMPONENTS and not CONTROLS

  3. #3
    Join Date
    Mar 2004
    Location
    33°11'18.10"N 96°45'20.28"W
    Posts
    1,808

    Re: Control that appears as icon only

    Code:
    public class MyComponent : Component { }

  4. #4
    Join Date
    Jul 2008
    Posts
    15

    Re: Control that appears as icon only

    Thank You!

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

Featured