Hi,
I want to place the cursor(text) in a specific line of a file in the Notepad, when i will click on a button from some other application.
For that i am using CreateProcess();
Then I am getting the window using FindWindow();
Then i am proceesing the child of the Notepad which is of CEdit...
Hi,
From a VC ++ application when i am clicking on a button it is opening a text file in the notepad.(e.g. a.txt in notepad.exe).For this i am using the CreateProcess() as follows.
CreateProcess(NULL,"notepad.exe a.txt", NULL, NULL, TRUE, 0, NULL, "c:\\winnt", &StartupInfo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.