Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi folks,

 

I was wondering what the code to do the following is:

 

MDIParent form needs to load the text of a MS Word Document into a richTextBox located in MDIChild form.

 

How do I accomplish that??

 

Thanks in advance,

 

JC :)

Posted
If you declare the richtextbox as public you can access its properties from the mdi parent, however thats perhaps not the best method. You could create a public method called LoadText as part of the mdi child, you can then call the method from the mdi parent, which will then load the text into the richtextbox.
Anybody looking for a graduate programmer (Midlands, England)?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...