hi i wanted to know if i am able to add menu items to notepad or any other app?
i know you can change the title name so shouldnt you be able to do this?
but only want to do it while my program is running so the new menu dont stay there
The source code of notepad is not publicly available so it's not really possible. I guess it's possible to hack it somehow but that will not be easy to do. It's probably much easier to write a Notepad clone yourself that have the extra features you want.
It could be done, however you would have to attempt to disassemble notepad.exe, and maybe decompile it, then you could see how it works, and write your dll injection. Hope it helps :)