Copy/Cut/Paste menu

S

Sasho Popovski

Is there elegant way to create Edit menu in MainMenu with standard
Copy/Cut/Paste MenuItems which will work on the Application level.

There ara Copy/Cut/Paste methods connected to the TextBox-es, but i need a
general functionality in MDI Oriented Application.

If there is a way to get the currently focused Control (TextBox), it will
do!
 
G

Guest

For MDI applications, you can get the currently active MDI child through the
MDI parents .ActiveMdiChild property.
 
S

Sasho Popovski

It's not problem go get, active form (MDIChild), I was asking how to get the
control that currently has focus (Buton, TextBox, ListView...)

Thanks anyway !!!
 

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

Top