|
-
Jan 8th, 2003, 03:18 PM
#1
PowerPoster
Your going to have to pass in a reference of the form object instance to the class in order to modify it's members.
So you need to pass of reference of the form1 to the class1 somehow, either through properties, constructor, or through a method call. Your control that you want to manipulate may also have to be public or friend in order for it to work.
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
|