CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Location
    Bangalore
    Posts
    167

    problem to Place the Controls in formview?

    I have opened a MDI application with form view as base class. In that form view i have plcaed approximately 150 controls. Now if i tried to place any checkbox, button or any control, it is not apperaring in the formview. So now how i can place any checkbox or button in the form view?. or Any limitation is there to place the controls to formview.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,398

    Re: problem to Place the Controls in formview?

    Well there is a limitation. Only up to 255 controls can be placed on a dialog template.
    If you do need more trhan 255 - create them in runtime. However, I'd wonder how user worked with so many controls.
    Victor Nijegorodov

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