Results 1 to 3 of 3

Thread: resizing controls easier than this [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    resizing controls easier than this [RESOLVED]

    If chkCommitmentMade.Checked = True Then
    grpCommitments.Width = 200
    grpCommitments.Height = 96
    rdoAnyDay.Visible = True
    rdoAnyTime.Visible = True


    is there a better/easier way to resize my groupbox container?

    I'm only trying to trim my code as thin as possible.
    Last edited by Andy; Jan 15th, 2004 at 11:09 PM.

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