Results 1 to 8 of 8

Thread: resize, move shapes

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    113

    Unhappy

    Is there a easy way to resize, move shapes on a form. Just like on VB.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    113
    I gess i can't

    [Edited by BIacksun on 09-07-2000 at 08:25 PM]

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    113
    well can I

  4. #4
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    what do you mean just like in vb? I can give you the answer in vb...


    Code:
    shape1.width = 100
    shape1.height = 100
    shape1.top = 50
    shape1.left = 80
    with those 4 lines of code you can modify the size and position of a shape
    NXSupport - Your one-stop source for computer help

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    113
    you know how you can resize the shape by the Blocks on the
    coners.

  6. #6
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    I think that you'll need to play around with the Drag Over funtion and the Drag Drop function
    NXSupport - Your one-stop source for computer help

  7. #7

    Thread Starter
    Lively Member
    Join Date
    Sep 2000
    Posts
    113
    you can't use Drag Over or Drop with shapes (IN VB6)

  8. #8
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    then use a label it has the same options and more as a shape
    NXSupport - Your one-stop source for computer help

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