|
-
Jun 30th, 2005, 02:26 PM
#1
Thread Starter
Member
how to maninulate one form from another
say I have newform1 as new form1 and newform2 as new form2
when I type me.backcolor in form2 it works,
but when I try to change newform2 color from form1 one it does not work unless I declare form 2 as pulic from module.
how can i, without declaring it in separate modue
I want to change newform2 color from newform1
how?
thanks
-
Jun 30th, 2005, 03:02 PM
#2
Re: how to maninulate one form from another
you need a reference to the form. Are you declaring both forms in a module, and then opening them both? or are you declaring one form in the module, and the second form in the first form?
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
|