Quick help DESPERATELY needed. PLEASE???
I'm not even sure I can adaquately explain my problem!!!
Here goes...
I have several forms displayed. Each is different and not MDI.
At various times, I need to scroll or move (or other stuff) picture boxes or frames around on these DIFFERENT forms.
Is there any way I can put the functions to carry out these effects for me in a module and just reference the form I want the effect to take place on?
i.e. to Call a sub like this...
Code:
call MoveMainFrame("Form1","LEFT",True)
which would, as per this example, move the 'Main' FRAME on Form1 to the left, keeping it visible.
I'm not asking for the code to do this, just whether it's possible to write 'display' type code than could reference different forms
Does even the question make sense!!!???
Pigmy
:cool: