|
-
Sep 7th, 2000, 05:21 PM
#1
Thread Starter
Lively Member
Is there a easy way to resize, move shapes on a form. Just like on VB.
-
Sep 7th, 2000, 05:43 PM
#2
Thread Starter
Lively Member
I gess i can't
[Edited by BIacksun on 09-07-2000 at 08:25 PM]
-
Sep 7th, 2000, 07:26 PM
#3
Thread Starter
Lively Member
-
Sep 7th, 2000, 08:11 PM
#4
Frenzied Member
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
-
Sep 7th, 2000, 08:17 PM
#5
Thread Starter
Lively Member
you know how you can resize the shape by the Blocks on the
coners.
-
Sep 7th, 2000, 08:23 PM
#6
Frenzied Member
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
-
Sep 7th, 2000, 08:58 PM
#7
Thread Starter
Lively Member
you can't use Drag Over or Drop with shapes (IN VB6)
-
Sep 7th, 2000, 09:01 PM
#8
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|