|
-
Oct 28th, 2002, 06:14 PM
#1
Thread Starter
New Member
Inheriting form size...
If I want to make the size of a picture on a form be the same size as the form itself, how do I access the width and height of the form to pass along to the picture
(i.e.- in VB6 I would code picPicture.Width=frmForm.Width, but .net doesn't show the .Width option of the form. It says that the form is not shared, or something of the sort. )
Thanks for your help!
-
Oct 28th, 2002, 06:17 PM
#2
PowerPoster
Try using:
The keyword 'Me' is an internal object reference to the current object.
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
|