Get selected text in RTB from ActiveMDI child

  • Thread starter Thread starter Elmo Watson
  • Start date Start date
How about:

Dim frm As Form
frm = frmMain.ActiveMdiChild
Dim cntrl As Control
For Each cntrl In frm.Controls
If cntrl.Name = "WhateverTheNameIz" Then
End If
Next

I didnt try it but it compiles - I think

Pleeze send your donation to the local dogs home - in my name

Garry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top