CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2002
    Posts
    6

    Resizing controls inside an ocx control at design time

    I do have controls like text box inside an ocx conrol which i m creating.I m not able to control the height and width property of the inside control(text box) in the design time when i m using this ocx control in applications.How do I change the width and height property of the inside controls on resize of the ocx control at design time.Please give me a soltion as fast as possible!!!
    Last edited by dixxie; November 17th, 2002 at 03:01 AM.

  2. #2
    Join Date
    Nov 2002
    Location
    Baby Land
    Posts
    646
    Have you try to search this forum? There's already a question similar to this at
    http://www.codeguru.com/forum/showth...ght=ocx+resize

  3. #3
    Join Date
    Nov 2002
    Posts
    6
    thanks a lot , I checked the link and i ve got the answer i wanted.Thanks once again

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