|
-
Oct 13th, 2000, 10:48 PM
#1
Thread Starter
Hyperactive Member
Ok I am a mdi form and i have a menu, it will do commands like new, save, save as, open, and exit. I have the new command do this:
'Make a new Code Window object
Dim NewWindow As New FRMCode
'Display the New code window object
NewWindow.Show
On the FRMCode form I have a Rich Text Box called CODE. How can I if I hit the Save menu button on my MDI form, tell it which mdi child to save?
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
|