CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    114

    How to group controls?

    how to group controls on webforms. I cannot place controls directy on panels.I have to create it on form and then copy/paste it on the panel. I can not move the controls freely inside the panel like we could do in frames.What is the problem with this panel control? How to group controlos on webforms and place them in the required position?

  2. #2
    Join Date
    Sep 2003
    Location
    Argentina....
    Posts
    118

    Re: How to group controls?

    Are you using Flow_Position???? try changing it to grid_position
    My history: QB->VB->TC++->VB->VC++->VC#

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