Embed notepad++ in my windows form. Through which i want to control notepad++ with my own function.
I am using split container.
In panel1--i have a button. In panel2--notepad++ appear when the form loading.
notepad++ appear on the panel2.
what i am expect is, i use one button in my form.
whenever i click that button, replacing will occur in notepad++ for a single word.
ex, text in notepad++ is, "This is a file testing for replacing a word in notepad++ through Windows form."
i want to replace a word "This" to "It". can anyone help me?
Expected Output appear in notepad++ is, "It is a file testing for replacing a word in notepad++ through Windows form."
So far i did,