I am new in VB and I would greatly appreciate any help.
I have tried to access the menu of NOTEPAD (I use it to display HTML code) from within my application using the "send message" API function. Although I succeded to send commands and access all the menu items of the NOTEPAD, this didn't work with "Cut", "Copy" and "Paste" of the "Edit" menu. Is there something special with those?
Is there any alternative way to manipulate (Select, copy, etc) the text displayed in the NOTEPAD? ("Sendkeys" do not work in an already opened instance of notepad. Am I wrong?)

Many thanks in advance