CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: User Control

  1. #1
    Join Date
    Mar 2014
    Posts
    23

    User Control

    Hello.
    The project I'm currently working on REQUIRES me to create a UserControl. I won't explain why I have to use it, but believe me, I have a good reason to do so.
    Anyway, I created one and called it MyUserControl, I added it to my toolbox, and... it's broken. Basically when I try to place it in the designer(or even programmatically in the header file) the control is all grey with a little black spot in the left-top corner. It must be where all the sub-controls have gone to. I think that,for some reason, they got shrinked and moved to that corner. In the designer of the control however, it looks OK.

    I beg for help...PLEAAASE.

  2. #2
    Join Date
    Mar 2014
    Posts
    23

    Re: User Control

    Here are some screenshots

    In the form's designer
    Attachment 32551

    In the control's designer
    Attachment 32553

  3. #3
    Join Date
    Mar 2014
    Posts
    23

    Re: User Control

    Uhm sorry for the trouble, I've managed to find the solution myself.

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