login about faq


How do I, for example, .Cut() from a TextBox in an active (or selected?) MDI child form, when clicking a button - using Me.ActiveMdiChild?

asked Feb 01 '12 at 13:15

RafalChmiel's gravatar image

RafalChmiel
491138151156

closed Feb 01 '12 at 19:08

kevin's gravatar image

kevin ♦♦
35.7k160316588

The question has been closed for the following reason "The question is answered, right answer was accepted" by kevin Feb 01 '12 at 19:08


Sorry, found an answer:

Use CType(Me.ActiveMdiChild.ActiveControl, Windows.Forms.TextBox).Cut() as a template and everything else is the same.

answered Feb 01 '12 at 13:18

RafalChmiel's gravatar image

RafalChmiel
491138151156

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×355
×346
×150
×144
×86
×22
×1

Asked: Feb 01 '12 at 13:15

Seen: 1,241 times

Last updated: Feb 01 '12 at 19:08